NAME

Finance::Robinhood::Forex::Activation - Represents a Single Forex Account Application

SYNOPSIS

use Finance::Robinhood;
my $rh = Finance::Robinhood->new;

# TODO

METHODS

created_at( )

Returns a Time::Moment object.

email( )

The email address used to apply for a forex account.

external_rejection_code( )

Reason why the account may have been (or should be) rejected. Will return one of the following, if applicable:

equities_account_deactivated
ineligible_jurisdiction
ineligible_jurisdiction2
ineligible_jurisdiction3
user_information_mismatch
no_equities_account
other
unsuitable

external_rejection_reason( )

If given, this is a string with a specific reason why the application to activate an account was rejected.

external_status_code( )

Same options as external_rejection_code( ).

first_name( )

The first name of the account holder.

id( )

UUID of the activation attempt.

last_name( )

The last name of the account holder.

speculative( )

Boolean value.

state( )

One of the following:

approved
rejected
in_review

type( )

The type of account being applied for. May be one of the following:

new_account
reactivation

user_id( )

Returns a UUID.

created_at( )

Returns a Time::Moment object.

updated_at( )

Returns a Time::Moment object.

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>