in src/checkoutservice/money/money.go [23:25]
func IsValid(m *pb.Money) bool { return signMatches(m) && validNanos(m.GetNanos()) }