# **Company Fundraising History**
```json=
fundraisingHistory {
latestValuation, //float USD
fundingHistory [
{
fundingAmount, //float
fundingDate, //datetime
fundingType, //enum EQUITY, DEBT
companyValuation
},
{
fundingAmount, //float
fundingDate, //datetime
fundingType, //enum EQUITY, DEBT
companyValuation
},
{
fundingAmount, //float
fundingDate, //datetime
fundingType, //enum EQUITY, DEBT
companyValuation
}
]
}
```