Table of Contents

SEP - Settlement Pool

Module SEP

Description

This table holds the main entries for temporary settlements stored in
the database


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of SEP (Settlement Pool) Text 8 1 Edit Yes Public
OBJTYP Contract Type Text 6 1 Edit Yes Public CBOTXT
OBJINR INR of Contract Text 8 1 Edit Yes Public
OBJREF Contract Own Reference Text 16 1 Edit Yes Public
DOCCUR Document Currency Text 3 1 Edit Yes Public
DOCAMT Document Amount Numeric 18 3 Edit Yes Public
SRCTRNINR Transaction Creating or Modifying the Entry Text 8 1 Edit Yes Public
SRCDAT Date of Creation Date 12 0 Date Yes Public
DONTRNINR Transaction Finally Settling Text 8 1 Edit Yes Public
DONDAT Date Done Date 12 0 Date Yes Public
MATDAT Maturity Date Date 12 0 Date Yes Public
DELTRNINR Transaction Marking as Deleted Text 8 1 Edit Yes Public
ETYEXTKEY Entity holding Settlement Text 8 1 Edit Yes Public

Indices

Name Fields Properties
OBJIDX OBJTYP, OBJINR
SEP_DONTRNINR DONTRNINR
SEP_ETYEXTKEY ETYEXTKEY
SEP_INR INR Unique
SEP_SRCTRNINR SRCTRNINR

/


Lock

INR

Datafield Description and Properties


Datafield INR Internal Unique ID

Description

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter SEP. The field INR is used to maintain links from other tables into this table.

Helpinformation

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter of this table. The field INR is used to enable links from other tables to this table.

For contractdata the INR also links the two tables xxD and xxT as associated entries hold the same INR.


Datafield OBJTYP Object Type

Description

Type of object the SEP entry refers to. This is the table the contract is stored in.

Helpinformation

The type of object the temporary settlements entry refers to. This is the table the contract is stored in.


Datafield OBJINR Object INR

Description

INR of the object within the table, defined in OBJTYP.

Helpinformation

Unique ID of the object within the table as defined in the Object Type field.


Datafield OBJREF Contract Own Reference

Description

The OWNREF of the contract

Helpinformation

The OWNREF of the contract


Datafield DOCCUR Document Currency

Description

The currency of the contract settled amount

Helpinformation

The currency of the contract settled amount


Datafield DOCAMT Document Amount

Description

The settled amount of the contract

Helpinformation

The settled amount of the contract


Datafield SRCTRNINR Transaction Creating or Modifying the Entry

Description

Transaction Creating or Modifying the Entry

Helpinformation

Transaction Creating or Modifying the Entry


Datafield SRCDAT Date of Creation

Description

The date of creation

Helpinformation

The date of creation


Datafield DONTRNINR Transaction Finally Settling

Description

Transaction which will finally settle the contract.

Helpinformation

Transaction which will finally settle the contract.


Datafield DONDAT Date Done

Description

The settlement date

Helpinformation

The settlement date


Datafield MATDAT Maturity Date

Description

Maturity date of the contract

Helpinformation

Maturity date of the contract


Datafield DELTRNINR Transaction Marking as Deleted

Description

Marking the transaction as deleted

Helpinformation

Marking the transaction as deleted


Datafield ETYEXTKEY Entity

Description

This table is defined on entity level with separate entries for each entity. This field holds the EXTKEY of the owning entity to identify the logical owner of this entry. This field is filled automatically during insert and is used as filter when accessing the database. Without special implementation only entries of the currently active entity are visible to the user.

Helpinformation

This field holds the external key of the owning entity to identify the logical owner of this entry.

This field is filled automatically during insert and is used as filter when accessing the database. Without special implementation only entries of the currently active entity are visible to the user.