Issue in the cfamounts() function from FinancialToolbox
2 次查看(过去 30 天)
显示 更早的评论
Running
[CFlowAmounts, CFlowDates, TFactors, CFlowFlags, CFPrincipal] = cfamounts(CouponRate,Settle, Maturity, Period, Basis, 'PrincipalType', 'sinking')
one gets
CFPrincipal = [0 0 0 0 0 100]
This result is rather puzzling since one would expect that principal cash flows would be returned throughout the life of the bond, as stated in the documentation about cfamounts. However, the above result is what one would expect if the PrincipalType option selected was 'bullet' instead of 'sinking'. Thanks in advance!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biological and Health Sciences 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!