Definition Type: ComplexType
Name: CreditLimit
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:CreditLimitBase
Containing Schema: fpml-business-events-5-10.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-10_xsd Drilldown into limitApplicable in schema fpml-business-events-5-10_xsd Drilldown into tenor in schema fpml-business-events-5-10_xsd Drilldown into currency in schema fpml-business-events-5-10_xsd Drilldown into assetClass in schema fpml-shared-5-10_xsd Drilldown into productId in schema fpml-shared-5-10_xsd Drilldown into productType in schema fpml-shared-5-10_xsd Drilldown into secondaryAssetClass in schema fpml-shared-5-10_xsd Drilldown into primaryAssetClass in schema fpml-shared-5-10_xsd Drilldown into Product.model in schema fpml-shared-5-10_xsd Drilldown into limitId in schema fpml-business-events-5-10_xsd Drilldown into CreditLimitBase in schema fpml-business-events-5-10_xsdXSD Diagram of CreditLimit in schema fpml-business-events-5-10_xsd (Financial products Markup Language (FpML®))
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" 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 (1) (1)
primaryAssetClass nsA:primaryAssetClass 0 (1)
secondaryAssetClass nsA:secondaryAssetClass 0 unbounded
productType nsA:productType 0 unbounded
productId nsA:productId 0 unbounded
assetClass nsA:assetClass 0 unbounded
currency nsA:currency (1) (1)
tenor nsA:tenor (1) (1)
limitApplicable nsA:limitApplicable (1) unbounded
expirationDate nsA:expirationDate 0 (1)
<xs:group> nsA:Product.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:creditLimit