Package cdm.base.staticdata.party
Class BuyerSeller.BuyerSellerImpl
java.lang.Object
cdm.base.staticdata.party.BuyerSeller.BuyerSellerImpl
- All Implemented Interfaces:
BuyerSeller,com.rosetta.model.lib.RosettaModelObject
- Direct Known Subclasses:
CancelableProvision.CancelableProvisionImpl,ExtendibleProvision.ExtendibleProvisionImpl
- Enclosing interface:
BuyerSeller
Immutable Implementation of BuyerSeller
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.party.BuyerSeller
BuyerSeller.BuyerSellerBuilder, BuyerSeller.BuyerSellerBuilderImpl, BuyerSeller.BuyerSellerImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.party.BuyerSeller
metaData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.party.BuyerSeller
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
BuyerSellerImpl
-
-
Method Details
-
getBuyer
@RosettaAttribute(value="buyer", isRequired=true) @RuneAttribute(value="buyer", isRequired=true) public CounterpartyRoleEnum getBuyer()Description copied from interface:BuyerSellerBuyer party that can be resolved as one of the two principal parties to the transaction. The party that buys this instrument, i.e. pays for this instrument and receives the rights defined by it. ISDA 2002 Equity Definitions section 1.18: `Buyer` means the party specified as such in the related Confirmation. | ISDA 2006 Definitions article 12.1 (b)(i) relating to a Swaption: 'Buyer' means the party that will, on each Premium Payment Date, pay to Seller the Premium | ISDA 2006 Definitions article 12.1 (b)(ii) relating to Swap Transactions with applicable Early Termination: the party specified as such in the related Confirmation, or the Exercising Party if neither party is specified | ISDA 2006 Definitions article 12.1 (b)(iii) relating to any other Option Transaction: the party specified as such in the related Confirmation. | ISDA 2014 Credit Definition article 1.4: `Buyer` means the Fixed Rate Payer.- Specified by:
getBuyerin interfaceBuyerSeller
-
getSeller
@RosettaAttribute(value="seller", isRequired=true) @RuneAttribute(value="seller", isRequired=true) public CounterpartyRoleEnum getSeller()Description copied from interface:BuyerSellerSeller party that can be resolved as one of the two principal parties to the transaction. The party that sells ('writes') this instrument, i.e. that grants the rights defined by this instrument and in return receives a payment for it. ISDA 2002 Equity Definitions section 1.19: `Seller` means the party specified as such in the related Confirmation. | ISDA 2006 Definitions article 12.1 (a)(i) relating to a Swaption: 'Seller' means the party the party specified as such or as writer in the related Confirmation | ISDA 2006 Definitions article 12.1 (a)(ii) relating to Swap Transactions with applicable Early Termination: the party specified as such or as writer in the related Confirmation or, if neither party is specified as such, the Non-exercising Party | ISDA 2006 Definitions article 12.1 (a)(iii) relating to any other Option Transaction: the party specified as such in the related Confirmation. | ISDA 2014 Credit Definition article 1.4: `Seller` means the Floating Rate Payer.- Specified by:
getSellerin interfaceBuyerSeller
-
build
Description copied from interface:BuyerSellerBuild Methods- Specified by:
buildin interfaceBuyerSeller- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceBuyerSeller- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-