Definition Type: Element
Name: initialPrice
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-com-5-10.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
If specified in the confirmation, the price or index level at the beginning of the initial Calculation Period. For example, if the return calculation is [(Index End / Index Begin) - 1] and Index Begin is defined as equal to Index End for the immediately preceeding Calculation Period, then the value of Index Begin in the very first Calculation Period is not defined and is usually specified in the confirmation.
Collapse XSD Schema Diagram:
XSD Diagram of initialPrice in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element minOccurs="0" name="initialPrice" type="xsd:decimal">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">If specified in the confirmation, the price or index level at the beginning of the initial Calculation Period. For example, if the return calculation is [(Index End / Index Begin) - 1] and Index Begin is defined as equal to Index End for the immediately preceeding Calculation Period, then the value of Index Begin in the very first Calculation Period is not defined and is usually specified in the confirmation.</xsd:documentation>
    </xsd:annotation>
</xsd:element>