powered by
This can be used to represent ONIA like indices (e.g. AONIA, FedFunds) and extends the InterestRateIndex class.
InterestRateIndex
CashIndex(name, currency, spot_lag, calendar, day_basis, day_convention)
the name of the index as a string
the currency associated with the index as a Currency object
the period between the index's fixing and the start of the index's term
the calendar used to determine whether the index fixes on a given date as a Calendar
the day basis associated with the index (e.g. "act/365")
the day convention associated with the index (e.g. "mf")
an object of class CashIndex that inherits from Index
CashIndex
Index
# NOT RUN { library(lubridate) library(fmdates) # RBA cash overnight rate CashIndex("AONIA", AUD(), days(0), c(AUSYCalendar()), "act/365", "f") # }
Run the code above in your browser using DataLab