Looking for help!
NAME
SemanticWeb::Schema::RepaymentSpecification - A structured value representing repayment.
VERSION
version v7.0.1
DESCRIPTION
A structured value representing repayment.
ATTRIBUTES
down_payment
downPayment
a type of payment made in cash during the onset of the purchase of an expensive good/service. The payment typically represents only a percentage of the full purchase price.
A down_payment should be one of the following types:
_has_down_payment
A predicate for the "down_payment" attribute.
early_prepayment_penalty
earlyPrepaymentPenalty
The amount to be paid as a penalty in the event of early payment of the loan.
A early_prepayment_penalty should be one of the following types:
_has_early_prepayment_penalty
A predicate for the "early_prepayment_penalty" attribute.
loan_payment_amount
loanPaymentAmount
The amount of money to pay in a single payment.
A loan_payment_amount should be one of the following types:
_has_loan_payment_amount
A predicate for the "loan_payment_amount" attribute.
loan_payment_frequency
loanPaymentFrequency
Frequency of payments due, i.e. number of months between payments. This is defined as a frequency, i.e. the reciprocal of a period of time.
A loan_payment_frequency should be one of the following types:
Num
_has_loan_payment_frequency
A predicate for the "loan_payment_frequency" attribute.
number_of_loan_payments
numberOfLoanPayments
The number of payments contractually required at origination to repay the loan. For monthly paying loans this is the number of months from the contractual first payment date to the maturity date.
A number_of_loan_payments should be one of the following types:
Num
_has_number_of_loan_payments
A predicate for the "number_of_loan_payments" attribute.
SEE ALSO
SemanticWeb::Schema::StructuredValue
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)