CDLastPeriodCalculator Class

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public class CDLastPeriodCalculator : LastPeriodCalculator
Inheritance
Object    AbstractCalculator    OneCashFlowCalculator    LastPeriodCalculator    CDLastPeriodCalculator

Constructors

CDLastPeriodCalculatorInitializes a new instance of the CDLastPeriodCalculator class
CDLastPeriodCalculator(FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, HolidaySchedule)Initializes a new instance of the CDLastPeriodCalculator class
CDLastPeriodCalculator(FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, BusinessDayAdjustType, HolidaySchedule)Initializes a new instance of the CDLastPeriodCalculator class

Methods

calculateAccruedIncome
(Inherited from OneCashFlowCalculator)
calculateAccruedIncome(FISADate)
(Inherited from LastPeriodCalculator)
calculateAccruedInterest
(Overrides AbstractCalculatorcalculateAccruedInterest)
calculateConvexity
(Inherited from OneCashFlowCalculator)
calculateCurrentYield
(Overrides AbstractCalculatorcalculateCurrentYield(Double))
calculateEstimatedConvexity
(Inherited from LastPeriodCalculator)
calculateEstimatedMacaulayDuration
(Inherited from LastPeriodCalculator)
calculateEstimatedModifiedDuration(Double, Double)
(Inherited from LastPeriodCalculator)
calculateEstimatedModifiedDuration(Double, Double, Double)
(Inherited from LastPeriodCalculator)
calculateInterestOnInterest
(Inherited from OneCashFlowCalculator)
calculateMacaulayDuration
(Inherited from OneCashFlowCalculator)
calculateModifiedDuration(Double)
(Inherited from OneCashFlowCalculator)
calculateModifiedDuration(Double, Double)
(Inherited from OneCashFlowCalculator)
calculatePeriodicYield
(Inherited from OneCashFlowCalculator)
calculatePrice
(Overrides AbstractCalculatorcalculatePrice(Double))
calculatePriceValue1BP
(Inherited from LastPeriodCalculator)
calculateTotalInterestFlows
(Inherited from AbstractCalculator)
calculateTrueYield
(Overrides OneCashFlowCalculatorcalculateTrueYield(Double))
calculateYield
(Overrides AbstractCalculatorcalculateYield(Double))
calculateYieldValue1_32
(Inherited from LastPeriodCalculator)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
getCashFlowCount
(Inherited from OneCashFlowCalculator)
getCashFlowDate(Int32)
(Inherited from OneCashFlowCalculator)
getCashFlowDate(Int32, FISADate)
(Inherited from OneCashFlowCalculator)
getDaysAccrued
(Inherited from LastPeriodCalculator)
GetHashCodeServes as the default hash function.
(Inherited from Object)
getInterest
(Overrides AbstractCalculatorgetInterest(Int32))
getInterestAccrualDate
(Inherited from LastPeriodCalculator)
getPeriodicTimeToFlow
(Inherited from LastPeriodCalculator)
getPrincipal
(Inherited from LastPeriodCalculator)
getRedemption
(Inherited from OneCashFlowCalculator)
getSettlementDate
(Inherited from OneCashFlowCalculator)
getTimeToFlow
(Inherited from LastPeriodCalculator)
getTotalCashFlow
(Inherited from OneCashFlowCalculator)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
setValues(FISADate, Redemption, Double, Int32)
(Inherited from OneCashFlowCalculator)
setValues(FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, HolidaySchedule) 
setValues(FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, BusinessDayAdjustType, HolidaySchedule) 
setValues(FISADate, FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, BusinessDayAdjustType, HolidaySchedule)
(Inherited from LastPeriodCalculator)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also