<xsd:complexType name="FxTargetPhysicalSettlement">
<xsd:sequence>
<xsd:group ref="FxExchangedCurrency.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates the direction of physical settlement exchanges.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="settlementAdjustmentStyle" type="FxSettlementAdjustmentMethodEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Settlement Adjustment Style can be VariedStrike or VariedNotional.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="StrikeOrStrikeReference.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The strike should be specified if the Settlement Style is VariedNotional.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|