docs/Filing.md in intrinio-sdk-3.0.0 vs docs/Filing.md in intrinio-sdk-3.1.0

- old
+ new

@@ -1,17 +1,32 @@ -# Intrinio::Filing -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | **String** | The Intrinio ID of the Filing | [optional] -**filing_date** | **Date** | The date when the filing was submitted to the SEC by the company | [optional] -**accepted_date** | **DateTime** | The date and time when the filing was accepted by SEC | [optional] -**period_end_date** | **Date** | The ending date of the fiscal period for the filing | [optional] -**report_type** | **String** | The filing report type | [optional] -**sec_unique_id** | **String** | A unique identifier for the filing provided by the SEC | [optional] -**filing_url** | **String** | The URL to the filing page on the SEC site | [optional] -**report_url** | **String** | The URL to the actual report on the SEC site | [optional] -**instance_url** | **String** | The URL for the XBRL filing for the report | [optional] -**company** | [**CompanySummary**](CompanySummary.md) | | [optional] + +[//]: # (CLASS:Intrinio::Filing) + +[//]: # (KIND:object) + +### Intrinio::Filing + +#### Properties + +[//]: # (START_DEFINITION) + +Name | Type | Description +------------ | ------------- | ------------- +**id** | String | The Intrinio ID of the Filing   +**filing_date** | Date | The date when the filing was submitted to the SEC by the company   +**accepted_date** | DateTime | The date and time when the filing was accepted by SEC   +**period_end_date** | Date | The ending date of the fiscal period for the filing   +**report_type** | String | The filing <a href=\"/documentation/sec_filing_report_types\" target=\"_blank\">report type</a>   +**sec_unique_id** | String | A unique identifier for the filing provided by the SEC   +**filing_url** | String | The URL to the filing page on the SEC site   +**report_url** | String | The URL to the actual report on the SEC site   +**instance_url** | String | The URL for the XBRL filing for the report   +**company** | [**CompanySummary**](CompanySummary.md) |   + +[//]: # (END_DEFINITION) + + +[//]: # (CONTAINED_CLASS:Intrinio::CompanySummary) +