<xsd:complexType name="FxTargetConstantPayoff">
<xsd:choice>
<xsd:sequence>
<xsd:group ref="PayerReceiver.model" />
<xsd:element name="payment" type="PositiveMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">Cash payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="fixingAdjustment" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Payoff (gain) expressed as a fixing adjustment. This style is used in the "bonus collar" TARF.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|