Click or drag to resize

FixedIncome Class

The fixed income calculation function set.
Inheritance Hierarchy
SystemObject
  FinMath.PerformanceAnalysisFixedIncome

Namespace:  FinMath.PerformanceAnalysis
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static class FixedIncome

The FixedIncome type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCoupdaybs
Returns the number of days between the coupon date preceding the settlement, and the settlement date.
Public methodStatic memberCoupdays
Returns the number of days in the coupon period that contains the settlement date.
Public methodStatic memberCoupdaysnc
Returns the number of days between the settlement date and the next coupon date.
Public methodStatic memberCoupncd
Returns the coupon date next after the settlement date.
Public methodStatic memberCoupnum
Returns the number of coupons (interest payments) between the settlement date and maturity.
Public methodStatic memberCouppcd
Returns the coupon (interest payment) date which precedes the settlement date.
Public methodStatic memberPrice(DateTime, DateTime, Double, Double, Double, YieldFrequency, YieldBasis)
Returns the price per $100 face value of a security that pays periodic interest.
Public methodStatic memberPrice(DateTime, DateTime, DateTime, IListDateTime, Double, Double, Double, YieldFrequency)
Calculates a quoted price for an interest paying security, per 100 currency units par value.
Public methodStatic memberYield(DateTime, DateTime, Double, Double, Double, YieldFrequency, YieldBasis)
Returns the yield on a security that pays periodic interest.
Public methodStatic memberYield(DateTime, DateTime, DateTime, IListDateTime, Double, Double, Double, YieldFrequency)
Returns the yield on a security with coupon dates definition.
Public methodStatic memberYield(DateTime, DateTime, Double, Double, Double, YieldFrequency, YieldBasis, Int32, Double)
Returns the yield on a security that pays periodic interest.
Public methodStatic memberYield(DateTime, DateTime, DateTime, IListDateTime, Double, Double, Double, YieldFrequency, Int32, Double)
Returns the yield on a security with coupon dates definition.
Top
See Also