fun Iterable<Amount>.sumOrNull(): Nothing?
fun Iterable<Amount>.sumOrThrow(): <ERROR CLASS>
fun Iterable<Amount>.sumOrZero(currency: Currency): Amount