Fees
How to Implement a Fund's Fee Structure
Last updated
Was this helpful?
How to Implement a Fund's Fee Structure
Last updated
Was this helpful?
Was this helpful?
"commonFees": {
"performanceFees": {
"hurdleRate": 1,
"highWatermark": {
"enabled": true,
"frequency": "Quarterly"
},
"grossOrNet": "Net",
"fees": [
{
"description": "IP period",
"value": 1,
"unit": "percentage",
"frequency": "Annually"
},
{
"description": "Post-IP period",
"value": 0.5,
"unit": "basisPoints",
"frequency": "Semi-Annually"
}
]
}
} "feesTemplateData": {
"data": {
"name": "Fee Template 1",
"maxFrontend": 1,
"backend": 2,
"managementFees": [
{
"feesInfo": [
{
"description": "IP: annually of capital commitments",
"value": 2,
"unit": "percentage",
"frequency": "Annually"
},
{
"description": "Post-IP: annually on invested capital",
"value": 1.5,
"unit": "percentage",
"frequency": "Annually"
}
]
}
],
"investorServicingFees": [
{
"maxAmount": 4999999.99,
"feesInfo": [
{
"value": 75,
"unit": "basisPoints",
"frequency": "One-Off"
}
]
},
{
"minAmount": 5000000,
"maxAmount": 9999999.99,
"feesInfo": [
{
"value": 50,
"unit": "basisPoints",
"frequency": "One-Off"
}
]
},
{
"minAmount": 10000000,
"feesInfo": [
{
"value": 25,
"unit": "basisPoints",
"frequency": "One-Off"
}
]
}
],
"otherFees": [
{
"groupName": "Bank fees",
"groupDetails": [
{
"maxAmount": 4999.99,
"feesInfo": [
{
"description": "Bank fees - tier 1 - up to $4999.99",
"value": 1,
"unit": "percentage",
"frequency": "Annually"
}
]
},
{
"minAmount": 5000,
"maxAmount": 999999.99,
"feesInfo": [
{
"description": "Bank fees - tier 2 - $5000 - $999999.99",
"value": 0.5,
"unit": "percentage",
"frequency": "Annually"
}
]
}
]
},
{
"groupName": "Placement Fees",
"groupDetails": [
{
"minAmount": 250000,
"maxAmount": 999999.99,
"feesInfo": [
{
"description": "Client Pays",
"value": 1.25,
"unit": "percentage",
"frequency": "One-Off"
},
{
"description": "GP Pays",
"value": 0.75,
"unit": "percentage",
"frequency": "One-Off"
},
{
"description": "Total FA Comp",
"value": 2,
"unit": "percentage",
"frequency": "One-Off"
}
]
},
{
"minAmount": 1000000,
"feesInfo": [
{
"description": "Client Pays",
"value": 0.25,
"unit": "percentage",
"frequency": "One-Off"
},
{
"description": "GP Pays",
"value": 0.75,
"unit": "percentage",
"frequency": "One-Off"
}
]
}
]
}
]
}
},