---
title: "Request Model Summary"
method: POST
path: "/fa/model/summary"
tags: ["tradingFaAllocationManagement"]
---

# Request Model Summary

`POST /fa/model/summary`

Request a summary for a single model.

## Request body

- object
  - `reqID` integer — Request identifier to uniquely track a request.
  - `model` string — Name of your model.

## Response `200`

Successfully retrieve model summary.

- ModelSummaryResponse
  - `bootstrapped` boolean — Used internally for client portal designation. Should be ignored.
  - `customIndex` boolean — Used internally for client portal. Should be ignored.
  - `desc` string — Personal description of model to read in IBKR GUI elements.
  - `isStatic` boolean — Determine if investing and rebalancing should be handled statically or dynamically. * `true` - Static models will always use the original targets. * `false` - Dynamic models will adjust allocation in response to market movements.
  - `mismatch` boolean — Notes if the Actual allocation has become misalligned with the Target.
  - `model` string — Name of the model.
  - `nlv` number, double — Net Liquidation of the model.
  - `numAccounts` integer — Lists the number of accounts held within the model.
  - `reqID` integer — Request identifier to uniquely track a request.
  - `subscriptionStatus` integer — Describes if the model is in polling mode.

## Other responses

- `401` — Missing, invalid, or unparseable Authorization token.
- `500` — internal server error, returned when incoming request cannot be processed. It can sometimes include subset of bad requests. For example, wrong accountId passed and it can only be detected later in handling request. Error contains reason of the problem.
- `503` — service is unavailable. For example if request takes more than 10s due to some internal service unavailability, request aborted and this status returned

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
