The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quant::Framework::EconomicEventCalendar

DESCRIPTION

Represents an economic event in the financial market

     my $eco = Quant::Framework::EconomicEventCalendar->new({
        recorded_date => $dt,
        events => $arr_events
     });

EE

Const representing `economic_events`

EET

Const representing `economic_events_tentative`

for_date

The date for which we wish data or undef if we want latest copy

events

Array reference of Economic events. Potentially contains tentative events.

save

Saves the calendar into Chronicle

update

Update economic events with the changes to tentative events

get_latest_events_for_period

Retrieves latest economic events in the given period

get_tentative_events

Get tentative events from Chronicle's cache