Definition Type: Group
Name: LagOrReference.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Documentation:
Allows a Lag or a LagReference to be specified.
Collapse XSD Schema Diagram:
Drilldown into lagReference in schema fpml-com-5-10_xsd2 Drilldown into lag in schema fpml-com-5-10_xsd2XSD Diagram of LagOrReference.model in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LagOrReference.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Allows a Lag or a LagReference to be specified.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="lag" type="Lag">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The pricing period per calculation period if the pricing days do not wholly fall within the respective calculation period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lagReference" type="LagReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Allows a lag to reference one already defined elsewhere in the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lag nsE:lag (1) (1)
lagReference nsE:lagReference (1) (1)