Definition Type: ComplexType
Name: CalculationAmount
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:Money
Containing Schema: fpml-cd-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into step in schema fpml-cd-5-10_xsd2 Drilldown into amount in schema fpml-shared-5-10_xsd3 Drilldown into currency in schema fpml-shared-5-10_xsd3 Drilldown into id in schema fpml-shared-5-10_xsd3 Drilldown into MoneyBase in schema fpml-shared-5-10_xsd3 Drilldown into Money in schema fpml-shared-5-10_xsd3XSD Diagram of CalculationAmount in schema fpml-cd-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CalculationAmount">
    <xsd:complexContent>
        <xsd:extension base="Money">
            <xsd:sequence>
                <xsd:element name="step" type="Step" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A schedule of step date and value pairs. On each step date the associated step value becomes effective. A list of steps may be ordered in the document by ascending step date. An FpML document containing an unordered list of steps is still regarded as a conformant document.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsD:currency (1) (1)
amount nsD:amount (1) (1)
step nsD:step 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:calculationAmountnsD:calculationAmount,