<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Calculate Impermanent Loss in Automated Market Maker (AMM)
		Liquidity Pools // Computes the key metrics for assessing the
		performance of a liquidity provider (LP) position in a weighted
		multi-asset Automated Market Maker (AMM) pool. Calculates the
		nominal and percentage impermanent loss (IL) by comparing the
		portfolio value inside the pool (based on the weighted
		geometric mean of price ratios) against the value of simply
		holding the assets outside the pool (based on the weighted
		arithmetic mean). The primary function, `impermanent_loss()`,
		incorporates the effect of earned trading fees to provide the
		LP's net profit and loss relative to a holding strategy, using
		a methodology derived from Tiruviluamala, N., Port, A., and
		Lewis, E. (2022) doi:10.48550/arXiv.2203.11352.
	</longdescription>
</pkgmetadata>
