Each row of this table indicates that the TradingPositions in a TradingPositionContainer are available to customers of Stores. There the Contract is deployed, subject to any terms and conditions associated with the Contract.
Column Descriptions
Column Name
| Column Type
| Description |
POLICY_ID
| BIGINT NOT NULL
| The policy ID.
|
POLICYNAME
| VARCHAR(128) NOT NULL
| The unique policy name. It is expected that a store contains the following bootstrap policies:
- MasterCatalog (one per StoreEntity)
- CreditLine (one per StoreEntity)
|
POLICYTYPE_ID
| CHAR(64) NOT NULL
| The policy type ID. Foreign key to the POLICYTYPE table.
|
STOREENT_ID
| INTEGER NOT NULL
| The Store or StoreGroup ID.
|
PROPERTIES
| VARCHAR(254)
| Default name value pairs that can be set to the business policy command. For example: n1=v1&n2=v2.
|
STARTTIME
| TIMESTAMP
| Start date of the policy. If null, the policy starts immediately.
|
ENDTIME
| TIMESTAMP
| End date of the policy. If null, no end time.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|