SeriesAdvance class

A series of one or more advances paid out by a lender. This could comprise a series of amounts loaned to a borrower, the lessor's net investment in a lease agreement, etc.

Constructors

SeriesAdvance({int numberOf = 1, Frequency frequency = Frequency.monthly, String? label, double? value, DateTime? postDateFrom, DateTime? valueDateFrom, Mode mode = Mode.advance, double weighting = 1.0})
numberOf The total number of advances in the series. Default is 1.

Properties

frequency Frequency
finalinherited
hashCode int
The hash code for this object.
no setterinherited
label String
finalinherited
mode Mode
finalinherited
numberOf int
finalinherited
postDateFrom DateTime?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double?
finalinherited
valueDateFrom DateTime?
finalinherited
weighting double
finalinherited

Methods

copyWith({int? numberOf, Frequency? frequency, String? label, double? value, DateTime? postDateFrom, DateTime? valueDateFrom, Mode? mode, double? weighting}) SeriesAdvance
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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