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