Currency
ExchangeRate
ExchangeRate contains data on the rate to be used when converting amounts from one currency into another.
Schema ID
https://gobl.org/draft-0/currency/exchange-rate
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
From | from | currency.Code | true | Currency code this will be converted from. |
To | to | currency.Code | true | Currency code this exchange rate will convert into. |
Amount | amount | num.Amount | true | How much is 1 of the “from” currency worth in the “to” currency. |
At | at | cal.DateTime | At represents the date and time (which may be 00:00:00) when the currency rate amount was determined. |