docs/StockPriceAdjustmentSummary.md in intrinio-sdk-3.0.0 vs docs/StockPriceAdjustmentSummary.md in intrinio-sdk-3.1.0
- old
+ new
@@ -1,12 +1,24 @@
-# Intrinio::StockPriceAdjustmentSummary
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**date** | **Date** | The date on which the adjustment occurred. The adjustment should be applied to all stock prices before this date. | [optional]
-**factor** | **Float** | The factor by which to multiply stock prices before this date, in order to calculate historically-adjusted stock prices. | [optional]
-**dividend** | **Float** | The dividend amount, if a dividend was paid. | [optional]
-**dividend_currency** | **String** | The currency of the dividend, if known. | [optional]
-**split_ratio** | **Float** | The ratio of the stock split, if a stock split occurred. | [optional]
+
+[//]: # (CLASS:Intrinio::StockPriceAdjustmentSummary)
+
+[//]: # (KIND:object)
+
+### Intrinio::StockPriceAdjustmentSummary
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**date** | Date | The date on which the adjustment occurred. The adjustment should be applied to all stock prices before this date.
+**factor** | Float | The factor by which to multiply stock prices before this date, in order to calculate historically-adjusted stock prices.
+**dividend** | Float | The dividend amount, if a dividend was paid.
+**dividend_currency** | String | The currency of the dividend, if known.
+**split_ratio** | Float | The ratio of the stock split, if a stock split occurred.
+
+[//]: # (END_DEFINITION)
+