fund-holdings-svc¶
This service is responsible to handle SFS data integration
Links¶
- Repository: securitize_dev/fund-holdings-svc
- API URL: https://fund-holdings-svc.internal.dev.securitize.io
- Swagger UI: https://fund-holdings-svc.internal.dev.securitize.io/doc/swagger
- K8s URL:
http://fund-holdings-svc:8080
Endpoints (10)¶
| Method | Path | Summary | Tags |
|---|---|---|---|
GET |
/health |
Get status of service health | Health |
GET |
/v1/funds |
Get all funds | Funds |
POST |
/v1/funds |
Create a new fund | Funds |
PUT |
/v1/funds/{id} |
Update a fund | Funds |
GET |
/v1/holdings |
Get holdings | Holdings |
GET |
/v1/holdings/detailed |
Return fund holdings along with a more detailed and complete fund information | Holdings |
GET |
/v1/holdings/source-dates |
Get source dates | Holdings |
POST |
/v1/fund-investors/accept-terms |
Accept terms for a fund investor | FundInvestors |
POST |
/v1/ingestion/ingest/{source}/{method} |
Trigger a new ingestion | Ingestion |
POST |
/v1/ingestion/ingest-all/{source}/{method} |
Trigger ingestion for all CSV files | Ingestion |