Definition Type: ComplexType
Name: CreditRiskLimit
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-pretrade-processes-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into originalRequestDetails in schema fpml-pretrade-processes-5-10_xsd Drilldown into creditLimitReference in schema fpml-pretrade-processes-5-10_xsd Drilldown into limitExpiryTimeStamp in schema fpml-pretrade-processes-5-10_xsd Drilldown into reason in schema fpml-pretrade-processes-5-10_xsd Drilldown into approvedNumberOfUnits in schema fpml-pretrade-processes-5-10_xsd Drilldown into requestedNumberOfUnits in schema fpml-pretrade-processes-5-10_xsd Drilldown into approvedNumberOfOptions in schema fpml-pretrade-processes-5-10_xsd Drilldown into requestedNumberOfOptions in schema fpml-pretrade-processes-5-10_xsd Drilldown into approvedNotionalAmount in schema fpml-pretrade-processes-5-10_xsd Drilldown into requestedNotionalAmount in schema fpml-pretrade-processes-5-10_xsd Drilldown into fullApproval in schema fpml-pretrade-processes-5-10_xsdXSD Diagram of CreditRiskLimit in schema fpml-pretrade-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CreditRiskLimit">
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="fullApproval" type="xsd:boolean" />
            <xsd:sequence>
                <xsd:element name="requestedNotionalAmount" type="Money" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the fixed amount requested expressed as notional amount.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="approvedNotionalAmount" type="Money" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">(partial approval) Specifies the fixed amount approved expressed as notional amount.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element name="requestedNumberOfOptions" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">(partial approval) Specifies the fixed amount approved expressed as number of options.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="approvedNumberOfOptions" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">(partial approval) Specifies the fixed amount approved expressed as number of options.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element name="requestedNumberOfUnits" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">(partial approval) Specifies the fixed amount approved expressed as number of units.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="approvedNumberOfUnits" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">(partial approval) Specifies the fixed amount approved expressed as number of units.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:choice>
        <xsd:element name="reason" type="CreditLimitCheckReason" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="limitExpiryTimeStamp" type="xsd:dateTime" minOccurs="0" />
        <xsd:element name="creditLimitReference" type="CreditLimitReference" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="originalRequestDetails" type="OriginalRequestDetails" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fullApproval nsC:fullApproval (1) (1)
requestedNotionalAmount nsC:requestedNotionalAmount 0 (1)
approvedNotionalAmount nsC:approvedNotionalAmount 0 (1)
requestedNumberOfOptions nsC:requestedNumberOfOptions 0 (1)
approvedNumberOfOptions nsC:approvedNumberOfOptions 0 (1)
requestedNumberOfUnits nsC:requestedNumberOfUnits 0 (1)
approvedNumberOfUnits nsC:approvedNumberOfUnits 0 (1)
reason nsC:reason 0 unbounded
limitExpiryTimeStamp nsC:limitExpiryTimeStamp 0 (1)
creditLimitReference nsC:creditLimitReference 0 unbounded
originalRequestDetails nsC:originalRequestDetails 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:creditRiskLimit