NAME
Finance::Robinhood::Equity::Account - Robinhood Account's Instant or Gold Margin Account Balances
SYNOPSIS
use Finance::Robinhood;
my $rh = Finance::Robinhood->new->login('user', 'pass');
my $account = $rh->equity_accounts->current();
CORE::say 'How much can I borrow? ' . $account->margin_balances->margin_limit;
METHODS
cash( )
cash_available_for_withdrawal( )
cash_held_for_dividends( )
cash_held_for_nummus_restrictions( )
cash_held_for_options_collateral( )
cash_held_for_orders( )
cash_pending_from_options_events( )
day_trade_buying_power( )
day_trade_buying_power_held_for_orders( )
day_trade_ratio( )
gold_equity_requirement( )
margin_limit( )
outstanding_interest( )
overnight_buying_power( )
overnight_buying_power_held_for_orders( )
overnight_ratio( )
sma( )
start_of_day_dtbp( )
start_of_day_overnight_buying_power( )
unallocated_margin_cash( )
uncleared_deposits( )
uncleared_nummus_deposits( )
unsettled_debit( )
unsettled_funds( )
marked_pattern_day_trader_date( )
Returns a Time::Moment object if applicable.
created_at( )
Returns a Time::Moment object.
updated_at( )
Returns a Time::Moment object if applicable.
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>