Definition Type: ComplexType
Name: SingleUnderlyer
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-asset-5-10.xsd
Abstract
Documentation:
A type describing a single underlyer
Collapse XSD Schema Diagram:
Drilldown into depositoryReceipt in schema fpml-asset-5-10_xsd5 Drilldown into averageDailyTradingVolume in schema fpml-asset-5-10_xsd5 Drilldown into couponPayment in schema fpml-asset-5-10_xsd5 Drilldown into dividendPayout in schema fpml-asset-5-10_xsd5 Drilldown into openUnits in schema fpml-asset-5-10_xsd5 Drilldown into underlyingAsset in schema fpml-asset-5-10_xsd5XSD Diagram of SingleUnderlyer in schema fpml-asset-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SingleUnderlyer">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing a single underlyer</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="underlyingAsset" />
        <xsd:element name="openUnits" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The number of units (index or securities) that constitute the underlyer of the swap. In the case of a basket swap, this element is used to reference both the number of basket units, and the number of each asset components of the basket when these are expressed in absolute terms.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dividendPayout" type="DividendPayout" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the dividend payout ratio associated with an equity underlyer. A basket swap can have different payout ratios across the various underlying constituents. In certain cases the actual ratio is not known on trade inception, and only general conditions are then specified. Users should note that FpML makes a distinction between the derivative contract and the underlyer of the contract. It would be better if the agreed dividend payout on a derivative contract was modelled at the level of the derivative contract, an approach which may be adopted in the next major version of FpML.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="couponPayment" type="PendingPayment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The next upcoming coupon payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="averageDailyTradingVolume" type="AverageDailyTradingVolumeLimit" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The average amount of individual securities traded in a day or over a specified amount of time.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="depositoryReceipt" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A Depository Receipt is a negotiable certificate issued by a trust company or security depository. This element is used to represent whether a Depository Receipt is applicable or not to the underlyer.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
underlyingAsset nsF:underlyingAsset (1) (1)
openUnits nsF:openUnits 0 (1)
dividendPayout nsF:dividendPayout 0 (1)
couponPayment nsF:couponPayment 0 (1)
averageDailyTradingVolume nsF:averageDailyTradingVolume 0 (1)
depositoryReceipt nsF:depositoryReceipt 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:singleUnderlyer