<xsd:complexType name="LimitApplicable">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
<xsd:sequence>
<xsd:element name="limitType" type="LimitType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Standard code to indicate which type of credit line is being referred to - i.e. IM, DV01, PV01, CS01, Notional, Clip Size, Notional, maximumOrderQuantity</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="clipSize" type="xsd:integer" />
<xsd:choice minOccurs="0">
<xsd:element name="amountUtilized" type="xsd:integer" />
<xsd:element name="utilization" type="CreditLimitUtilization">
<xsd:annotation>
<xsd:documentation xml:lang="en">Credit limit utilization breakdown by executed trades and pending orders.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="amountRemaining" type="xsd:integer" minOccurs="0" />
<xsd:element name="currency" type="Currency" minOccurs="0" />
<xsd:element name="velocity" type="Velocity" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|