Sha256: 420fc9740ea2fd5f2b942037b588d956152032313c556fce463040284a5a364f

Contents?: true

Size: 673 Bytes

Versions: 22

Compression:

Stored size: 673 Bytes

Contents

# SnapTrade::SubPeriodReturnRate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **period_start** | **Date** | Date used to specify timeframe for a reporting call (in YYYY-MM-DD format) | [optional] |
| **period_end** | **Date** | Date used to specify timeframe for a reporting call (in YYYY-MM-DD format) | [optional] |
| **rate_of_return** | **Float** | The return rate for the given period | [optional] |

## Example

```ruby
require 'snaptrade'

instance = SnapTrade::SubPeriodReturnRate.new(
  period_start: Sun Jan 23 16:00:00 PST 2022,
  period_end: Sun Jan 23 16:00:00 PST 2022,
  rate_of_return: 0.012312367452
)
```

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
snaptrade-1.3.0 docs/SubPeriodReturnRate.md
snaptrade-1.2.0 docs/SubPeriodReturnRate.md