Master Broker Fee Mapping

The Master Broker 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 Broker account. The fields for the Master Broker Fee Mapping table are:

Table Name: MasterBrokerFeeMapping

Column Name

Data Type

Valid Values

Allow Nulls

Description

PK_MasterBrokerFeeMappingID

int identity

No

FK_ConnID

int

No

FK_MasterAccountID

bigint

No

FK_FeeTypeID

int

No

FeePercent

decimal

No

The time when the last update took place.

FixedFeeAmount

decimal

((0))

No

IsActive

int

((1))

No

LastUpdatedTime

datetime

(getutcdate())

No

Last updated

Was this helpful?