Esempio n. 1
0
 // Calculate Accrued Interest
 private void CalculateAccruedInterest()
 {
     accruedInterest = Date.AccruedInterest(settlementDate, lastCouponDate, nextCouponDate, bond.couponRate,
                                            bond.redemptionValue, bond.dayCount);
 }