convert_asseto_basis_points_to_percent
Documentation for eth_defi.tokenised_fund.asseto.vault.convert_asseto_basis_points_to_percent function.
- convert_asseto_basis_points_to_percent(raw_fee, basis_point_denominator)
Convert Asseto manager fee units to a fractional percent.
AoABTManagerspecifiesmintFeeandredemptionFeein basis points and definesBPS_DENOMINATORas 10,000. The same source appliesamount * fee / BPS_DENOMINATORwhen processing subscriptions and redemption claims.- Parameters
- Returns
Fee as a fractional
Percent.- Raises
ValueError – If the manager reports an invalid denominator.
- Return type