computingQuotedDiscRateMMI {bondAnalyst} | R Documentation |
Calculates Discount Rate of Money Market Instrument.
Description
Calculates Discount Rate of Money Market Instrument.
Usage
computingQuotedDiscRateMMI(pvMmi, fvMmi, daysToMaturity, daysInYear)
Arguments
pvMmi |
A number. |
fvMmi |
A number. |
daysToMaturity |
A number. |
daysInYear |
A number. |
Details
It is important to understand that discount rate has a unique meaning in the money market. In general, discount rate means interest rate used to calculate a present value such as market discount rate. In the money market however, discount rate is a specific type of quoted rate (Adams & Smith, 2019).
Based on the given information, the method computingQuotedDiscRateMMIr()
is developed to compute Discount Rate of Money Market Instrument for the values passed to its four arguments. Here, pvMmi
is present value of the Money Market Instrument, fvMmi
is future value of the Money Market Instrument (that is sale price and not the redemption amount), daysToMaturity
is number of days till the maturity, and daysInYear
is taken to be 360. For example, an output value of 0.0225 represents a quoted discount rate of 2.25 percent for an assumed 360-day year.
Value
Input values to four arguments pvMmi
,fvMmi
, daysToMaturity
and daysInYear
.
Author(s)
MaheshP Kumar, maheshparamjitkumar@gmail.com
References
Adams,J.F. & Smith,D.J.(2019). Introduction to fixed-income valuation. In CFA Program Curriculum 2020 Level I Volumes 1-6. (Vol. 5, pp. 107-151). Wiley Professional Development (P&T). ISBN 9781119593577, https://bookshelf.vitalsource.com/books/9781119593577
Examples
computingQuotedDiscRateMMI(pvMmi=9943125,fvMmi=10000000,daysToMaturity=91,daysInYear=360)