fpml:touch
Defines one or more conditions underwhich the option will payout if exercisable.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-fx-5-5.xsd
Type: fpml:FxTouch
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:touchCondition [1..1] This specifies whether the applied trigger is a touch or no touch type.
- fpml:direction [0..1] This specifies whether the trigger direction is "AtOrAbove" or "AtOrBelow; that is, that a barrier event occurs if the spot rate is at or above the trigger rate, or at or below the trigger rate during the period of observation of an american trigger, or at the times of observation of a discrete trigger. DEPRECATE: Values "Above" and "Below" are deprecated.
- fpml:quotedCurrencyPair [1..1] Defines the two currencies for an FX trade and the quotation relationship between the two currencies.
- fpml:triggerRate [1..1] The market rate is observed relative to the trigger rate, and if it is found to be on the predefined side of (above or below) the trigger rate, a barrier event is deemed to have occurred.
- fpml:spotRate [0..1] An optional element used for FX forwards and certain types of FX OTC options. For deals consumated in the FX Forwards Market, this represents the current market rate for a particular currency pair. For barrier and digital/binary options, it can be useful to include the spot rate at the time the option was executed to make it easier to know whether the market rate needs to move "up" or "down" to trigger a barrier event.
- fpml:informationSource [1..*] The information source where a published or displayed market rate will be obtained, e.g. Telerate Page 3750.
- Choice [0..1]
- Sequence [1..1]
- fpml:observationStartDate [1..1] The date on which the observation period for an american trigger starts. If the start date is not present, then the date and time of the start of the period is deemed to be the date and time the transaction was entered into.
- fpml:observationStartTime [0..1] The time on the start date at which the observation period for an american trigger starts. If the time is not present and the start date is equivalent to the transaction date, the time is deemed to be the time the transaction was entered into. If the time is not present and the start date is other than the transaction date, then the time is deemed to be the same as the expiration time.
- Sequence [0..1]
- fpml:observationEndDate [1..1] The date on which the observation period for an american trigger ends. If the end date is not present, then the date and time of the end of the period is deemed to be the date and time of expiration.
- fpml:observationEndTime [0..1] The time on the end date at which the observation period for an american trigger ends. If the time is not present, then the time is deemed to be the same as the expiration time.
- fpml:observationPoint [2..*] The dates and times at which rate observations are made to determine whether a barrier event has occurred for a discrete trigger. If the time is not present then the time is deemed to be the same as the expiration time.
- Sequence [1..1]
Attributes
None
Used in
- Type fpml:FxDigitalOption (Element fpml:fxDigitalOption)
Sample instance
<touch> <touchCondition>Touch</touchCondition> <direction>AtOrAbove</direction> <quotedCurrencyPair> <currency1>GBP</currency1> <currency2>USD</currency2> <quoteBasis>Currency2PerCurrency1</quoteBasis> </quotedCurrencyPair> <triggerRate>1.5200</triggerRate> <spotRate>1.4800</spotRate> <informationSource> <rateSource>Reuters</rateSource> <rateSourcePage>GBP=</rateSourcePage> </informationSource> <observationStartDate>2001-11-12</observationStartDate> <observationEndDate>2001-11-26</observationEndDate> <observationEndTime> <hourMinuteTime>14:00:00</hourMinuteTime> <businessCenter>GBLO</businessCenter> </observationEndTime> </touch>