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

NAME

SemanticWeb::Schema::LoanOrCredit - A financial product for the loaning of an amount of money under agreed terms and charges.

VERSION

version v0.0.1

DESCRIPTION

A financial product for the loaning of an amount of money under agreed terms and charges.

ATTRIBUTES

amount

The amount of money.

A amount should be one of the following types:

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

loan_term

loanTerm

The duration of the loan or credit agreement.

A loan_term should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']

required_collateral

requiredCollateral

Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)

A required_collateral should be one of the following types:

InstanceOf['SemanticWeb::Schema::Thing']
Str

SEE ALSO

SemanticWeb::Schema::FinancialProduct

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)