<xsd:complexType name="CreditLimitBase">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a basic credit limit.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="limitId" type="LimitId" minOccurs="0" />
<xsd:group ref="Product.model" />
<xsd:element name="currency" type="Currency" minOccurs="0" />
<xsd:element name="tenor" type="Period" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maximum allowed tenor for a trade under this limit. When this structure is used as part of a suspendCredit message, this tenor imposes a temporary tenor limit on allowed trade types.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|