Class GoverningLaw

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

public class GoverningLaw extends Object
Identification of the law governing the transaction.

Java class for GoverningLaw complex type.

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

 <complexType name="GoverningLaw">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>Scheme">
       <attribute name="governingLawScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/governing-law" />
     </extension>
   </simpleContent>
 </complexType>