You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeAssetTransaction@entity {
..
yieldToMaturity: BigInt # REPAID transactions only
}
typeAsset@entity {
..
weightedPurchaseYTM: BigInt # weighted average of asset transactionscurrentYTM: BigInt # based on current face value and date
}
The text was updated successfully, but these errors were encountered:
YTM calculation: https://github.com/centrifuge/apps/blob/main/centrifuge-app/src/pages/Loan/TransactionTable.tsx#L86
The text was updated successfully, but these errors were encountered: