MultipleCashFlowCalculator 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 abstract class MultipleCashFlowCalculator : AbstractCalculator
Inheritance
Object    AbstractCalculator    MultipleCashFlowCalculator
Derived

Constructors

MultipleCashFlowCalculatorInitializes a new instance of the MultipleCashFlowCalculator class
MultipleCashFlowCalculator(Int32)Initializes a new instance of the MultipleCashFlowCalculator class

Methods

calculateAccruedIncome
(Overrides AbstractCalculatorcalculateAccruedIncome)
calculateAccruedIncome(FISADate)
(Inherited from AbstractCalculator)
calculateAccruedInterest
(Inherited from AbstractCalculator)
calculateConvexity
(Overrides AbstractCalculatorcalculateConvexity(Double))
calculateCurrentYield
(Inherited from AbstractCalculator)
calculateEstimatedConvexity
(Inherited from AbstractCalculator)
calculateEstimatedMacaulayDuration
(Inherited from AbstractCalculator)
calculateEstimatedModifiedDuration(Double, Double)
(Inherited from AbstractCalculator)
calculateEstimatedModifiedDuration(Double, Double, Double)
(Inherited from AbstractCalculator)
calculateInterestOnInterest
(Inherited from AbstractCalculator)
calculateMacaulayDuration
(Overrides AbstractCalculatorcalculateMacaulayDuration(Double))
calculateModifiedDuration(Double)
(Overrides AbstractCalculatorcalculateModifiedDuration(Double))
calculateModifiedDuration(Double, Double)
(Overrides AbstractCalculatorcalculateModifiedDuration(Double, Double))
calculatePeriodicYield
(Inherited from AbstractCalculator)
calculatePrice
(Inherited from AbstractCalculator)
calculatePriceValue1BP
(Inherited from AbstractCalculator)
calculateTotalInterestFlows
(Inherited from AbstractCalculator)
calculateTrueYield
(Overrides AbstractCalculatorcalculateTrueYield(Double))
calculateYield
(Inherited from AbstractCalculator)
calculateYieldValue1_32
(Inherited from AbstractCalculator)
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 AbstractCalculator)
getCashFlowDate(Int32)
(Inherited from AbstractCalculator)
getCashFlowDate(Int32, FISADate)
(Inherited from AbstractCalculator)
getDaysAccrued
(Inherited from AbstractCalculator)
GetHashCodeServes as the default hash function.
(Inherited from Object)
getInterest
(Inherited from AbstractCalculator)
getInterestAccrualDate
(Inherited from AbstractCalculator)
getPeriodicTimeToFlow
(Inherited from AbstractCalculator)
getPrincipal
(Inherited from AbstractCalculator)
getRedemption
(Inherited from AbstractCalculator)
getSettlementDate
(Inherited from AbstractCalculator)
getTimeToFlow
(Inherited from AbstractCalculator)
getTotalCashFlow
(Inherited from AbstractCalculator)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
setInterestFrequency 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also