<xsd:complexType name="FxBarrierOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes an option with a put/call component, but also one or more associated barrier rates. If the market rate moves to reach a barrier rate a trigger event occurs. The trigger event may for example be necessary to enable the option, or may annul the option contract. [Since the barriers reduce the probability of exercise, the premium for an option with barriers is likely to be cheaper than one without].</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FxOptionLeg">
<xsd:sequence>
<xsd:element name="spotRate" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">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 option needs to move "up" or "down" to be triggered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fxBarrier" type="FxBarrier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Information about a barrier rate in a Barrier Option - specifying the exact criteria for a trigger event to occur.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="triggerPayout" type="FxOptionPayout" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of currency which becomes payable if and when a trigger event occurs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|