Package org.isda.cdm
Class CreditEventNotice
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.CreditEventNotice
-
@RosettaClass @RosettaSynonym(value="CreditEventNotice", source="FpML_5_10") public class CreditEventNotice extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreditEventNotice.CreditEventNoticeBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreditEventNotice.CreditEventNoticeBuilder
builder()
boolean
equals(java.lang.Object o)
BusinessCenterEnum
getBusinessCenter()
Inclusion of this business center element implies that Greenwich Mean Time in Section 3.3 of the 2003 ISDA Credit Derivatives Definitions is replaced by the local time of the city indicated by the businessCenter element value.NotifyingParty
getNotifyingParty()
The notifying party is the party that notifies the other party when a credit event has occurred by means of a credit event notice.PubliclyAvailableInformation
getPubliclyAvailableInformation()
A specified condition to settlement.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends CreditEventNotice>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
CreditEventNotice.CreditEventNoticeBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getBusinessCenter
@RosettaSynonym(value="businessCenter",source="FpML_5_10") @RosettaSynonym(value="businessCenter",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="businessCenter",source="DTCC_11_0") @RosettaSynonym(value="businessCenter",source="DTCC_9_0") @RosettaSynonym(value="businessCenter",source="CME_ClearedConfirm_1_17") public final BusinessCenterEnum getBusinessCenter()
Inclusion of this business center element implies that Greenwich Mean Time in Section 3.3 of the 2003 ISDA Credit Derivatives Definitions is replaced by the local time of the city indicated by the businessCenter element value.
-
getNotifyingParty
@RosettaSynonym(value="notifyingParty",source="FpML_5_10") @RosettaSynonym(value="notifyingParty",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="notifyingParty",source="DTCC_11_0") @RosettaSynonym(value="notifyingParty",source="DTCC_9_0") @RosettaSynonym(value="notifyingParty",source="CME_ClearedConfirm_1_17") public final NotifyingParty getNotifyingParty()
The notifying party is the party that notifies the other party when a credit event has occurred by means of a credit event notice. If more than one party is referenced as being the notifying party then either party may notify the other of a credit event occurring. ISDA 2003 Term: Notifying Party.
-
getPubliclyAvailableInformation
@RosettaSynonym(value="publiclyAvailableInformation",source="FpML_5_10") @RosettaSynonym(value="publiclyAvailableInformation",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="publiclyAvailableInformation",source="DTCC_11_0") @RosettaSynonym(value="publiclyAvailableInformation",source="DTCC_9_0") @RosettaSynonym(value="publiclyAvailableInformation",source="CME_ClearedConfirm_1_17") public final PubliclyAvailableInformation getPubliclyAvailableInformation()
A specified condition to settlement. Publicly available information means information that reasonably confirms any of the facts relevant to determining that a credit event or potential repudiation/moratorium, as applicable, has occurred. The ISDA defined list (2003) is the market standard and is considered comprehensive, and a minimum of two differing public sources must have published the relevant information, to declare a Credit Event. ISDA 2003 Term: Notice of Publicly Available Information Applicable.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends CreditEventNotice> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public CreditEventNotice.CreditEventNoticeBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static CreditEventNotice.CreditEventNoticeBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-