Package cdm.legaldocumentation.csa
Interface ValuationCalculationDateLocationElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder
- All Known Implementing Classes:
ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilderImpl,ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionImpl
@RosettaDataType(value="ValuationCalculationDateLocationElection",
builder=ValuationCalculationDateLocationElectionBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ValuationCalculationDateLocationElection",
model="cdm",
builder=ValuationCalculationDateLocationElectionBuilderImpl.class,
version="7.0.0-dev.105")
public interface ValuationCalculationDateLocationElection
extends com.rosetta.model.lib.RosettaModelObject
A class to specify each of the party elections with respect to the Calculation Date Location.
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Deed CSD_IM_English_2016 ISDA 2016 English Law Credit Support Deed for Initial Margin paragraph "13 General Principles" * clause "(d)(i)" * name "Calculation Date Location" Provision Body ISDA Corpus Annex CSA_IM_Japanese_2016 ISDA 2016 Japanese Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(e)(i)" * name "Calculation Date Location" Provision Body ISDA Corpus Annex CSA_IM_NewYork_2016 ISDA 2016 New York Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(d)(i)" * name "Calculation Date Location" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ValuationCalculationDateLocationElectionstatic classImmutable Implementation of ValuationCalculationDateLocationElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The Calculation Date Location when specified as a business center which corresponds to the FpML list of business centers or can be mapped to it.The Calculation Date Location when specified a location which doesn't correspond to the FpML list of business centers or cannot be mapped to it.getParty()The elective party.default Class<? extends ValuationCalculationDateLocationElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationCalculationDateLocationElection> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getParty
CounterpartyRoleEnum getParty()The elective party. -
getBusinessCenter
FieldWithMetaString getBusinessCenter()The Calculation Date Location when specified as a business center which corresponds to the FpML list of business centers or can be mapped to it. -
getCustomLocation
String getCustomLocation()The Calculation Date Location when specified a location which doesn't correspond to the FpML list of business centers or cannot be mapped to it. -
build
Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ValuationCalculationDateLocationElection.ValuationCalculationDateLocationElectionBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationCalculationDateLocationElection> metaData()Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-