Class CreditEventNoticeDocument

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

public class CreditEventNoticeDocument extends Object
An event type that records the occurrence of a credit event notice.

Java class for CreditEventNoticeDocument complex type.

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

 <complexType name="CreditEventNoticeDocument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="affectedTransactions" type="{http://www.fpml.org/FpML-5/confirmation}AffectedTransactions" minOccurs="0"/>
         <element name="referenceEntity" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}creditEvent"/>
         <element name="publiclyAvailableInformation" type="{http://www.fpml.org/FpML-5/confirmation}Resource" maxOccurs="unbounded" minOccurs="0"/>
         <element name="notifyingPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="notifiedPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="creditEventNoticeDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="creditEventDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>