# atom_api.RebalanceSignal

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_date** | **String** | The date of the given rebalancing signal. | 
**ticker** | **String** | The unique identifier of a given security. | 
**signal** | **String** | The trade action, either BUY or SELL. | 
**amount** | **Number** | The amount of the trade as a percentage. For example, amount &#x3D; 0.02 translates to selling 2% of a given ticker. | 
**type** | **Number** | The type of trade signal. 1 &#x3D; period-based, 2 &#x3D; drift-based, and 4 &#x3D; downside protection. | 


<a name="SignalEnum"></a>
## Enum: SignalEnum


* `SELL` (value: `"SELL"`)

* `BUY` (value: `"BUY"`)




