LogoLogo
  • Kaiko Knowledge Hub
  • Kaiko and Vinter
  • General
  • API
    • Overview
    • Multi Assets Indexes
      • Active Multi Assets
      • Multi Assets Parameters
      • Multi Assets Daily
      • Multi Assets Hourly
      • Multi Assets Real Time
      • Websocket - Multi Assets
    • Single Assets Reference Rates
      • Active Single Assets
      • Single Assets Daily
      • Single Assets Hourly
      • Single Assets Real Time
      • Websocket - Single Assets
      • Timeseries ID
    • Leveraged Indexes
      • Leveraged Single Assets
        • Leveraged Active Single Assets
        • Leveraged Single Assets Daily
      • Leveraged Multi Assets
        • Leveraged Active Multi Assets
        • Leveraged Multi Assets Daily
    • Vinter Taxonomy (VTAXO)
      • Active VTAXO
      • VTAXO
    • Net Asset Value (NAV)
      • Active Net Asset Value
      • Net Asset Value Daily
      • Net Asset Value Hourly
      • Net Asset Value Real Time
      • WebSocket - NAV
    • Staking Yield Reference Rates
      • Staking Tiers
        • On-Chain Tier
        • Staking Provider Tier
        • Exchange Tier
      • Active Staking Yields
      • Staking Yields Daily
    • API Requests Parameters
    • API Error Messages
  • FAQ
    • Onboarding
    • Product-related
    • Tech-related
Powered by GitBook
On this page
  • Multi Assets Daily
  • Multi Assets Hourly
  • Multi Assets Real Time

Was this helpful?

Export as PDF
  1. API

Multi Assets Indexes

The multi asset endpoints contain information on all multi asset indexes that Vinter calculates. There are three frequencies of every multi asset index.

Multi Assets Daily

For each multi asset index Vinter calculates an end-of-day value. This value is the official value for each index and is published at different times, specified by the index methodology. All multi asset index calculations are based on a specific reference rates series. Every reference series has a serial number as part of its symbol.

Multi Assets Hourly

All indexes also have an hourly frequency. The index values are published every hour. It works in the same way as the daily frequency, except the values are considered to be indicative.

Multi Assets Real Time

Finally, Vinter publishes a 10 second indicative feed for every index. This feed is based on our real time single asset feed. These values are also considered indicative.

Each record received from a multi asset endpoint contains the following information:

  • Index value

  • Current values

  • Rebalance values

  • Current weights

  • Rebalance weights

The index value is calculated based on the rebalance weights, rebalance values, and the current values. To derive the index value, you follow these steps:

  1. Divide the current value for each constituent with its rebalance value.

  2. Multiply the ratio from 1 with the constituent's rebalance weight.

  3. Sum the values from 2 across all index constituents.

  4. Multiply the value from 3 with the index rebalance value. The index rebalance value can be found in the rebalance value field.

The current weight field, also called drifted weights, is the ratio of the total index value allocated to a specific asset at the current date. It is calculated as follows.

  1. Divide the current value for each constituent with its rebalance value

  2. Multiply the ratio from 1 with the constituent's rebalance weight.

  3. Sum the values from 2 across all index constituents.

  4. The current weight for a constituent is its value from 1 divided by the value from 3.

PreviousOverviewNextActive Multi Assets

Last updated 22 days ago

Was this helpful?