Evaluates the price of a Treasury bond where the coupons are paid n-times a year (ie yearly, semi-annual, quarterly etc), this method corresponds to Excel's PRICE function.
Evaluates the price of a Treasury bond where the coupons are paid n-times a year (ie yearly, semi-annual, quarterly etc), this method corresponds to Excel's PRICE function.
public double TbondPrice(DateTime,DateTime,double,double,double,int,int);
Evaluates the price of a Treasury bond where the coupons are assumed to be paid continuously.
public double TbondPrice(double,double,DateTime,DateTime,double[],DateTime[],string);
TreasuryPrice Class | WebCab.COM.Finance.Bonds Namespace | YieldToMaturityFromPrice - Evaluate the yield to maturity from the price of the bond and is essential an inverse of this method.