Sha256: dbbfbad2a9c625320dfd8c548b082875f7749486db1152887fb17f4b5d9f7fb4

Contents?: true

Size: 501 Bytes

Versions: 15

Compression:

Stored size: 501 Bytes

Contents

# FinnhubRuby::MutualFundCountryExposure

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **symbol** | **String** | Symbol. | [optional] |
| **country_exposure** | [**Array<MutualFundCountryExposureData>**](MutualFundCountryExposureData.md) | Array of countries and and exposure levels. | [optional] |

## Example

```ruby
require 'finnhub_ruby'

instance = FinnhubRuby::MutualFundCountryExposure.new(
  symbol: null,
  country_exposure: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

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