The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::BankAccount - A product or service offered by a bank whereby one may deposit

VERSION

version v6.0.1

DESCRIPTION

A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.

ATTRIBUTES

account_minimum_inflow

accountMinimumInflow

A minimum amount that has to be paid in every month.

A account_minimum_inflow should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']

_has_account_minimum_inflow

A predicate for the "account_minimum_inflow" attribute.

account_overdraft_limit

accountOverdraftLimit

An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money.

A account_overdraft_limit should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']

_has_account_overdraft_limit

A predicate for the "account_overdraft_limit" attribute.

bank_account_type

bankAccountType

The type of a bank account.

A bank_account_type should be one of the following types:

Str

_has_bank_account_type

A predicate for the "bank_account_type" attribute.

SEE ALSO

SemanticWeb::Schema::FinancialProduct

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)