Package | Description |
---|---|
com.imsl.finance |
Financial computations.
|
Modifier and Type | Field and Description |
---|---|
static BasisPart |
DayCountBasis.BasisPart30E360
Computations are based on the assumption of 30 days per month and 360
days per year.
|
static BasisPart |
DayCountBasis.BasisPart365
Computations are based on the assumption of 365 days per year.
|
static BasisPart |
DayCountBasis.BasisPartActual
Computations are are based on the actual calendar.
|
static BasisPart |
DayCountBasis.BasisPartNASD
Computations based on the assumption of 30 days per month and 360 days
per year.
|
Modifier and Type | Method and Description |
---|---|
BasisPart |
DayCountBasis.getMonthBasis()
Returns the (days in month) portion of the Day Count Basis.
|
BasisPart |
DayCountBasis.getYearBasis()
Returns the (days in year) portion of the Day Count Basis.
|
Constructor and Description |
---|
DayCountBasis(BasisPart monthBasis,
BasisPart yearBasis)
Creates a new DayCountBasis.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.