Package cdm.observable.asset
Class CalculationAgent.CalculationAgentImpl
java.lang.Object
cdm.observable.asset.CalculationAgent.CalculationAgentImpl
- All Implemented Interfaces:
CalculationAgent,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
CalculationAgent
public static class CalculationAgent.CalculationAgentImpl
extends Object
implements CalculationAgent
Immutable Implementation of CalculationAgent
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.CalculationAgent
CalculationAgent.CalculationAgentBuilder, CalculationAgent.CalculationAgentBuilderImpl, CalculationAgent.CalculationAgentImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.CalculationAgent
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe city in which the office through which ISDA Calculation Agent is acting for purposes of the transaction is located The short-form confirm for a trade that is executed under a Sovereign or Asia Pacific Master Confirmation Agreement ( MCA ), does not need to specify the Calculation Agent.Specifies the party which is the ISDA Calculation Agent for the trade.Specifies the ISDA calculation agent responsible for performing duties as defined in the applicable product definitions.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.asset.CalculationAgent
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CalculationAgentImpl
-
-
Method Details
-
getCalculationAgentParty
@RosettaAttribute("calculationAgentParty") @RuneAttribute("calculationAgentParty") public AncillaryRoleEnum getCalculationAgentParty()Description copied from interface:CalculationAgentSpecifies the party which is the ISDA Calculation Agent for the trade. If more than one party is referenced then the parties are assumed to be co-calculation agents, i.e. they have joint responsibility.- Specified by:
getCalculationAgentPartyin interfaceCalculationAgent
-
getCalculationAgentPartyEnum
@RosettaAttribute("calculationAgentPartyEnum") @RuneAttribute("calculationAgentPartyEnum") public PartyDeterminationEnum getCalculationAgentPartyEnum()Description copied from interface:CalculationAgentSpecifies the ISDA calculation agent responsible for performing duties as defined in the applicable product definitions. For example, the Calculation Agent may be defined as being the Non-exercising Party.- Specified by:
getCalculationAgentPartyEnumin interfaceCalculationAgent
-
getCalculationAgentBusinessCenter
@RosettaAttribute("calculationAgentBusinessCenter") @RuneAttribute("calculationAgentBusinessCenter") public FieldWithMetaBusinessCenterEnum getCalculationAgentBusinessCenter()Description copied from interface:CalculationAgentThe city in which the office through which ISDA Calculation Agent is acting for purposes of the transaction is located The short-form confirm for a trade that is executed under a Sovereign or Asia Pacific Master Confirmation Agreement ( MCA ), does not need to specify the Calculation Agent. However, the confirm does need to specify the Calculation Agent City. This is due to the fact that the MCA sets the value for Calculation Agent but does not set the value for Calculation Agent City.- Specified by:
getCalculationAgentBusinessCenterin interfaceCalculationAgent
-
build
Description copied from interface:CalculationAgentBuild Methods- Specified by:
buildin interfaceCalculationAgent- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCalculationAgent- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-