Skip to main content

Funds View Summary

This API provides a summarized view of the user's available and utilized funds, including deposits, collateral, credit for sale, margins, P&L, and net available funds. It is useful for displaying overall financial standing in a particular periodicity and product context.

🛣️Path Parameters

ParameterTypeRequiredDescriptionExample
tenantidstringYesUnique tenant identifier"TEN123"

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for authenticationBearer {{access_token}}
x-api-keystringAPI key for access control{{x-api-key}}

📦Request Body Schema

FieldTypeRequiredDescriptionExample/ENUM
userIdstringYesUnique Client Code(UCC) of the user"USR789"
groupIdstringYesGroup ID associated with the user"GRP001"
periodicityNamestringYesName of the periodicity"All Exchange Combined"
productTypeintegerYesProduct type ID2

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusbooleanStatus of API calltrue
resultobjectFunds Summary ObjectSee below

💰Fund Summary Object Fields

FieldTypeDescriptionExample/ENUM
ProductstringProduct"1"
DepositstringTotal deposit"500000.00"
Funds Transferred TodaystringAmount transferred today"20000.00"
CollateralstringCollateral amount"100000.00"
Credit for SalestringCredit received from sales"50000.00"
Option CFSstringOption Credit for Sale"15000.00"
Total Trading Power LimitstringCombined trading limit"650000.00"
Limit UtilizationstringCurrent limit used"400000.00"
Booked P&LstringProfit & Loss that is booked"12000.00"
MTM P&LstringMark-to-Market Profit & Loss"-8000.00"
Total UtilizationstringTotal amount utilized"520000.00"
Net Available FundsstringFunds available for use"130000.00"
For Allocation/WithdrawalstringEligible amount for allocation/withdrawal"100000.00"
Exposure MarginstringMargin used for exposure calculation"75000.00"
Cash DepositstringActual cash deposited"400000.00"
Adhoc DepositintegerTemporary deposit10000
NotionalDepositintegerVirtual deposit (for reporting)5000
post/transactional/{tenantid}/v1/getFundsViewSummary