|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISO8601Date | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.data.fpml | Specialist API extensions for the FpML libraries - used internally. |
Uses of ISO8601Date in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that return ISO8601Date | |
---|---|
static ISO8601Date |
ISO8601Date.create(String str)
Returns an instance parsed from the specified string. |
Uses of ISO8601Date in biz.c24.io.api.data.fpml |
---|
Methods in biz.c24.io.api.data.fpml that return ISO8601Date | |
---|---|
ISO8601Date |
FpMLValidator.RegularPeriod.getEndDate()
Returns the end date. |
ISO8601Date |
FpMLValidator.RegularPeriod.getStartDate()
Returns the start date. |
Methods in biz.c24.io.api.data.fpml with parameters of type ISO8601Date | |
---|---|
static boolean |
FpMLValidator.isPeriodMultiple(ISO8601Date firstDate,
ISO8601Date secondDate,
String period,
int multiplier)
Returns whether the second date can be reached from the fist via an integer multiple of the multiplier and period. |
static boolean |
FpMLValidator.matchesUnadjustedCalcPeriodDates(ComplexDataObject interestRateStream,
ISO8601Date testDate)
Term: unadjusted calculation period dates. |
Constructors in biz.c24.io.api.data.fpml with parameters of type ISO8601Date | |
---|---|
FpMLValidator.RegularPeriod(ISO8601Date startDate,
ISO8601Date endDate)
Creates a new instance with the specified start and end dates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |