fin_expected: Compute the future value and gain of an investment

View source: R/financial functions.R

fin_expectedR Documentation

Compute the future value and gain of an investment

Description

fin_expected takes a current and fair value, as well as a cost of capital, and returns the expected gain.

Usage

fin_expected(current, fair, capital = 0.15)

Arguments

current

The current market value of the instrument

fair

The user's estimated fair value.

capital

The cost of capital (defaults to .15)

Value

  • expected gain

See Also

  • fin_interest()

Other Miscellaneous Functions: deg2rad(), fin_JustifiedPE(), fin_NI(), fin_interest(), fin_percent(), fin_ticker(), fin_valuation(), rad2deg(), umxBrownie()

Examples

fin_expected(15, 45)

tbates/umx documentation built on April 13, 2025, 7:22 a.m.