View source: R/financial functions.R
fin_expected | R Documentation |
fin_expected takes a current and fair value, as well as a cost of capital, and returns the expected gain.
fin_expected(current, fair, capital = 0.15)
current |
The current market value of the instrument |
fair |
The user's estimated fair value. |
capital |
The cost of capital (defaults to .15) |
expected gain
fin_interest()
Other Miscellaneous Functions:
deg2rad()
,
fin_JustifiedPE()
,
fin_NI()
,
fin_interest()
,
fin_percent()
,
fin_ticker()
,
fin_valuation()
,
rad2deg()
,
umxBrownie()
fin_expected(15, 45)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.