Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Rebalancing Set Issuance Details

Felix Feng edited this page Oct 17, 2019 · 3 revisions

A Rebalancing SetToken is composed of a single base SetToken, and the base SetToken is composed of its components.

Formula for calculating base SetToken components required given a Rebalancing SetToken quantity

baseSetRequired = rebalancingSetQuantity * unitShares / rebalancingSetNaturalUnit

componentRequired = baseSetRequired * unit / baseSetNaturalUnit

Formula for calculating rebalancing Set quantity required

baseSetIssuable = componentQuantity * baseSetNaturalUnit / unit

rebalancingSetIssuable = baseSetIssuable * rebalancingSetNaturalUnit / unitShares
Clone this wiki locally