Definition Type: Group
Name: LagOrReference.model
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.xsd
Collapse XSD Schema Diagram:
Drilldown into lagReference in schema fpml-com-4-5_xsd Drilldown into lag in schema fpml-com-4-5_xsdXSD Diagram of LagOrReference.model in schema fpml-com-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LagOrReference.model">
    <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 fpml:lag (1) (1)
lagReference fpml:lagReference (1) (1)