static OvernightRateSensitivity |
OvernightRateSensitivity.of(OvernightIndexObservation observation,
double sensitivity) |
Obtains an instance from the observation and sensitivity value.
|
static OvernightRateSensitivity |
OvernightRateSensitivity.of(OvernightIndexObservation observation,
Currency sensitivityCurrency,
double sensitivity) |
Obtains an instance from the observation and sensitivity value,
specifying the currency of the value.
|
static OvernightRateSensitivity |
OvernightRateSensitivity.ofPeriod(OvernightIndexObservation observation,
LocalDate endDate,
double sensitivity) |
Obtains an instance for a period observation of the index from the observation
and sensitivity value.
|
static OvernightRateSensitivity |
OvernightRateSensitivity.ofPeriod(OvernightIndexObservation observation,
LocalDate endDate,
Currency sensitivityCurrency,
double sensitivity) |
Obtains an instance for a period observation of the index from the observation
and sensitivity value, specifying the currency of the value.
|
double |
DiscountOvernightIndexRates.periodRate(OvernightIndexObservation startDateObservation,
LocalDate endDate) |
|
double |
HistoricOvernightIndexRates.periodRate(OvernightIndexObservation startDateObservation,
LocalDate endDate) |
|
double |
OvernightIndexRates.periodRate(OvernightIndexObservation startDateObservation,
LocalDate endDate) |
Gets the historic or forward rate at the specified fixing period.
|
PointSensitivityBuilder |
DiscountOvernightIndexRates.periodRatePointSensitivity(OvernightIndexObservation startDateObservation,
LocalDate endDate) |
|
PointSensitivityBuilder |
HistoricOvernightIndexRates.periodRatePointSensitivity(OvernightIndexObservation startDateObservation,
LocalDate endDate) |
|
PointSensitivityBuilder |
OvernightIndexRates.periodRatePointSensitivity(OvernightIndexObservation startDateObservation,
LocalDate endDate) |
Calculates the point sensitivity of the historic or forward rate at the specified fixing period.
|
double |
DiscountOvernightIndexRates.rate(OvernightIndexObservation observation) |
|
double |
HistoricOvernightIndexRates.rate(OvernightIndexObservation observation) |
|
double |
OvernightIndexRates.rate(OvernightIndexObservation observation) |
Gets the historic or forward rate at the specified fixing date.
|
double |
DiscountOvernightIndexRates.rateIgnoringFixings(OvernightIndexObservation observation) |
|
double |
HistoricOvernightIndexRates.rateIgnoringFixings(OvernightIndexObservation observation) |
|
double |
OvernightIndexRates.rateIgnoringFixings(OvernightIndexObservation observation) |
Ignores the time-series of fixings to get the forward rate at the specified
fixing date, used in rare and special cases.
|
PointSensitivityBuilder |
DiscountOvernightIndexRates.rateIgnoringFixingsPointSensitivity(OvernightIndexObservation observation) |
|
PointSensitivityBuilder |
HistoricOvernightIndexRates.rateIgnoringFixingsPointSensitivity(OvernightIndexObservation observation) |
|
PointSensitivityBuilder |
OvernightIndexRates.rateIgnoringFixingsPointSensitivity(OvernightIndexObservation observation) |
Ignores the time-series of fixings to get the forward rate point sensitivity at the
specified fixing date, used in rare and special cases.
|
PointSensitivityBuilder |
DiscountOvernightIndexRates.ratePointSensitivity(OvernightIndexObservation observation) |
|
PointSensitivityBuilder |
HistoricOvernightIndexRates.ratePointSensitivity(OvernightIndexObservation observation) |
|
PointSensitivityBuilder |
OvernightIndexRates.ratePointSensitivity(OvernightIndexObservation observation) |
Calculates the point sensitivity of the historic or forward rate at the specified fixing date.
|