NAME
Finance::Robinhood::User::InternationalInfo - Access Account Information Related to a non-US Citizen User
SYNOPSIS
use Finance::Robinhood;
my $rh = Finance::Robinhood->new;
my $user = $rh->user;
my $info = $user->international_info;
CORE::say 'User was born in : ' . $info->birthCountry;
METHODS
birthCountry( )
User's nation of origin.
businessNature( )
User's line of work and reason for being in the US on a Visa.
expectedWithdrawals( )
How often is the user expecting to make withdraws from Robinhood back to their account. This is required for taxation and withholding.
Proper values include frequent
, occasional
, and rare
.
foreignTaxId( )
User's tax id in their home country.
howReferredToBroker( )
How was the user referred to Robinhood.
initialDepositType( )
This would typically be ACH but wire transfers are also possible.
primaryBanking( )
User's primary bank in the US.
valueInitialDeposit( )
How large was the user's initial deposit.
withdrawalsAllowed
Returns a true value if the user is allowed to withdrawal funds via ACH.
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>