Package cdm.product.template
Class ExerciseTerms.ExerciseTermsImpl
java.lang.Object
cdm.product.template.ExerciseTerms.ExerciseTermsImpl
- All Implemented Interfaces:
ExerciseTerms,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ExerciseTerms
Immutable Implementation of ExerciseTerms
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.ExerciseTerms
ExerciseTerms.ExerciseTermsBuilder, ExerciseTerms.ExerciseTermsBuilderImpl, ExerciseTerms.ExerciseTermsImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields inherited from interface cdm.product.template.ExerciseTerms
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe first day of the exercise period for an American style option.The earliest time at which notice of exercise can be given by the buyer to the seller (or seller's agent) to, and including, the expiration date.The dates that define the Bermuda option exercise dates and the expiration date.A fee to be paid on exercise.The fees associated with an exercise date.The set of parameters defining the procedure associated with the exercise, e.g. manual exercise.List<? extends AdjustableOrRelativeDate> The last day within an exercise period for an American style option.The latest time for exercise on expirationDate.The time of day at which the equity option expires, for example the official closing time of the exchange.For a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller's agent.com.rosetta.model.metafields.MetaFieldsgetMeta()As defined in the 2000 ISDA Definitions, Section 12.4.As defined in the 2000 ISDA Definitions, Section 12.3.The effective date on the underlying product if the option is exercised.getStyle()Whether the option has a single exercise (european), multiple exercise dates (bermuda), or a continuous range of exercise (american).inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.template.ExerciseTerms
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ExerciseTermsImpl
-
-
Method Details
-
getStyle
@RosettaAttribute("style") @Accessor(GETTER) @RuneAttribute("style") public OptionExerciseStyleEnum getStyle()Description copied from interface:ExerciseTermsWhether the option has a single exercise (european), multiple exercise dates (bermuda), or a continuous range of exercise (american).- Specified by:
getStylein interfaceExerciseTerms
-
getCommencementDate
@RosettaAttribute("commencementDate") @Accessor(GETTER) @RuneAttribute("commencementDate") public AdjustableOrRelativeDate getCommencementDate()Description copied from interface:ExerciseTermsThe first day of the exercise period for an American style option.- Specified by:
getCommencementDatein interfaceExerciseTerms
-
getExerciseDates
@RosettaAttribute("exerciseDates") @Accessor(GETTER) @RuneAttribute("exerciseDates") public AdjustableOrRelativeDates getExerciseDates()Description copied from interface:ExerciseTermsThe dates that define the Bermuda option exercise dates and the expiration date. The last specified date is assumed to be the expiration date. The dates can either be specified as a series of explicit dates and associated adjustments or as a series of dates defined relative to another schedule of dates, for example, the calculation period start dates. Where a relative series of dates are defined the first and last possible exercise dates can be separately specified.- Specified by:
getExerciseDatesin interfaceExerciseTerms
-
getExpirationDate
@RosettaAttribute("expirationDate") @Accessor(GETTER) @Multi @RuneAttribute("expirationDate") public List<? extends AdjustableOrRelativeDate> getExpirationDate()Description copied from interface:ExerciseTermsThe last day within an exercise period for an American style option. For a European style option it is the only day within the exercise period.- Specified by:
getExpirationDatein interfaceExerciseTerms
-
getRelevantUnderlyingDate
@RosettaAttribute("relevantUnderlyingDate") @Accessor(GETTER) @RuneAttribute("relevantUnderlyingDate") public AdjustableOrRelativeDates getRelevantUnderlyingDate()Description copied from interface:ExerciseTermsThe effective date on the underlying product if the option is exercised. For example, for a swaption it is the swap effective date, for an option on an FX spot or forward it is the value date for settlement, and in an extendible/cancelable provision it is the swap termination date, which is the date on which the termination is effective.'- Specified by:
getRelevantUnderlyingDatein interfaceExerciseTerms
-
getEarliestExerciseTime
@RosettaAttribute("earliestExerciseTime") @Accessor(GETTER) @RuneAttribute("earliestExerciseTime") public BusinessCenterTime getEarliestExerciseTime()Description copied from interface:ExerciseTermsThe earliest time at which notice of exercise can be given by the buyer to the seller (or seller's agent) to, and including, the expiration date.- Specified by:
getEarliestExerciseTimein interfaceExerciseTerms
-
getLatestExerciseTime
@RosettaAttribute("latestExerciseTime") @Accessor(GETTER) @RuneAttribute("latestExerciseTime") public BusinessCenterTime getLatestExerciseTime()Description copied from interface:ExerciseTermsFor a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller's agent. Notice of exercise given after this time will be deemed to have been given on the next exercise business day.- Specified by:
getLatestExerciseTimein interfaceExerciseTerms
-
getExpirationTime
@RosettaAttribute("expirationTime") @Accessor(GETTER) @RuneAttribute("expirationTime") public BusinessCenterTime getExpirationTime()Description copied from interface:ExerciseTermsThe latest time for exercise on expirationDate. It is made mandatory given that for all option styles, this field is required.- Specified by:
getExpirationTimein interfaceExerciseTerms
-
getExpirationTimeType
@RosettaAttribute("expirationTimeType") @Accessor(GETTER) @Required @RuneAttribute("expirationTimeType") public ExpirationTimeTypeEnum getExpirationTimeType()Description copied from interface:ExerciseTermsThe time of day at which the equity option expires, for example the official closing time of the exchange.- Specified by:
getExpirationTimeTypein interfaceExerciseTerms
-
getMultipleExercise
@RosettaAttribute("multipleExercise") @Accessor(GETTER) @RuneAttribute("multipleExercise") public MultipleExercise getMultipleExercise()Description copied from interface:ExerciseTermsAs defined in the 2000 ISDA Definitions, Section 12.4. Multiple Exercise, the buyer of the option has the right to exercise all or less than all the unexercised notional amount of the underlying swap on one or more days in the exercise period, but on any such day may not exercise less than the minimum notional amount or more that the maximum notional amount, and if an integral multiple amount is specified, the notional amount exercised must be equal to, or be an integral multiple of, the integral multiple amount.- Specified by:
getMultipleExercisein interfaceExerciseTerms
-
getExerciseFeeSchedule
@RosettaAttribute("exerciseFeeSchedule") @Accessor(GETTER) @RuneAttribute("exerciseFeeSchedule") public ExerciseFeeSchedule getExerciseFeeSchedule()Description copied from interface:ExerciseTermsThe fees associated with an exercise date. The fees are conditional on the exercise occurring. The fees can be specified as actual currency amounts or as percentages of the notional amount being exercised.- Specified by:
getExerciseFeeSchedulein interfaceExerciseTerms
-
getExerciseProcedure
@RosettaAttribute("exerciseProcedure") @Accessor(GETTER) @RuneAttribute("exerciseProcedure") public ExerciseProcedure getExerciseProcedure()Description copied from interface:ExerciseTermsThe set of parameters defining the procedure associated with the exercise, e.g. manual exercise.- Specified by:
getExerciseProcedurein interfaceExerciseTerms
-
getExerciseFee
@RosettaAttribute("exerciseFee") @Accessor(GETTER) @RuneAttribute("exerciseFee") public ExerciseFee getExerciseFee()Description copied from interface:ExerciseTermsA fee to be paid on exercise. This could be represented as an amount or a rate and notional reference on which to apply the rate.- Specified by:
getExerciseFeein interfaceExerciseTerms
-
getPartialExercise
@RosettaAttribute("partialExercise") @Accessor(GETTER) @RuneAttribute("partialExercise") public PartialExercise getPartialExercise()Description copied from interface:ExerciseTermsAs defined in the 2000 ISDA Definitions, Section 12.3. Partial Exercise, the buyer of the option has the right to exercise all or less than all the notional amount of the underlying swap on the expiration date, but may not exercise less than the minimum notional amount, and if an integral multiple amount is specified, the notional amount exercised must be equal to, or be an integral multiple of, the integral multiple amount.- Specified by:
getPartialExercisein interfaceExerciseTerms
-
getMeta
@RosettaAttribute("meta") @Accessor(GETTER) @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfaceExerciseTerms- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
Description copied from interface:ExerciseTermsBuild Methods- Specified by:
buildin interfaceExerciseTerms- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceExerciseTerms- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-