<xsd:complexType name="SettlementPeriodLeverage">
<xsd:choice>
<xsd:element name="ratio" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Leverage expressed as ratio.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="notionalAmount" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Leverage notional.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="counterCurrencyAmount" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Leverage counter currency notional.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
|