Master Fee Mapping

The Master Fee Mapping table details the amount to be deducted from the Slave account wallet when the Start Copy and Stop Copy is initiated for that slave, and fee is deposited to Master wallet account. The fields for the Master Fee Mapping table are:

Table Name: MasterFeeMapping

Column Name

Data Type

Valid Values

Allow Nulls

Description

PK_MasterFeeMappingID

int identity

No

FK_MasterAccountID

bigint

No

FK_FeeTypeID

int

No

FeePercent

decimal

No

FixedFeeAmount

decimal

((0))

No

IsActive

int

((1))

No

LastUpdatedTime

datetime

(getutcdate())

No

Last updated

Was this helpful?