Package cdm.product.template
Interface ExerciseTerms
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ExerciseTerms.ExerciseTermsBuilder
- All Known Implementing Classes:
ExerciseTerms.ExerciseTermsBuilderImpl,ExerciseTerms.ExerciseTermsImpl
@RosettaDataType(value="ExerciseTerms",
builder=ExerciseTermsBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ExerciseTerms",
model="cdm",
builder=ExerciseTermsBuilderImpl.class,
version="7.0.0-dev.105")
public interface ExerciseTerms
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class defining the exercise period for an option together with any rules governing the notional amount of the underlying which can be exercised on any given exercise date and any associated exercise fees.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ExerciseTermsstatic classImmutable Implementation of ExerciseTermsNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The 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).default Class<? extends ExerciseTerms> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ExerciseTerms> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getStyle
OptionExerciseStyleEnum getStyle()Whether the option has a single exercise (european), multiple exercise dates (bermuda), or a continuous range of exercise (american). -
getCommencementDate
AdjustableOrRelativeDate getCommencementDate()The first day of the exercise period for an American style option. -
getExerciseDates
AdjustableOrRelativeDates getExerciseDates()The 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. -
getExpirationDate
List<? extends AdjustableOrRelativeDate> getExpirationDate()The 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. -
getRelevantUnderlyingDate
AdjustableOrRelativeDates getRelevantUnderlyingDate()The 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.' -
getEarliestExerciseTime
BusinessCenterTime getEarliestExerciseTime()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. -
getLatestExerciseTime
BusinessCenterTime getLatestExerciseTime()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. Notice of exercise given after this time will be deemed to have been given on the next exercise business day. -
getExpirationTime
BusinessCenterTime getExpirationTime()The latest time for exercise on expirationDate. It is made mandatory given that for all option styles, this field is required. -
getExpirationTimeType
ExpirationTimeTypeEnum getExpirationTimeType()The time of day at which the equity option expires, for example the official closing time of the exchange. -
getMultipleExercise
MultipleExercise getMultipleExercise()As 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. -
getExerciseFeeSchedule
ExerciseFeeSchedule getExerciseFeeSchedule()The 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. -
getExerciseProcedure
ExerciseProcedure getExerciseProcedure()The set of parameters defining the procedure associated with the exercise, e.g. manual exercise. -
getExerciseFee
ExerciseFee getExerciseFee()A 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. -
getPartialExercise
PartialExercise getPartialExercise()As 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. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
ExerciseTerms build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ExerciseTerms.ExerciseTermsBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-