Definition Type: Group
Name: CommodityFreightFlatRate.model
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.xsd
Documentation:
The Flat Rate, applicable to Wet Voyager Charter Freight Swaps.
Collapse XSD Schema Diagram:
Drilldown into flatRateAmount in schema fpml-com-4-5_xsd Drilldown into flatRate in schema fpml-com-4-5_xsdXSD Diagram of CommodityFreightFlatRate.model in schema fpml-com-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityFreightFlatRate.model">
    <xsd:annotation>
        <xsd:documentation>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>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>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 fpml:flatRate (1) (1)
flatRateAmount fpml:flatRateAmount 0 (1)