public class RegulatoryID extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FAR_REGULATORY_ID |
static String |
NEAR_REGULATORY_ID |
Constructor and Description |
---|
RegulatoryID(PostTradeAllocation postTradeAllocation,
String nearRegulatoryId,
String farRegulatoryId)
Constructs a Regulatory ID using a PostTradeAllocation.
|
public static final String NEAR_REGULATORY_ID
public static final String FAR_REGULATORY_ID
public RegulatoryID(PostTradeAllocation postTradeAllocation, String nearRegulatoryId, String farRegulatoryId)
Constructs a Regulatory ID using a PostTradeAllocation.
For a SPOT or FORWARD allocation provide a nearRegulatoryId and null for farRegulatoryId
For a SWAP allocation provide both a nearRegulatoryId and farRegulatoryId
postTradeAllocation
- The post trade allocation that has been allocatednearRegulatoryId
- The regulatory Id of the allocationfarRegulatoryId
- An additional regulatory id for a far leg, if the allocation was a SWAPCopyright © 2015 Caplin Systems.