Sha256: 9da994248ef4bf6295dfcc81093d62c80c736789afa4c209af8dcb660dd76e68

Contents?: true

Size: 754 Bytes

Versions: 15

Compression:

Stored size: 754 Bytes

Contents

# FinnhubRuby::FundOwnershipInfo

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Investor's name. | [optional] |
| **share** | **Integer** | Number of shares held by the investor. | [optional] |
| **change** | **Integer** | Number of share changed (net buy or sell) from the last period. | [optional] |
| **filing_date** | **Date** | Filing date. | [optional] |
| **portfolio_percent** | **Float** | Percent of the fund's portfolio comprised of the company's share. | [optional] |

## Example

```ruby
require 'finnhub_ruby'

instance = FinnhubRuby::FundOwnershipInfo.new(
  name: null,
  share: null,
  change: null,
  filing_date: null,
  portfolio_percent: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.18 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.17 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.16 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.15 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.14 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.13 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.12 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.11 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.10 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.9 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.8 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.7 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.6 docs/FundOwnershipInfo.md
finnhub_ruby-1.1.5 docs/FundOwnershipInfo.md