include/finanza@currency_Money.hrl

-record(money, {
    amount :: finanza@decimal:decimal(),
    currency :: finanza@currency:currency()
}).