GET api/HedgeFundAnalytics

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

HedgeFundAnalyticsDto
NameDescriptionTypeAdditional information
Asset Under Mangement

decimal number

None.

Active Investors

integer

None.

Avg Ytd

decimal number

None.

Active Trades

decimal number

None.

Pending KYC

integer

None.

Active Funds

integer

None.

Avg Investment Size

decimal number

None.

Account Type Name

string

None.

Account Type Distribution

decimal number

None.

January Revenue

decimal number

None.

February Revenue

decimal number

None.

March Revenue

decimal number

None.

Aprial Revenue

decimal number

None.

May Revenue

decimal number

None.

June Revenue

decimal number

None.

July Revenue

decimal number

None.

Aug Revenue

decimal number

None.

Sep Revenue

decimal number

None.

Oct Revenue

decimal number

None.

Nov Revenue

decimal number

None.

Dec Revenue

decimal number

None.

Jan Expences

decimal number

None.

Feb Expences

decimal number

None.

March Expences

decimal number

None.

Apr Expences

decimal number

None.

May Expences

decimal number

None.

Juny Expences

decimal number

None.

July Expences

decimal number

None.

Aug Expences

decimal number

None.

Sep Expences

decimal number

None.

Oct Expences

decimal number

None.

Nov Expences

decimal number

None.

Dec Expences

decimal number

None.

Jan InvestorGrowth

decimal number

None.

Feb InvestorGrowth

decimal number

None.

March InvestorGrowth

decimal number

None.

Apr InvestorGrowth

decimal number

None.

May InvestorGrowth

decimal number

None.

June InvestorGrowth

decimal number

None.

June InvestorGrowth1

decimal number

None.

Aug InvestorGrowth

decimal number

None.

Sep InvestorGrowth

decimal number

None.

Oct InvestorGrowth

decimal number

None.

Nov InvestorGrowth

decimal number

None.

Dec InvestorGrowth

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Asset Under Mangement": 1.0,
  "Active Investors": 1,
  "Avg Ytd": 1.0,
  "Active Trades": 1.0,
  "Pending KYC": 1,
  "Active Funds": 1,
  "Avg Investment Size": 1.0,
  "Account Type Name": "sample string 1",
  "Account Type Distribution": 1.0,
  "January Revenue": 1.0,
  "February Revenue": 1.0,
  "March Revenue": 1.0,
  "Aprial Revenue": 1.0,
  "May Revenue": 1.0,
  "June Revenue": 1.0,
  "July Revenue": 1.0,
  "Aug Revenue": 1.0,
  "Sep Revenue": 1.0,
  "Oct Revenue": 1.0,
  "Nov Revenue": 1.0,
  "Dec Revenue": 1.0,
  "Jan Expences": 1.0,
  "Feb Expences": 1.0,
  "March Expences": 1.0,
  "Apr Expences": 1.0,
  "May Expences": 1.0,
  "Juny Expences": 1.0,
  "July Expences": 1.0,
  "Aug Expences": 1.0,
  "Sep Expences": 1.0,
  "Oct Expences": 1.0,
  "Nov Expences": 1.0,
  "Dec Expences": 1.0,
  "Jan InvestorGrowth": 1.0,
  "Feb InvestorGrowth": 1.0,
  "March InvestorGrowth": 1.0,
  "Apr InvestorGrowth": 1.0,
  "May InvestorGrowth": 1.0,
  "June InvestorGrowth": 1.0,
  "June InvestorGrowth1": 1.0,
  "Aug InvestorGrowth": 1.0,
  "Sep InvestorGrowth": 1.0,
  "Oct InvestorGrowth": 1.0,
  "Nov InvestorGrowth": 1.0,
  "Dec InvestorGrowth": 1.0
}