Definition Type: ComplexType
Name: TradeUnderlyer
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reconciliation-5-10.xsd
Abstract
Documentation:
The underlying asset/index/reference price etc. whose rate/price may be observed to compute the value of the cashflow. It can be an index, fixed rate, listed security, quoted currency pair, or a reference entity (for credit derivatives).
Collapse XSD Schema Diagram:
Drilldown into referenceEntity in schema fpml-reconciliation-5-10_xsd Drilldown into underlyingAsset in schema fpml-asset-5-10_xsd4 Drilldown into fixedRate in schema fpml-reconciliation-5-10_xsd Drilldown into floatingRate in schema fpml-reconciliation-5-10_xsd Drilldown into id in schema fpml-reconciliation-5-10_xsdXSD Diagram of TradeUnderlyer in schema fpml-reconciliation-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeUnderlyer">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The underlying asset/index/reference price etc. whose rate/price may be observed to compute the value of the cashflow. It can be an index, fixed rate, listed security, quoted currency pair, or a reference entity (for credit derivatives).</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="floatingRate" type="FloatingRate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A floating rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixedRate" type="Schedule">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The fixed rate or fixed rate schedule expressed as explicit fixed rates and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="underlyingAsset">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Define the underlying asset, either a listed security or other instrument.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="referenceEntity" type="LegalEntity">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The corporate or sovereign entity on which you are buying or selling protection and any successor that assumes all or substantially all of its contractual and other obligations. It is vital to use the correct legal name of the entity and to be careful not to choose a subsidiary if you really want to trade protection on a parent company. Please note, Reference Entities cannot be senior or subordinated. It is the obligations of the Reference Entities that can be senior or subordinated. ISDA 2003 Term: Reference Entity</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRate nsE:floatingRate (1) (1)
fixedRate nsE:fixedRate (1) (1)
underlyingAsset nsE:underlyingAsset (1) (1)
referenceEntity nsE:referenceEntity (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:underlyer, nsE:underlyer