Package cdm.legaldocumentation.common
Enum GoverningLawEnum
- All Implemented Interfaces:
Serializable,Comparable<GoverningLawEnum>
The enumerated values to specify the law governing the contract or legal document.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Governing Law is determined by reference to the relevant master agreement.Belgian lawAlberta lawBritish Columbia LawManitoba lawOntario lawQuebec lawGerman lawFrench lawEnglish law Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "ENGLISH" ProvisionThe law of the island of GuernseyThe law of the Isle of ManThe law of the island of JerseyScottish lawIrish lawJapanese law Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "JAPAN" ProvisionLuxembourg lawAs agreed in the ISDA Master AgreementCalifornian lawDelaware lawIllinois lawNew York law Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "NY" Provision -
Method Summary
Modifier and TypeMethodDescriptionstatic GoverningLawEnumfromDisplayName(String name) toString()static GoverningLawEnumReturns the enum constant of this type with the specified name.static GoverningLawEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AS_SPECIFIED_IN_MASTER_AGREEMENT
@RosettaEnumValue("AsSpecifiedInMasterAgreement") public static final GoverningLawEnum AS_SPECIFIED_IN_MASTER_AGREEMENTThe Governing Law is determined by reference to the relevant master agreement. -
BE
Belgian law -
CAAB
Alberta law -
CABC
British Columbia Law -
CAMN
Manitoba law -
CAON
Ontario law -
CAQC
Quebec law -
DE
German law -
FR
French law -
GBEN
English law Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "ENGLISH" Provision -
GBGY
The law of the island of Guernsey -
GBIM
The law of the Isle of Man -
GBJY
The law of the island of Jersey -
GBSC
Scottish law -
IE
Irish law -
JP
Japanese law Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "JAPAN" Provision -
LU
Luxembourg law -
RELATED_MASTER_AGREEMENT
@RosettaEnumValue("RelatedMasterAgreement") public static final GoverningLawEnum RELATED_MASTER_AGREEMENTAs agreed in the ISDA Master Agreement -
USCA
Californian law -
USDE
Delaware law -
USIL
Illinois law -
USNY
New York law Body AcadiaSoft Corpus Scheme AM_1_0 "AcadiaSoft" namingConvention "NY" Provision
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<GoverningLawEnum>
-
toDisplayString
-