fpml:americanExercise
The parameters for defining the exercise period for an American style option.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-fx-5-5.xsd
Other elements with the same name: fpml:americanExercise, fpml:americanExercise, fpml:americanExercise, fpml:americanExercise
Type: fpml:FxDigitalAmericanExercise
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:commencementDate [0..1] The earliest date on which the option can be exercised.
- fpml:expiryDate [0..1] The latest date on which the option can be exercised.
- fpml:latestValueDate [0..1] The latest date on which both currencies traded will settle.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:Exercise |
Used in
- Type fpml:FxDigitalOption (Element fpml:fxDigitalOption)
Sample instance
<americanExercise> <commencementDate> <adjustableDate> <unadjustedDate>2001-12-04</unadjustedDate> </adjustableDate> </commencementDate> <expiryDate>2002-06-04</expiryDate> <latestValueDate>2002-06-06</latestValueDate> </americanExercise>