# FinnhubRuby::MutualFundSectorExposureData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **sector** | **String** | Sector | [optional] | | **exposure** | **Float** | Percent of exposure. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::MutualFundSectorExposureData.new( sector: null, exposure: null ) ```