Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 AMOUNT money   Default = 0 The amount for given installment split.
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.
 ORGANIZATIONAMOUNT money   Default = 0 The amount of the installment split in organization currency.
 TRANSACTIONAMOUNT money   Default = 0 The amount of the installment split in transaction currency.
 REVENUESPLITID uniqueidentifier

Foreign Key Field Type Null Notes Description
 INSTALLMENTID uniqueidentifier   INSTALLMENT.REVENUE_LOCALID FK to INSTALLMENT table.
 PLEDGEID uniqueidentifier   FINANCIALTRANSACTION.ID FK to REVENUE
 DESIGNATIONID uniqueidentifier DESIGNATION.ID FK to DESIGNATION table.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 BASECURRENCYID uniqueidentifier CURRENCY.ID The base currency associated with this installment split.
 ORGANIZATIONEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert from amount to organization amount.
 TRANSACTIONCURRENCYID uniqueidentifier CURRENCY.ID The transaction currency associated with this installment split.
 BASEEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert from transaction amount to amount.

Index Name Field(s) Unique Primary Clustered
 IX_INSTALLMENTSPLIT_BASECURRENCYID BASECURRENCYID      
 IX_INSTALLMENTSPLIT_BASEEXCHANGERATEID BASEEXCHANGERATEID      
 IX_INSTALLMENTSPLIT_DATEADDED DATEADDED    
 IX_INSTALLMENTSPLIT_DATECHANGED DATECHANGED      
 IX_INSTALLMENTSPLIT_ID ID      
 IX_INSTALLMENTSPLIT_INSTALLMENTID INSTALLMENTID      
 IX_INSTALLMENTSPLIT_ORGANIZATIONEXCHANGERATEID ORGANIZATIONEXCHANGERATEID      
 IX_INSTALLMENTSPLIT_PLEDGEID PLEDGEID      
 IX_INSTALLMENTSPLIT_REVENUESPLITID REVENUESPLITID      
 IX_INSTALLMENTSPLIT_TRANSACTIONCURRENCYID TRANSACTIONCURRENCYID      
 PK_INSTALLMENTSPLIT ID  

Trigger Name Description
 TR_INSTALLMENTSPLIT_INSERTUPDATE_CURRENCY
 TR_INSTALLMENTSPLIT_AUDIT_UPDATE
 TR_INSTALLMENTSPLIT_AUDIT_DELETE
 TR_INSTALLMENTSPLIT_AUDIT_ETLDELETEDID
 TR_INSTALLMENTSPLIT_INSERTUPDATE_REVENUESPLITID

Referenced by Field
 INSTALLMENTSPLITPAYMENT INSTALLMENTSPLITID
 INSTALLMENTSPLITWRITEOFF INSTALLMENTSPLITID

Entity-Relationship diagram of this table