Package cdm.product.asset
Class StubFloatingRate.StubFloatingRateImpl
java.lang.Object
cdm.product.asset.StubFloatingRate.StubFloatingRateImpl
- All Implemented Interfaces:
StubFloatingRate,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
StubFloatingRate
public static class StubFloatingRate.StubFloatingRateImpl
extends Object
implements StubFloatingRate
Immutable Implementation of StubFloatingRate
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.StubFloatingRate
StubFloatingRate.StubFloatingRateBuilder, StubFloatingRate.StubFloatingRateBuilderImpl, StubFloatingRate.StubFloatingRateImpl -
Field Summary
Fields inherited from interface cdm.product.asset.StubFloatingRate
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends StrikeSchedule> The cap rate or cap rate schedule, if any, which applies to the floating rate.The floating rate index.A rate multiplier or multiplier schedule to apply to the floating rate.List<? extends StrikeSchedule> The floor rate or floor rate schedule, if any, which applies to the floating rate.The ISDA Designated Maturity, i.e. the tenor of the floating rate.The specification of any rate conversion which needs to be applied to the observed rate before being used in any calculations.List<? extends SpreadSchedule> The ISDA Spread or a Spread schedule expressed as explicit spreads and dates.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface cdm.product.asset.StubFloatingRate
getType, metaData, process
-
Constructor Details
-
StubFloatingRateImpl
-
-
Method Details
-
getFloatingRateIndex
@RosettaAttribute(value="floatingRateIndex", isRequired=true) @RuneAttribute(value="floatingRateIndex", isRequired=true) public FloatingRateIndexEnum getFloatingRateIndex()Description copied from interface:StubFloatingRateThe floating rate index.- Specified by:
getFloatingRateIndexin interfaceStubFloatingRate
-
getIndexTenor
Description copied from interface:StubFloatingRateThe ISDA Designated Maturity, i.e. the tenor of the floating rate.- Specified by:
getIndexTenorin interfaceStubFloatingRate
-
getFloatingRateMultiplierSchedule
@RosettaAttribute("floatingRateMultiplierSchedule") @RuneAttribute("floatingRateMultiplierSchedule") public Schedule getFloatingRateMultiplierSchedule()Description copied from interface:StubFloatingRateA rate multiplier or multiplier schedule to apply to the floating rate. A multiplier schedule is expressed as explicit multipliers and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in the calculationPeriodDatesAdjustments. The multiplier can be a positive or negative decimal. This element should only be included if the multiplier is not equal to 1 (one) for the term of the stream.- Specified by:
getFloatingRateMultiplierSchedulein interfaceStubFloatingRate
-
getSpreadSchedule
@RosettaAttribute("spreadSchedule") @RuneAttribute("spreadSchedule") public List<? extends SpreadSchedule> getSpreadSchedule()Description copied from interface:StubFloatingRateThe ISDA Spread or a Spread schedule expressed as explicit spreads and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The spread is a per annum rate, expressed as a decimal. For purposes of determining a calculation period amount, if positive the spread will be added to the floating rate and if negative the spread will be subtracted from the floating rate. A positive 10 basis point (0.1%) spread would be represented as 0.001.- Specified by:
getSpreadSchedulein interfaceStubFloatingRate
-
getRateTreatment
@RosettaAttribute("rateTreatment") @RuneAttribute("rateTreatment") public RateTreatmentEnum getRateTreatment()Description copied from interface:StubFloatingRateThe specification of any rate conversion which needs to be applied to the observed rate before being used in any calculations. The two common conversions are for securities quoted on a bank discount basis which will need to be converted to either a Money Market Yield or Bond Equivalent Yield. See the Annex to the 2000 ISDA Definitions, Section 7.3. Certain General Definitions Relating to Floating Rate Options, paragraphs (g) and (h) for definitions of these terms.- Specified by:
getRateTreatmentin interfaceStubFloatingRate
-
getCapRateSchedule
@RosettaAttribute("capRateSchedule") @RuneAttribute("capRateSchedule") public List<? extends StrikeSchedule> getCapRateSchedule()Description copied from interface:StubFloatingRateThe cap rate or cap rate schedule, if any, which applies to the floating rate. The cap rate (strike) is only required where the floating rate on a swap stream is capped at a certain level. A cap rate schedule is expressed as explicit cap rates and dates and the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The cap rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A cap rate of 5% would be represented as 0.05.- Specified by:
getCapRateSchedulein interfaceStubFloatingRate
-
getFloorRateSchedule
@RosettaAttribute("floorRateSchedule") @RuneAttribute("floorRateSchedule") public List<? extends StrikeSchedule> getFloorRateSchedule()Description copied from interface:StubFloatingRateThe floor rate or floor rate schedule, if any, which applies to the floating rate. The floor rate (strike) is only required where the floating rate on a swap stream is floored at a certain strike level. A floor rate schedule is expressed as explicit floor rates and dates and the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The floor rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A floor rate of 5% would be represented as 0.05.- Specified by:
getFloorRateSchedulein interfaceStubFloatingRate
-
build
Description copied from interface:StubFloatingRateBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceStubFloatingRate
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceStubFloatingRate
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-