# Fees Configurations

All fees configurations related paths.

 - [POST /fees/configurations](https://docs.upvest.co/api/fees-configurations/create_fee_configuration.md): Assigns a fee model to an account so that fees are calculated for that account. Fee models are set up by Upvest from your requirements and identified by the `fee_model_id` Upvest provides. Every accou
 - [GET /fees/configurations/{account_id}](https://docs.upvest.co/api/fees-configurations/retrieve_fee_configurations.md): Returns the fee configuration of the account identified by `account_id`. See the Fee model and configuration guide ([TOL](https://docs.upvest.co/products/tol/guides/fees/fees_model_configuration) / [B
 - [PATCH /fees/configurations/{account_id}](https://docs.upvest.co/api/fees-configurations/update_fee_configuration.md): Updates the fee configuration of the account identified by `account_id`. Only the last fee configuration submitted on a given day is used to calculate that day's fees. See the Fee model and configurat
