docs/Position.md in snaptrade-1.17.6 vs docs/Position.md in snaptrade-1.17.7

- old
+ new

@@ -2,10 +2,10 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **symbol** | **PositionSymbol** | | [optional] | +| **symbol** | [**PositionSymbol**](PositionSymbol.md) | | [optional] | | **units** | **Float** | | [optional] | | **price** | **Float** | Last known market price for the symbol | [optional] | | **open_pnl** | **Float** | | [optional] | | **fractional_units** | **Float** | Deprecated, use the units field for both fractional and integer units going forward | [optional] | | **average_purchase_price** | **Float** | Average purchase price for this position. Either returned by the underlying broker or calculated using historical transactions. | [optional] |