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

NAME

Finance::Bank::SentinelBenefits::Csv401kConverter::SideReverser - Reveses sides on lines

VERSION

version 1.0

SYNOPSIS

my $reverser = Finance::Bank::SentinelBenefits::Csv401kConverter::SideReverser->new();

my $side = $reverser->flip('Buy');

#$side eq 'Sell'

This class represents one transaction, whether a contribution or a company match, and tells you the security, the price, quantity, total money, etc. It doesn't have any smarts, but serves as an immutable internal data structure.