Definition Type: SimpleType
Name: FlatRateEnum
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The method by which the Flat Rate is calculated for a commodity freight transaction.
Collapse XSD Schema Diagram:
XSD Diagram of FlatRateEnum in schema fpml-enum-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="FlatRateEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The method by which the Flat Rate is calculated for a commodity freight transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Fixed">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The Flat Rate will be the New Worldwide Tanker Nominal Freight Scale for the Freight Index Route for the Trade Date for the transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Floating">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The Flat Rate for each Pricing Date will be the New Worldwide Tanker Nominal Freight Scale for the Freight Index Route for the Pricing Date..</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Fixed
Enumeration Floating
Collapse Derivation Tree:
Collapse References:
nsF:flatRate