---
title: "Set Model Preset"
method: POST
path: "/fa/fa-preset/save"
tags: ["tradingFaAllocationManagement"]
---

# Set Model Preset

`POST /fa/fa-preset/save`

Set the preset behavior for models.

## Request body

- ModelPresetsResponse
  - `avoidNegativeCashInIndependent` boolean — Avoid negative offsetting cash in Independent
  - `closeDivestIndependentPosition` boolean — Close out the full position while divesting.
  - `fullyInvestExistingLongPositions` boolean — Use the maximum avialble funds to increase long positions.
  - `keepModelOpen` boolean — Keep model open for fully divested accounts.
  - `preferCrossWithIndependent` boolean — Transfer positions to Independent instead of liquidating.
  - `preferTransferFromIndependent` boolean — Transfer positions from Independent structure when possible.
  - `reqID` integer — Request identifier to uniquely track a request.
  - `roundAllocationQuantityToExchangeBoardLot` boolean — Determine if allocation quantities should be handled by lot size.
  - `subscriptionStatus` integer — Describes if the model is in polling mode.
  - `useNonBaseCcy` boolean — Use non-base balances when available.
  - `useToleranceRange` boolean — Designate of tolerance ranges should be used for rebalancing.

## Response `200`

Successfully retrieve preset details

- TradingFAAllocationManagementSetModelPresetsResponse200
  - `error` string — Report the behavior when attempting to save.
  - `reqID` integer — Request identifier to uniquely track a request.
  - `subscriptionStatus` integer — Describes if the model is in polling mode.
  - `success` boolean — Signifies that the request was successfully submitted.

## 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)
