# COTOpenInterestDisaggregated

**The installation of the Technical Analysis Package is required in order to access this indicator.**

#### Description <a href="#description_22" id="description_22"></a>

This indicator corresponds to the mode of operation of the COTOpenInterestLegacy, instead using, however, the more finely broken down data of the disaggregated reports. For the functionality and interpretation of the open interest, please read more under see [*COTOpenInterestLegacy*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#COTOpenInterestLegacy). The calculation also occurs analogously to the legacy reports, and since for each long contract, there must also be a market participant on the short side, two calculation methods are possible (here for commodity futures):

1\) Producer\[Long] + SwapDealer\[Long] + SwapDealer\[Spread] + ManagedMoney\[Long] + ManagedMoney\[Spread] + OtherReportables\[Long] + OtherReportables\[Spread] + NonReportable\[Long] = OpenInterest

2\) Producer\[Short] + SwapDealer\[Short] + SwapDealer\[Spread] + ManagedMoney\[Short] + ManagedMoney\[Spread] + OtherReportables\[Short] + OtherReportables\[Spread] + NonReportable\[Short] = OpenInterest

The following parameters are available for the COTOpenInterestDisaggregated:

* **Categories: Commodity**
* **OpenInterest\_Comm:** (=total OpenInterest for Commodities)
  * \[Absolute]: outputs the OpenInterest as an absolute number
  * \[Stochastic]: OpenInterest as an oscillator with values between 0-100
  * \[None]: no output for the OpenInterest.
* **%ofOIProd Long/Short/Spread:** (=Percent of OpenInterest for Producer Long/Short/Spread – Position) – select \[True] if this value should be displayed. This here is the percentage that the positions of the producers have of the overall OpenInterest. A value of 0.5, for example, means that the producers have built up long positions in the size of 50% of the entire OpenInterest.
* **%ofOISwapDealer Long/Short/Spread:** (=Percent of OpenInterest for SwapDealers Long/Short/Spread – Position) – select \[True] if this value should be displayed.
* **%ofOIManagedMoney Long/Short/Spread**: (=Percent of OpenInterest for ManagedMoney Long/Short/Spread – Position) – select \[True] if this value should be displayed.
* **%ofOIComOther Long/Short/Spread:** (=Percent of OpenInterest for Other Traders in Commodities Long/Short/Spread – Position) – select \[True] if this value should be displayed.
* **%ofOIComNonreportables Long/Short/Spread**: (=Percent of OpenInterest for NonReportables in Commodites Long/Short/Spread – Position) select \[True] if this value should be displayed.
* **Categories: Financial**
* All parameters work analogously to the settings under “Categories: Commodity”; the only difference lies in the division into various groups of market participants
* **Data base:**
* **CotType:** [*COTReportLegacy*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#COTReportLegacy) - CotType
* **ReportType:** [*COTReportLegacy*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#COTReportLegacy) - ReportType
* **StochasticPeriod:** [*COTReportLegacy*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#COTReportLegacy) – ComparativePeriod

#### Parameters <a href="#parameters_21" id="parameters_21"></a>

to be announced

#### Return value <a href="#return-value_23" id="return-value_23"></a>

to be announced

#### Usage <a href="#usage_23" id="usage_23"></a>

to be announced

#### Visualization <a href="#visualization_24" id="visualization_24"></a>

![COTOpenInterestDisaggregated](https://agenatrader.github.io/AgenaIndicator-documentation/media/COTOpenInterestDisaggregated.png)

#### Example <a href="#example_23" id="example_23"></a>

to be announced


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://indicators.agenatrader.com/premium-indicators/cot-addon/cotopeninterestdisaggregated.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
