Package cdm.event.common
Class IndexTransitionInstruction.IndexTransitionInstructionImpl
java.lang.Object
cdm.event.common.IndexTransitionInstruction.IndexTransitionInstructionImpl
- All Implemented Interfaces:
IndexTransitionInstruction,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
IndexTransitionInstruction
public static class IndexTransitionInstruction.IndexTransitionInstructionImpl
extends Object
implements IndexTransitionInstruction
Immutable Implementation of IndexTransitionInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.IndexTransitionInstruction
IndexTransitionInstruction.IndexTransitionInstructionBuilder, IndexTransitionInstruction.IndexTransitionInstructionBuilderImpl, IndexTransitionInstruction.IndexTransitionInstructionImpl -
Field Summary
Fields inherited from interface cdm.event.common.IndexTransitionInstruction
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIndexTransitionInstructionImpl(IndexTransitionInstruction.IndexTransitionInstructionBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanSpecifies the cash transfer that can optionally be tied to an index transition event.com.rosetta.model.lib.records.DateSpecifies the effective date of the index transition event.List<? extends PriceQuantity> Specifies both new floating rate index and spread adjustment for each leg to be updated.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.common.IndexTransitionInstruction
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
IndexTransitionInstructionImpl
protected IndexTransitionInstructionImpl(IndexTransitionInstruction.IndexTransitionInstructionBuilder builder)
-
-
Method Details
-
getPriceQuantity
@RosettaAttribute(value="priceQuantity", isRequired=true) @RuneAttribute(value="priceQuantity", isRequired=true) public List<? extends PriceQuantity> getPriceQuantity()Description copied from interface:IndexTransitionInstructionSpecifies both new floating rate index and spread adjustment for each leg to be updated. The spread adjustment accounts for the difference between the old floating rate index relative to the new one. This spread amount is added to the existing spread to determine the new spread, which is applied from the specified effective date forward. In the case of the IBOR Fallback Rate Adjustments, the adjustment spread (also known as the Fallback Adjustment) accounts for two distinctions: i) the fact that the replacement Risk-Free Rate is an overnight rate while IBORs have term structures (e.g., 1, 3, 6-month LIBOR); and (ii) the historical spread differential between IBORs and their term equivalent Overnight Risk-Free Rate compounded rates.- Specified by:
getPriceQuantityin interfaceIndexTransitionInstruction
-
getEffectiveDate
@RosettaAttribute(value="effectiveDate", isRequired=true) @RuneAttribute(value="effectiveDate", isRequired=true) public com.rosetta.model.lib.records.Date getEffectiveDate()Description copied from interface:IndexTransitionInstructionSpecifies the effective date of the index transition event. This is first date on which the floating rate calculation will use the new floating rate index and adjusted spread in the floating rate calculation.- Specified by:
getEffectiveDatein interfaceIndexTransitionInstruction
-
getCashTransfer
Description copied from interface:IndexTransitionInstructionSpecifies the cash transfer that can optionally be tied to an index transition event.- Specified by:
getCashTransferin interfaceIndexTransitionInstruction
-
build
Description copied from interface:IndexTransitionInstructionBuild Methods- Specified by:
buildin interfaceIndexTransitionInstruction- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceIndexTransitionInstruction- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(IndexTransitionInstruction.IndexTransitionInstructionBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-