Definition Type: Element
Name: formula
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:DerivativeFormula
Containing Schema: fpml-riskdef-4-4.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A formula defining how to compute the derivative from the partial derivatives. If absent, the derivative is just the product of the partial derivatives. Normally only required for more higher-order derivatives, e.g. Hessians.
Collapse XSD Schema Diagram:
Drilldown into denominatorTerm in schema fpml-riskdef-4-4_xsd Drilldown into term in schema fpml-riskdef-4-4_xsd Drilldown into DerivativeFormula in schema fpml-riskdef-4-4_xsdXSD Diagram of formula in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="formula" type="DerivativeFormula" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A formula defining how to compute the derivative from the partial derivatives. If absent, the derivative is just the product of the partial derivatives. Normally only required for more higher-order derivatives, e.g. Hessians.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
term fpml:term (1) (1)
denominatorTerm fpml:denominatorTerm (1) (1)
Collapse Derivation Tree: