Act365 class

The Actual/365 day count convention which specifies that the number of days in the Calculation Period or Compounding Period in respect of which payment is being made is divided by 365.

This convention is also known as "Act/365 Fixed"

Constructors

Act365({bool usePostDates = true, bool includeNonFinancingFlows = false, bool useXirrMethod = false})
Provides an instance of the Act/365 day count convention object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
includeNonFinancingFlows bool
Determines whether non-financing cash flows, such as charges or fees, within a cash flow profile are to be included in the computation of periodic factors.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usePostDates bool
Defines whether the days counted between cash flows are computed using cash flow post dates (true), or cash flow value dates (false).
finalinherited
useXirrMethod bool
Determines whether to use the XIRR method of determining time periods between cash flow dates (true).
finalinherited

Methods

computeFactor(DateTime d1, DateTime d2) → DayCountFactor
Computes the periodic factor for a given day count convention.
dayCountOrigin() DayCountOrigin
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited