New in Wolfram
Mathematica
8: Built-in Financial Computations
◄
previous
|
next
►
Application Areas
Combine Interest Rate and Payment Processes
FinancialBond
and
Annuity
allow for the calculation of values and other measures under the combination of functional interest rate and payment processes.
In[1]:=
X
FinancialBond[ {"FaceValue" -> par, "Coupon" -> (c (1 + g)^(# - 1) &), "Maturity" -> 5, "CouponInterval" -> 1}, {"InterestRate" -> (1/(1 + #) &), "Settlement" -> 0}, "Duration" ]
Out[1]=