Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PerformancePercentageFeeRecordDto

This implementation is used to  create percentage based asset under management (AUM) feesfee type handles performance based fees - that is extracting proportions of positive return.

NameTypeDescriptionMandatoryAvailable from version
PercentageAmountToPaydecimalThe percentage of return above a high watermark (hwt) threshold that should be extracted.Yes2.39
HighWatermarkTypeHighWatermarkTypeWhether "OnlyPositions" should be considered or if previous performance fees should be included in the hwt.Yes2.39

DepositPercentageFeeRecordDto

This implementation is used to  create percentage based asset under management (AUM) feesDepositPercentageFeeRecordDto is the first event based fee. It triggers on deposits that customers make into their accounts.

NameTypeDescriptionMandatoryAvailable from version
PercentageAmountToPaydecimalThe percentage of deposited amount that should be extracted as a fee.Yes2.39

...