|
nisanalytics.com   "Analytical Tools for Developing Fixed Income Applications"
|
| Home | Products | Services | FAQs | About Us | Contact Us |
NIS bond calculation libraries are com+ compliant dll's that allow developers
to write fixed income applications for deployment on the internet, stand-alone,
or network. The libraries contain all of the calls necessary to perform hundreds
of bond calculations. The libraries are loaded and maintained on your servers.
MyBond.TradeDate = #06/30/2016#
MyBond.Coupon = 0.5
MyBond.MaturityDate = #06/14/2016#
MyBond.CallDate = #06/14/2015#
MyBond.CallPrice = 100
MyBond.PaymentsPerYear = 2
MyBond.DayCount = nisDayCount.d30_360
MyBond.BondPrice = 99.95
MyBond.ParValue = 250000
YieldtoMat = MyBond.Results.YldtoMat
YieldtoCall = MyBond.Results.YldtoCall
YieldtoWorst = MyBond.Results.YldtoWorst