Sha256: 35782a958015646ef751897a07ca89d4d2bc37c27e4208bfaecbbb18c2125159

Contents?: true

Size: 695 Bytes

Versions: 1

Compression:

Stored size: 695 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: Mon Jan 24 00:00:00 UTC 2022,
  period_end: Mon Jan 24 00:00:00 UTC 2022,
  rate_of_return: 0.012312367452
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
snaptrade-1.16.1 docs/SubPeriodReturnRate.md