Definition Type: Group
Name: CommodityFreightFlatRate.model
Namespace: http://www.fpml.org/FpML-5/transparency
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_xsd3 Drilldown into flatRate in schema fpml-com-5-10_xsd3XSD Diagram of CommodityFreightFlatRate.model in schema fpml-com-5-10_xsd3 (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">
            <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">
            <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 nsF:flatRate (1) (1)
flatRateAmount nsF:flatRateAmount (1) (1)