Class ReferenceBank

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

public class ReferenceBank extends Object
A type to describe an institution (party) identified by means of a coding scheme and an optional name.

Java class for ReferenceBank complex type.

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

 <complexType name="ReferenceBank">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceBankId" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceBankId"/>
         <element name="referenceBankName" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>