Definition Type: Element
Name: percentageOfNotional
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-eq-shared-4-4.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The amount of premium to be paid expressed as a percentage of the notional value of the transaction. A percentage of 5% would be expressed as 0.05.
Collapse XSD Schema Diagram:
XSD Diagram of percentageOfNotional in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="percentageOfNotional" type="xsd:decimal" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The amount of premium to be paid expressed as a percentage of the notional value of the transaction. A percentage of 5% would be expressed as 0.05.</xsd:documentation>
    </xsd:annotation>
</xsd:element>