Definition Type: Group
Name: CommodityFreightFlatRate.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Documentation:
The Flat Rate, applicable to Wet Voyager Charter Freight Swaps.
Collapse XSD Schema Diagram:
Drilldown into flatRateAmount in schema fpml-com-5-10_xsd2 Drilldown into flatRate in schema fpml-com-5-10_xsd2XSD Diagram of CommodityFreightFlatRate.model in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityFreightFlatRate.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The Flat Rate, applicable to Wet Voyager Charter Freight Swaps.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="flatRate" type="FlatRateEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Whether the Flat Rate is the New Worldwide Tanker Nominal Freight Scale for the Freight Index Route taken at the Trade Date of the transaction or taken on each Pricing Date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="flatRateAmount" type="NonNegativeMoney" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If flatRate is set to "Fixed", the actual value of the Flat Rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
flatRate nsE:flatRate 0 (1)
flatRateAmount nsE:flatRateAmount 0 (1)