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

Constructors

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

Methods

calculateAccruedIncome
(Inherited from OneCashFlowCalculator)
calculateAccruedIncome(FISADate)
(Overrides OneCashFlowCalculatorcalculateAccruedIncome(FISADate))
calculateAccruedInterest
(Inherited from AbstractCalculator)
calculateConvexity
(Inherited from OneCashFlowCalculator)
calculateCurrentYield
(Inherited from AbstractCalculator)
calculateEstimatedConvexity
(Overrides AbstractCalculatorcalculateEstimatedConvexity(Double, Double, Double))
calculateEstimatedMacaulayDuration
(Overrides AbstractCalculatorcalculateEstimatedMacaulayDuration(Double, Double, Double))
calculateEstimatedModifiedDuration(Double, Double)
(Overrides AbstractCalculatorcalculateEstimatedModifiedDuration(Double, Double))
calculateEstimatedModifiedDuration(Double, Double, Double)
(Overrides AbstractCalculatorcalculateEstimatedModifiedDuration(Double, Double, Double))
calculateInterestOnInterest
(Inherited from OneCashFlowCalculator)
calculateMacaulayDuration
(Inherited from OneCashFlowCalculator)
calculateModifiedDuration(Double)
(Inherited from OneCashFlowCalculator)
calculateModifiedDuration(Double, Double)
(Inherited from OneCashFlowCalculator)
calculatePeriodicYield
(Inherited from OneCashFlowCalculator)
calculatePrice
(Inherited from AbstractCalculator)
calculatePriceValue1BP
(Overrides AbstractCalculatorcalculatePriceValue1BP(Double, Double))
calculateTotalInterestFlows
(Inherited from AbstractCalculator)
calculateTrueYield
(Inherited from OneCashFlowCalculator)
calculateYield
(Inherited from AbstractCalculator)
calculateYieldValue1_32
(Overrides AbstractCalculatorcalculateYieldValue1_32(Double))
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
(Overrides AbstractCalculatorgetDaysAccrued)
GetHashCodeServes as the default hash function.
(Inherited from Object)
getInterest
(Inherited from AbstractCalculator)
getInterestAccrualDate
(Overrides OneCashFlowCalculatorgetInterestAccrualDate)
getPeriodicTimeToFlow
(Overrides AbstractCalculatorgetPeriodicTimeToFlow(Int32))
getPrincipal
(Overrides AbstractCalculatorgetPrincipal(Int32))
getRedemption
(Inherited from OneCashFlowCalculator)
getSettlementDate
(Inherited from OneCashFlowCalculator)
getTimeToFlow
(Overrides AbstractCalculatorgetTimeToFlow(Int32))
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, FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, BusinessDayAdjustType, HolidaySchedule) 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also