⚠️ Важно: данный сайт не имеет отношения к владельцам schema.org, это всего лишь любительский (неофициальный) перевод. Сайт сделан для тех кто плохо воспринимает технический английский. Оригинальную и актуальную информацию на английском языке вы можете найти тут: schema.org/RepaymentSpecification.

Разметка RepaymentSpecification

Подробное описание микроразметки RepaymentSpecification.

RepaymentSpecification - Тип Schema.org
Описание: Структурированное значение, представляющее возврат средств

RepaymentSpecification - структурированное значение, представляющее возврат средств. Этот тип используется для описания информации о возврате, что поможет поисковым системам лучше понять контент вашего сайта. Для большей эффективности используйте данный тип разметки в соответствии с инструкциями schema.org. Не забывайте обновлять информацию, чтобы она была актуальной.

СвойствоОжидаемый типОписание
Properties from RepaymentSpecification
downPayment MonetaryAmount или Number Тип платежа, сделанный наличными в начале приобретения дорогого товара или услуги. Платеж обычно представляет только процент от полной суммы покупки.
earlyPrepaymentPenalty MonetaryAmount Сумма, которую необходимо заплатить в качестве штрафа в случае досрочного погашения кредита.
loanPaymentAmount MonetaryAmount Сумма денег, которую необходимо заплатить в один платеж.
loanPaymentFrequency Number Частота платежей, то есть количество месяцев между платежами. Это определяется как частота, то есть обратная величина периода времени.
numberOfLoanPayments Number Количество платежей, предусмотренных договором на момент оформления кредита. Для кредитов с ежемесячным платежом это количество месяцев от даты первого платежа по договору до даты погашения кредита.
Properties from Thing
additionalType Text или URL An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.
alternateName Text Псевдоним для элемента.
description Text или TextObject Описание элемента.
disambiguatingDescription Text Подсвойство описания. Краткое описание элемента, используемое для различения от других, схожих элементов. Для того чтобы описание было полезным для разрешения неоднозначности, может потребоваться информация из других свойств (в частности, name).
identifier PropertyValue или Text или URL The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.
image ImageObject или URL An image of the item. This can be a URL or a fully described ImageObject.
mainEntityOfPage CreativeWork или URL Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. Обратное свойство: mainEntity
name Text Название элемента.
potentialAction Action Указывает на потенциальное действие, описывающее идеализированное действие, в котором этот объект мог бы выполнять роль 'объекта'.
sameAs URL URL страницы для ссылки, однозначно указывающей на идентичность объекта. Например, URL страницы объекта на Википедии, записи в Wikidata или официального веб-сайта.
subjectOf CreativeWork или Event Свойство Schema.org - subjectOf: A CreativeWork or Event about this Thing. Обратное свойство: about
url URL URL объекта.

Instances of RepaymentSpecification may appear as a value for the following properties
СвойствоOn TypesОписание
loanRepaymentForm LoanOrCredit Форма возврата денег, взятых в долг у кредитора. Возврат обычно осуществляется путем периодических платежей, включающих часть основной суммы и проценты в каждом платеже.

Acknowledgements

