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

Constructors

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

Methods

calculateAccruedIncome
(Inherited from OneCashFlowCalculator)
calculateAccruedIncome(FISADate)
(Inherited from LastPeriodCalculator)
calculateAccruedInterest
(Overrides AbstractCalculatorcalculateAccruedInterest)
calculateConvexity
(Inherited from OneCashFlowCalculator)
calculateCurrentYield
(Overrides AbstractCalculatorcalculateCurrentYield(Double))
calculateEstimatedConvexity
(Overrides LastPeriodCalculatorcalculateEstimatedConvexity(Double, Double, Double))
calculateEstimatedMacaulayDuration
(Overrides LastPeriodCalculatorcalculateEstimatedMacaulayDuration(Double, Double, Double))
calculateEstimatedModifiedDuration(Double, Double)
(Overrides LastPeriodCalculatorcalculateEstimatedModifiedDuration(Double, Double))
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
(Overrides LastPeriodCalculatorcalculatePriceValue1BP(Double, Double))
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) 
setValues(FISADate, FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, HolidaySchedule) 
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