Definition Type: ComplexType
Name: FormulaTerm
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.xsd
Abstract
Documentation:
A type defining a term of the formula. Its value is the product of the its coefficient and the referenced partial derivatives.
Collapse XSD Schema Diagram:
Drilldown into partialDerivativeReference in schema fpml-riskdef-4-4_xsd Drilldown into coefficient in schema fpml-riskdef-4-4_xsdXSD Diagram of FormulaTerm in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FormulaTerm">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a term of the formula. Its value is the product of the its coefficient and the referenced partial derivatives.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="coefficient" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The coefficient by which this term is multiplied, typically 1 or -1.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="partialDerivativeReference" type="PricingParameterDerivativeReference" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the partial derivative.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
coefficient fpml:coefficient (1) (1)
partialDerivativeReference fpml:partialDerivativeReference (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:term