OneCashFlowCalculator 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 OneCashFlowCalculator : AbstractCalculator
Inheritance
Object    AbstractCalculator    OneCashFlowCalculator
Derived

Constructors

OneCashFlowCalculatorInitializes a new instance of the OneCashFlowCalculator class
OneCashFlowCalculator(FISADate, Redemption, Double, Int32)Initializes a new instance of the OneCashFlowCalculator class

Methods

calculateAccruedIncome
(Overrides AbstractCalculatorcalculateAccruedIncome)
calculateAccruedIncome(FISADate)
(Overrides AbstractCalculatorcalculateAccruedIncome(FISADate))
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
(Overrides AbstractCalculatorcalculateInterestOnInterest(Double))
calculateMacaulayDuration
(Overrides AbstractCalculatorcalculateMacaulayDuration(Double))
calculateModifiedDuration(Double)
(Overrides AbstractCalculatorcalculateModifiedDuration(Double))
calculateModifiedDuration(Double, Double)
(Overrides AbstractCalculatorcalculateModifiedDuration(Double, Double))
calculatePeriodicYield
(Overrides AbstractCalculatorcalculatePeriodicYield(Double))
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
(Overrides AbstractCalculatorgetCashFlowCount)
getCashFlowDate(Int32)
(Overrides AbstractCalculatorgetCashFlowDate(Int32))
getCashFlowDate(Int32, FISADate)
(Overrides AbstractCalculatorgetCashFlowDate(Int32, FISADate))
getDaysAccrued
(Inherited from AbstractCalculator)
GetHashCodeServes as the default hash function.
(Inherited from Object)
getInterest
(Inherited from AbstractCalculator)
getInterestAccrualDate
(Overrides AbstractCalculatorgetInterestAccrualDate)
getPeriodicTimeToFlow
(Inherited from AbstractCalculator)
getPrincipal
(Inherited from AbstractCalculator)
getRedemption
(Overrides AbstractCalculatorgetRedemption)
getSettlementDate
(Overrides AbstractCalculatorgetSettlementDate)
getTimeToFlow
(Inherited from AbstractCalculator)
getTotalCashFlow
(Overrides AbstractCalculatorgetTotalCashFlow(Int32))
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
setValues 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also