AccountPerformance

Account performance data model.

  • Name Type Description
    AccountSummary AccountSummary The account summary consists performance metrics which is based on closed positions for an account over the entire lifespan of the account.
    Allocation Allocation The trades allocation.
    BalancePerformance BalancePerformance Balance AccountPerformance metrics.
    BenchMark BenchMark The bench mark.
    BenchmarkPerformance TimeValuePair [] The benchmark performance.
    BenchmarkReturn Number The Benchmark Return for the given period
    Currency String The currency in which the data is calculated on.
    From Date The start date is the offset date for all performance metrics that is a part of the 'AccountPerformance'.
    InceptionDay Date The date where the first account deposit have been registred.
    LastTradeDay Date Performance data that is returned is limited to the be data that lies between the first trade day and the last trade day for the account. The last trade day is the last day that one or more trades have been registred.
    Thru Date The end date is the ending date for all returned performance metrics that is a part of the 'AccountPerformance'. The 'ActualThruDate' date is included.
    TimeWeightedPerformance TimeWeightedPerformance Time weighted performance metrics.
    TotalCashBalance Number The total cash balance
    TotalCashBalancePerCurrency StringValuePair [] The total cash balance grouped by currency.
    TotalOpenPositionsValue Number The total value of client's open positions
    TotalPositionsValuePerCurrency StringValuePair [] The total position value grouped by currency.
    TotalPositionsValuePerProductPerSecurity PositionOnSecurityAndProduct [] The total position value grouped by product.
    TradeActivity TradeActivity The trade activity.