Skip to content

API Reference


API Reference / GlobalOrderCostSummary

Interface: GlobalOrderCostSummary

Defined in: src/types/global-stocks.types.ts:149

Charges plus margin in one shape, for affordability decisions.

Properties

totalCharges

totalCharges: number

Defined in: src/types/global-stocks.types.ts:150


brokerage

brokerage: number

Defined in: src/types/global-stocks.types.ts:151


totalMargin

totalMargin: number

Defined in: src/types/global-stocks.types.ts:152


availableBalance

availableBalance: number

Defined in: src/types/global-stocks.types.ts:153


sufficient

sufficient: boolean

Defined in: src/types/global-stocks.types.ts:155

True when the available USD balance covers the required margin.

Community project — not affiliated with Dhan. MIT License.