# FinnhubRuby::IPOCalendar ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **ipo_calendar** | **Array<Object>** | Array of IPO events. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::IPOCalendar.new( ipo_calendar: null ) ```