Fund Configuration and Metadata
Get a fund's configuration and parameters programtically
Last updated
```json
{
"status": 200,
"body": {
"id": "uIM6t9co-",
"vanity": [
"venturemanager",
"3865"
],
"createdBy": "admin@tactyc.io",
"createdAt": "2021-11-01T17:04:55.000Z",
"deletedAt": null,
"deletedBy": null,
"updatedAt": "2024-04-08T15:43:01.000Z",
"publishStatus": "published",
"password": null,
"general": {
"name": "Quantum Ventures II L.P.",
"notes": "Master Model.",
"endDate": "2120-01-01T00:00:00.000Z",
"cashless": 0.2,
"currency": "USD",
"fundType": "traditional",
"startDate": "2022-01-01T00:00:00.000Z",
"unusedFee": 0.0002,
"facilityTerm": 60,
"interestRate": 0.0825,
"unusedFeeLoc": 0.0125,
"committedCapital": 200000000,
"maxRepaymentTerm": 6,
"lpCommittmentPerc": 0.98,
"creditFacilitySize": 0,
"capitalCallSchedule": "quarterly",
```
```