The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.