---
title: "Information Discreteness"
method: POST
path: "/assets/indicators/information-discreteness"
tags: ["Assets / Indicators"]
---

# Information Discreteness

`POST /assets/indicators/information-discreteness`

Compute the information discreteness of an asset.

References
* [Zhi Da, Umit G. Gurun, Mitch Warachka, Frog in the Pan: Continuous Information and Momentum, The Review of Financial Studies, Volume 27, Issue 7, July 2014, Pages 2171–2218](https://academic.oup.com/rfs/article-abstract/27/7/2171/1578455)

## Request body

- union
  - object
    - `assets` object[], required
      - `assetReturns` number[], required — assetReturns[t] is the logarithmic return of the asset at the time t
      - `informationDiscretenessSkipPeriod` integer — The number of the most recent periods excluded from the asset information discreteness computation
      - `informationDiscretenessFormationPeriod` integer, required — The look back period over which to compute the asset information discreteness
  - object
    - `assets` object[], required
      - `assetPrices` object[], required — assetPrices[t] contains price information for the asset at the date t
        - `date` string, required — The date corresponding to the date t in format YYYY-MM-DD; all dates must be distinct
        - `close` number, required — The close price of the asset at the date t
      - `informationDiscretenessSkipPeriod` integer — The number of the most recent periods excluded from the asset information discreteness computation
      - `informationDiscretenessFormationPeriod` integer, required — The look back period over which to compute the asset information discreteness

## Response `200`

OK

- object
  - `assets` object[], required
    - `assetInformationDiscreteness` number, required — The information discreteness of the asset

---

[API](https://skmtc.net/portfoliooptimizer/apis/portfolio-optimizer.md) · [All operations](https://skmtc.net/portfoliooptimizer/apis/portfolio-optimizer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portfoliooptimizer/portfolio-optimizer/versions/479fd4ac44aa/schema)
