Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Currency ¶
type Currency string
const ( CurrencyUSD Currency = "USD" CurrencyEUR Currency = "EUR" CurrencyCNY Currency = "CNY" CurrencyTRY Currency = "TRY" CurrencyRUB Currency = "RUB" CurrencyVES Currency = "VES" CurrencyUSDT Currency = "USDT" CurrencyCOP Currency = "COP" CurrencyPEN Currency = "PEN" CurrencyCLP Currency = "CLP" CurrencyBRL Currency = "BRL" CurrencyUSDC Currency = "USDC" )
type ExchangeRate ¶
type Source ¶
type Source string
const ( SourceBCV Source = "BCV" // Banco Central de Venezuela SourceSFC Source = "SFC" // Superintendencia Financiera de Colombia SourceBCRP Source = "BCRP" // Banco Central de Reserva del Perú SourceBCCH Source = "BCCH" // Banco Central de Chile SourceBCB Source = "BCB" // Banco Central do Brasil SourceECB Source = "ECB" // European Central Bank SourceCoinbase Source = "Coinbase" // Coinbase )
Click to show internal directories.
Click to hide internal directories.