Class FormulaComponent

java.lang.Object
net.finmath.smartcontract.product.xml.FormulaComponent

public class FormulaComponent extends Object
Elements describing the components of the formula. The name attribute points to a value used in the math element. The href attribute points to a numeric value defined elsewhere in the document that is used by the formula component.

Java class for FormulaComponent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FormulaComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="componentDescription" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
         <element name="formula" type="{http://www.fpml.org/FpML-5/confirmation}Formula" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" />
     </restriction>
   </complexContent>
 </complexType>