Package org.isda.cdm.blueprint
Class BuyerSellerRule<INKEY extends java.lang.Comparable<INKEY>>
- java.lang.Object
-
- org.isda.cdm.blueprint.BuyerSellerRule<INKEY>
-
- All Implemented Interfaces:
com.regnosys.rosetta.blueprints.Blueprint<Event,java.lang.String,INKEY,INKEY>
public class BuyerSellerRule<INKEY extends java.lang.Comparable<INKEY>> extends java.lang.Object implements com.regnosys.rosetta.blueprints.Blueprint<Event,java.lang.String,INKEY,INKEY>
- Version:
- 2.5.4
-
-
Constructor Summary
Constructors Constructor Description BuyerSellerRule(com.regnosys.rosetta.blueprints.runner.actions.rosetta.RosettaActionFactory actionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.regnosys.rosetta.blueprints.BlueprintInstance<Event,java.lang.String,INKEY,INKEY>
blueprint()
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Event,Contract,INKEY,INKEY>
getContractForEvent()
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY>
getCreditDefaultSwapBuyerSeller()
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY>
getCrossCurrencySwapBuyerSeller()
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY>
getFixedFixedBuyerSeller()
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY>
getFixedFloatBuyerSeller()
java.lang.String
getName()
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY>
getSingleCurrencyBasisSwap()
java.lang.String
getURI()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getURI
public java.lang.String getURI()
-
blueprint
public com.regnosys.rosetta.blueprints.BlueprintInstance<Event,java.lang.String,INKEY,INKEY> blueprint()
-
getCrossCurrencySwapBuyerSeller
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY> getCrossCurrencySwapBuyerSeller()
-
getFixedFloatBuyerSeller
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY> getFixedFloatBuyerSeller()
-
getContractForEvent
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Event,Contract,INKEY,INKEY> getContractForEvent()
-
getFixedFixedBuyerSeller
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY> getFixedFixedBuyerSeller()
-
getCreditDefaultSwapBuyerSeller
protected com.regnosys.rosetta.blueprints.BlueprintInstance<Payout,java.lang.String,INKEY,INKEY> getCreditDefaultSwapBuyerSeller()
-
-