Skip to content

SamcoFeeModel

QuantConnect.Orders.Fees.SamcoFeeModel

Bases: IndiaFeeModel

Provides the default implementation of IFeeModel Refer to https://www.samco.in/technology/brokerage_calculator

brokerage_multiplier

brokerage_multiplier: float

Brokerage calculation Factor

This codeEntityType is protected.

max_brokerage

max_brokerage: float

Maximum brokerage per order

This codeEntityType is protected.

securities_transaction_tax_total_multiplier

securities_transaction_tax_total_multiplier: float

Securities Transaction Tax calculation Factor

This codeEntityType is protected.

exchange_transaction_charge_multiplier

exchange_transaction_charge_multiplier: float

Exchange Transaction Charge calculation Factor

This codeEntityType is protected.

state_tax_multiplier

state_tax_multiplier: float

State Tax calculation Factor

This codeEntityType is protected.

sebi_charges_multiplier

sebi_charges_multiplier: float

Sebi Charges calculation Factor

This codeEntityType is protected.

stamp_charges_multiplier

stamp_charges_multiplier: float

Stamp Charges calculation Factor

This codeEntityType is protected.

is_stamp_charges_from_order_value

is_stamp_charges_from_order_value: bool

Checks if Stamp Charges is calculated from order valur or turnover

This codeEntityType is protected.

get_order_fee

get_order_fee(parameters: OrderFeeParameters) -> OrderFee

Gets the order fee associated with the specified order.

Parameters:

Name Type Description Default
parameters OrderFeeParameters

A OrderFeeParameters object containing the security and order

required