# Funding ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **funding_type** | Option<**String**> | Type of funding | [optional] **money_raised** | Option<**i32**> | Amount of money raised | [optional] **announced_date** | Option<[**crate::models::Date**](Date.md)> | | [optional] **number_of_investor** | Option<**i32**> | Number of investors in this round | [optional] **investor_list** | Option<[**Vec**](Investor.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)