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:
- 5.30.0
-
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 lawThe law of the island of GuernseyThe law of the Isle of ManThe law of the island of JerseyScottish lawIrish lawJapanese lawLuxembourg lawAs agreed in the ISDA Master AgreementCalifornian lawDelaware lawIllinois lawNew York law -
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
@RosettaSynonym(value="ENGLISH", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("GBEN") public static final GoverningLawEnum GBENEnglish law -
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
@RosettaSynonym(value="JAPAN", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("JP") public static final GoverningLawEnum JPJapanese law -
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
@RosettaSynonym(value="NY", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("USNY") public static final GoverningLawEnum USNYNew York law
-
-
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
-