Definition Type: ComplexType
Name: CreditLimit
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsA:CreditLimitBase
Containing Schema: fpml-business-events-5-9.xsd
Abstract
Documentation:
A structure describing a credit limit with applicability constraints.
Collapse XSD Schema Diagram:
Drilldown into expirationDate in schema fpml-business-events-5-9_xsd Drilldown into limitApplicable in schema fpml-business-events-5-9_xsd Drilldown into tenor in schema fpml-business-events-5-9_xsd Drilldown into currency in schema fpml-business-events-5-9_xsd Drilldown into productId in schema fpml-shared-5-9_xsd Drilldown into productType in schema fpml-shared-5-9_xsd Drilldown into primaryAssetClass in schema fpml-shared-5-9_xsd Drilldown into Product.model in schema fpml-shared-5-9_xsd Drilldown into limitId in schema fpml-business-events-5-9_xsd Drilldown into CreditLimitBase in schema fpml-business-events-5-9_xsdXSD Diagram of CreditLimit in schema fpml-business-events-5-9_xsd (Financial products Markup Language (FpML®) - Pretrade)
Collapse XSD Schema Code:
<xsd:complexType name="CreditLimit">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing a credit limit with applicability constraints.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="CreditLimitBase">
            <xsd:sequence>
                <xsd:element name="limitApplicable" type="LimitApplicable" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element name="expirationDate" type="xsd:dateTime" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
limitId nsA:limitId 0 (1)
primaryAssetClass nsA:primaryAssetClass 0 (1)
productType nsA:productType 0 unbounded
productId nsA:productId 0 unbounded
currency nsA:currency 0 (1)
tenor nsA:tenor 0 (1)
limitApplicable nsA:limitApplicable 0 unbounded
expirationDate nsA:expirationDate 0 (1)
<xs:group> nsA:Product.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:creditLimit, nsA:CreditLimitExtended
Collapse Comments:
blog comments powered by Disqus