Definition Type: ComplexType
Name: DeliveryNearby
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-asset-5-10.xsd
Abstract
Documentation:
A type defines nearest Delivery Date of the underlying Commodity of expiration of the futures contract.
Collapse XSD Schema Diagram:
Drilldown into deliveryNearbyType in schema fpml-asset-5-10_xsd1 Drilldown into deliveryNearbyMultiplier in schema fpml-asset-5-10_xsd1 Drilldown into id in schema fpml-asset-5-10_xsd1XSD Diagram of DeliveryNearby in schema fpml-asset-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DeliveryNearby">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defines nearest Delivery Date of the underlying Commodity of expiration of the futures contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="deliveryNearbyMultiplier" type="xsd:positiveInteger">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A time multiplier, e.g. 1, 2 or 3 etc. used in defining Delivery Nearby date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="deliveryNearbyType" type="DeliveryNearbyTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines a type of the delivery nearby qualifier, expect to be used in conjunction with a delivery nearby multiplier, e.g. 1NearByMonth, 1NearbyWeek, etc. If 'CalculationPeriod' is used, the delivery nearby multiplier is expected to be '0'. To represent 'Spot', the value of the delivery nearby type should be 'NearbyMonth' and the delivery period multiplier should be set to '0' (zero).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveryNearbyMultiplier nsB:deliveryNearbyMultiplier (1) (1)
deliveryNearbyType nsB:deliveryNearbyType (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:deliveryNearby