Definition Type: Element
Name: balanceOfFirstPeriod
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-com-5-10.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
If true, indicates that that the first Calculation Period should run from the Effective Date to the end of the calendar period in which the Effective Date falls, e.g. Jan 15 - Jan 31 if the calculation periods are one month long and Effective Date is Jan 15. If false, the first Calculation Period should run from the Effective Date for one whole period, e.g. Jan 15 to Feb 14 if the calculation periods are one month long and Effective Date is Jan 15.
Collapse XSD Schema Diagram:
XSD Diagram of balanceOfFirstPeriod in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="balanceOfFirstPeriod" type="xsd:boolean">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">If true, indicates that that the first Calculation Period should run from the Effective Date to the end of the calendar period in which the Effective Date falls, e.g. Jan 15 - Jan 31 if the calculation periods are one month long and Effective Date is Jan 15. If false, the first Calculation Period should run from the Effective Date for one whole period, e.g. Jan 15 to Feb 14 if the calculation periods are one month long and Effective Date is Jan 15.</xsd:documentation>
    </xsd:annotation>
</xsd:element>