> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Removing fields

Removing the `RiskClass` field from the `TradePnLs` store in the `PnL` schema:

```Java theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
configurator.removeField("PnL", "TradePnLs", "RiskClass");
```
