NAME
Finance::Robinhood::ACATS::Transfer - Represents a ACATS Transfer
SYNOPSIS
use Finance::Robinhood;
my $rh = Finance::Robinhood->new;
my $transfers = $rh->acats_transfters();
for my $transfer ($transferss->all) {
CORE::say 'ACATS transfer from ' . $transfer->contra_brokerage_name;
}
METHODS
id( )
cash_value( )
contra_account_number( )
contra_brokerage_name( )
failure_reason( )
fees_reimbursed( )
transfer_type( )
replaced_by( )
state( )
cancel( )
If the transfer can be cancelled, this method will do it.
updated_at( )
Returns a Time::Moment object.
expected_landing_date( )
Returns a Time::Moment object.
positions( )
my $positions = $transfer->equity_positions();
Returns a list of Finance::Robinhood::ACATS::Transfer::Position objects with this transfer's data.
LEGAL
This is a simple wrapper around the API used in the official apps. The author provides no investment, legal, or tax advice and is not responsible for any damages incurred while using this software. This software is not affiliated with Robinhood Financial LLC in any way.
For Robinhood's terms and disclosures, please see their website at https://robinhood.com/legal/
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the terms found in the Artistic License 2. Other copyrights, terms, and conditions may apply to data transmitted through this module. Please refer to the LEGAL section.
AUTHOR
Sanko Robinson <sanko@cpan.org>