Definition Type: Group
Name: AgreementAndEffectiveDates.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Documentation:
A model group defining agreement and effective dates.
Collapse XSD Schema Diagram:
Drilldown into effectiveDate in schema fpml-business-events-5-10_xsd3 Drilldown into executionDateTime in schema fpml-business-events-5-10_xsd3 Drilldown into agreementDate in schema fpml-business-events-5-10_xsd3XSD Diagram of AgreementAndEffectiveDates.model in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="AgreementAndEffectiveDates.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model group defining agreement and effective dates.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="agreementDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the change was agreed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="executionDateTime" type="ExecutionDateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date and time at which the negotiated change to the terms of the original contract was agreed, such as via telephone or electronic trading system (i.e., agreement date/time).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the change become effective.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
agreementDate nsE:agreementDate 0 (1)
executionDateTime nsE:executionDateTime 0 (1)
effectiveDate nsE:effectiveDate 0 (1)