FACT_INSTALLMENTWRITEOFF

Contains information about installment write-offs.

Primary Key

Primary Key Field Type
INSTALLMENTWRITEOFFFACTID int

Fields

Field Field Type Null Notes Description
INSTALLMENTSPLITWRITEOFFSYSTEMID uniqueidentifier yes [dbo].[INSTALLMENTSPLITWRITEOFF].[ID]
INSTALLMENTFACTID int yes Reference key to the installment fact, derived from [dbo].[INSTALLMENTSPLITWRITEOFF].[INSTALLMENTID]
WRITEOFFDATE datetime yes [dbo].[FINANCIALTRANSACTION].[DATE]
WRITEOFFDATEDIMID int yes Reference key to the date dimension, derived from [dbo].[WRITEOFF].[DATE]
WRITEOFFPOSTDATE datetime yes [dbo].[FINANCIALTRANSACTION].[POSTDATE]
WRITEOFFPOSTDATEDIMID int yes Reference key to the date dimension, derived from [dbo].[WRITEOFF].[POSTDATE]
WRITEOFFDIMID int yes Reference key to the write-off dimension, derived from [dbo].[WRITEOFF].[REASONCODEID] and [dbo].[WRITEOFF].[POSTSTATUSCODE]
INSTALLMENTWRITEOFFAMOUNT money [dbo].[INSTALLMENTSPLITWRITEOFF].[AMOUNT]
ISINCLUDED bit yes Flag indicating when data should be included in results.
ETLCONTROLID int yes ID generated through the ETL process.
SOURCEDIMID int yes Source system used.
BASECURRENCYDIMID int yes Reference key to the currency dimension, derived from dbo.[INSTALLMENTSPLITWRITEOFF].[BASECURRENCYID]
BASEINSTALLMENTWRITEOFFAMOUNT money yes dbo.[INSTALLMENTSPLITWRITEOFF].[AMOUNT]
FINANCIALTRANSACTIONSYSTEMID uniqueidentifier yes dbo.[INSTALLMENTSPLITWRITEOFF].[WRITEOFFID]
FINANCIALTRANSACTIONFACTID int yes Reference key to the financial transaction fact, derived from dbo.[INSTALLMENTSPLITWRITEOFF].[WRITEOFFID]

Indexes

Index Name Fields Unique Primary Clustered
PK_FACT_INSTALLMENTWRITEOFF INSTALLMENTWRITEOFFFACTID yes yes yes