What solution method does the ZERO2PYLD function use in the Financial Toolbox?

What solution method does the ZERO2PYLD function use in the Financial Toolbox?

 採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 6 月 27 日
The method used for calculating the yield in ZERO2PYLD uses a method similar to the Nielson-Siegel method. The function use the idea of a nonlinear fitting method. It performs a nonlinear fit using the FSOLVE function. The equation that we try to fit the curve to is:
CashPrice = Sum_i { (Coupon_i/2) * (1+ZeroRate_i/2)^TimeFactor_i }
FSOLVE solves a system of nonlinear equations using an interior-reflective Newton method.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSystems of Nonlinear Equations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by