Financial Industry Business Ontology project
This element is based on the work of the Financial Industry Business Ontology project (see http://www.fibo.org/schema for details), in support of the W3C Financial Industry Business Ontology Community Group (http://www.fibo.org/community). Many class and property definitions are inspired by or based on http://www.fibo.org.

Source

https://github.com/schemaorg/schemaorg/issues/1253


Examples

Example 1
Copied
Example notes or example HTML without markup.
<div>
  <h1>Agency 30 Year Fixed</h1>
  <p>Experience easier budgeting with predictable monthly payments. Relax knowing you’ll never have to worry about rising interest rates for the life of your loan.</p>
</div>
<table>
  <caption>Rates are based on a loan amount of $200,000 and 20% down payment.</caption>
  <tr>
    <td>Interest rate</td>
    <td>3.625%</td>
  </tr>
  <tr>
    <td>APR</td>
    <td>3.8047%</td>
  </tr>
  <tr>
    <td>Estimated payment</td>
    <td>$912.11</td>
  </tr>
  <tr>
    <td>Months</td>
    <td>360</td>
  </tr>
</table>
Example encoded as Microdata embedded in HTML.
<div itemscope itemtype="https://schema.org/MortgageLoan">
  <h1 itemprop="name">Agency 30 Year Fixed</h1>
  <div itemprop="loanTerm" itemscope itemtype="https://schema.org/QuantitativeValue">
    <meta itemprop="value" content="30"/>
    <meta itemprop="unitCode" content="ANN"/>
  </div>
  <p itemprop="description">Experience easier budgeting with predictable monthly payments. Relax knowing you’ll never have to worry about rising interest rates for the life of your loan.</p>
  <div itemprop="loanRepaymentForm" itemscope itemtype="https://schema.org/RepaymentSpecification" itemref="estPay payNum">
    <meta itemprop="downPayment" content="20"/>
    <meta itemprop="loanPaymentFrequency" content="1"/>
      <span>Estimated payment</span>
    <div id="estPay" itemprop="loanPaymentAmount" itemscope itemtype="https://schema.org/MonetaryAmount">
    <span itemprop="currency" content="USD">$</span><span itemprop="value">912.11</span></div>
    <span>Months</span>
    <div id="payNum" itemprop="numberOfLoanPayments">360</div>
  </div>

<table>
	<caption id="amount" itemprop="amount" itemscope itemtype="https://schema.org/MonetaryAmount">Rates are based on a loan amount of <span itemprop="currency" content="USD">$</span><span itemprop="value" content="200000">200,000</span> and 20% down payment.</caption>
  <tr>
    <td>Interest rate</td>
    <td><span id="intRate" itemprop="interestRate">3.625</span>%</td>
  </tr>
  <tr>
    <td>APR</td>
    <td><span id="apr" itemprop="annualPercentageRate">3.8047</span>%</td>
  </tr>
</table>

</div>
Example encoded as RDFa embedded in HTML.
<div vocab="https://schema.org/" typeof="MortgageLoan">
  <h1 property="name">Agency 30 Year Fixed</h1>
  <div property="loanTerm" typeof="QuantitativeValue">
    <meta property="value" content="30"/>
    <meta property="unitCode" content="ANN"/>
  </div>
  <p property="description">Experience easier budgeting with predictable monthly payments. Relax knowing you’ll never have to worry about rising interest rates for the life of your loan.</p>
  <div property="loanRepaymentForm" typeof="RepaymentSpecification" itemref="estPay payNum">
    <meta property="downPayment" content="20"/>
    <meta property="loanPaymentFrequency" content="1"/>
      <span>Estimated payment</span>
    <div id="estPay" property="loanPaymentAmount" typeof="MonetaryAmount">
    <span property="currency" content="USD">$</span><span property="value">912.11</span></div>
    <span>Months</span>
    <div id="payNum" property="numberOfLoanPayments">360</div>
  </div>

<table>
	<caption id="amount" property="amount" typeof="MonetaryAmount">Rates are based on a loan amount of <span property="currency" content="USD">$</span><span property="value" content="200000">200,000</span> and 20% down payment.</caption>
  <tr>
    <td>Interest rate</td>
    <td><span id="intRate" property="interestRate">3.625</span>%</td>
  </tr>
  <tr>
    <td>APR</td>
    <td><span id="apr" property="annualPercentageRate">3.8047</span>%</td>
  </tr>
</table>

</div>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "MortgageLoan",
  "name": "Agency 30 Year Fixed",
  "description": "Experience easier budgeting with predictable monthly payments. Relax knowing you’ll never have to worry about rising interest rates for the life of your loan.",
  "amount": {
    "@type": "MonetaryAmount",
    "value": "200000",
    "currency": "USD"
  },
  "loanTerm": {
    "@type": "QuantitativeValue",
    "value": "30",
    "unitCode": "ANN"
  },
  "interestRate": "3.625",
  "annualPercentageRate": "3.8047",
  "loanRepaymentForm": {
    "@type": "RepaymentSpecification",
    "loanPaymentAmount": {
      "@type": "MonetaryAmount",
      "value": "909.3",
      "currency": "USD"
    },
    "downPayment": "20",
    "numberOfLoanPayments": "360",
    "loanPaymentFrequency": "1"
  }
}
</script>
Structured representation of the JSON-LD example.

Обсуждение "RepaymentSpecification"