Class RegulatoryID
java.lang.Object
com.caplin.motif.fx.trading.allocation.RegulatoryID
Deprecated.
Some systems provide a regulatory ID that is associated with an allocation.
For swap allocations there may be two regulatory id's, a near regulatory ID and a far regulatory ID.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRegulatoryID
(PostTradeAllocation postTradeAllocation, String nearRegulatoryId, String farRegulatoryId) Deprecated.Constructs a Regulatory ID using a PostTradeAllocation. -
Method Summary
-
Field Details
-
NEAR_REGULATORY_ID
Deprecated.- See Also:
-
FAR_REGULATORY_ID
Deprecated.- See Also:
-
-
Constructor Details
-
RegulatoryID
public RegulatoryID(PostTradeAllocation postTradeAllocation, String nearRegulatoryId, String farRegulatoryId) Deprecated.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
- Parameters:
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 SWAP
-
-
Method Details
-
getFields
Deprecated.
-