bc_investiments v0.3.5 BcInvestiments.Rates.Selic View Source

Representação da taxa SELIC

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %BcInvestiments.Rates.Selic{
  daily_rate: float() | nil,
  date: Date.t(),
  rate: float() | nil
}

Link to this section Functions

Link to this function new(rate, daily_rate, date) View Source
new(float(), float(), Date.t()) :: t()