WebCab Bonds Web Services for Delphi

FixedInterestBonds.CurrentPriceWithExplicitTime Method 

Calculates the current price of a fixed-interest bond where there is an integer number of years until the redemption of the bond.

public double CurrentPriceWithExplicitTime(
   double coupon,
   double grossRedemption,
   int redemption
);

Parameters

coupon
Annual coupon of the bond.
grossRedemption
The gross redemption yield of the fixed-interest bond.
redemption
The (whole) number of years until redemption on the bond.

See Also

FixedInterestBonds Class | BasicBonds Namespace