Class ElectricityTransmissionContingency

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

public class ElectricityTransmissionContingency extends Object
A structure to specify the tranmission contingency and the party that bears the obligation.

Java class for ElectricityTransmissionContingency complex type.

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

 <complexType name="ElectricityTransmissionContingency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contingency" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityTransmissionContingencyType"/>
         <element name="contingentParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>