Package cdm.product.template
Class ExerciseProcedure.ExerciseProcedureImpl
java.lang.Object
cdm.product.template.ExerciseProcedure.ExerciseProcedureImpl
- All Implemented Interfaces:
ExerciseProcedure,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ExerciseProcedure
public static class ExerciseProcedure.ExerciseProcedureImpl
extends Object
implements ExerciseProcedure
Immutable Implementation of ExerciseProcedure
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.ExerciseProcedure
ExerciseProcedure.ExerciseProcedureBuilder, ExerciseProcedure.ExerciseProcedureBuilderImpl, ExerciseProcedure.ExerciseProcedureImpl -
Field Summary
Fields inherited from interface cdm.product.template.ExerciseProcedure
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIf automatic is specified, then the notional amount of the underlying swap not previously exercised under the swaption will be automatically exercised at the expiration time on the expiration date if at such time the buyer is in-the-money, provided that the difference between the settlement rate and the fixed rate under the relevant underlying swap is not less than the specified threshold rate.A flag to indicate whether follow-up confirmation of exercise (written or electronic) is required following telephonic notice by the buyer to the seller or seller's agent.Has the meaning defined as part of the 1997 ISDA Government Bond Option Definitions, section 4.5 Limited Right to Confirm Exercise.Specifies that the notice of exercise must be given by the buyer to the seller or seller's agent.Typically applicable to the physical settlement of bond and convertible bond options.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.template.ExerciseProcedure
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ExerciseProcedureImpl
-
-
Method Details
-
getManualExercise
@RosettaAttribute("manualExercise") @RuneAttribute("manualExercise") public ManualExercise getManualExercise()Description copied from interface:ExerciseProcedureSpecifies that the notice of exercise must be given by the buyer to the seller or seller's agent.- Specified by:
getManualExercisein interfaceExerciseProcedure
-
getAutomaticExercise
@RosettaAttribute("automaticExercise") @RuneAttribute("automaticExercise") public AutomaticExercise getAutomaticExercise()Description copied from interface:ExerciseProcedureIf automatic is specified, then the notional amount of the underlying swap not previously exercised under the swaption will be automatically exercised at the expiration time on the expiration date if at such time the buyer is in-the-money, provided that the difference between the settlement rate and the fixed rate under the relevant underlying swap is not less than the specified threshold rate. The term in-the-money is assumed to have the meaning defining in the 2000 ISDA Definitions, Section 17.4 In-the-money.- Specified by:
getAutomaticExercisein interfaceExerciseProcedure
-
getFollowUpConfirmation
@RosettaAttribute(value="followUpConfirmation", isRequired=true) @RuneAttribute(value="followUpConfirmation", isRequired=true) public Boolean getFollowUpConfirmation()Description copied from interface:ExerciseProcedureA flag to indicate whether follow-up confirmation of exercise (written or electronic) is required following telephonic notice by the buyer to the seller or seller's agent.- Specified by:
getFollowUpConfirmationin interfaceExerciseProcedure
-
getLimitedRightToConfirm
@RosettaAttribute("limitedRightToConfirm") @RuneAttribute("limitedRightToConfirm") public Boolean getLimitedRightToConfirm()Description copied from interface:ExerciseProcedureHas the meaning defined as part of the 1997 ISDA Government Bond Option Definitions, section 4.5 Limited Right to Confirm Exercise. If present, (i) the Seller may request the Buyer to confirm its intent if not done on or before the expiration time on the Expiration date (ii) specific rules will apply in relation to the settlement mode.- Specified by:
getLimitedRightToConfirmin interfaceExerciseProcedure
-
getSplitTicket
Description copied from interface:ExerciseProcedureTypically applicable to the physical settlement of bond and convertible bond options. If present, means that the party required to deliver the bonds will divide those to be delivered as notifying party desires to facilitate delivery obligations.- Specified by:
getSplitTicketin interfaceExerciseProcedure
-
build
Description copied from interface:ExerciseProcedureBuild Methods- Specified by:
buildin interfaceExerciseProcedure- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceExerciseProcedure- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-