Fibo schema core

From W3C Wiki

TYPES: CreditCard

PRE-MARKUP:

Wells Fargo Secured VisaB. Credit Card Requires a minimum $300 security deposit. When you apply, you provide a minimum security deposit of at least $300, or up to $10,000. Annual fee $25 Annual Percentage Rate (APR) Currently, a variable 18.99% APR on purchases. (These APRs do not apply to cash advances.) <a href="https://www.wellsfargo.com/credit-cards/secured/terms/">Full terms and conditions</a>

MICRODATA:

   Wells Fargo Secured VisaB. Credit Card
   Requires a minimum $300 security deposit.
   When you apply, you provide a minimum security deposit of at least $300, or up to $10,000.
   Annual fee $25
       
           
       
   
 Annual Percentage Rate (APR) Currently, a variable 18.99% APR on purchases. (These APRs do not apply to cash advances.)
 <a itemprop="feesAndCommissionsSpecification" href="https://www.wellsfargo.com/credit-cards/secured/terms/">Full terms and conditions</a>

RDFA:

   Wells Fargo Secured VisaB. Credit Card
   Requires a minimum $300 security deposit.
   When you apply, you provide a minimum security deposit of at least $300, or up to $10,000.
   Annual fee $25
       
           <meta property="value" content="1"><meta property="unitCode" content="ANN">
       
   
 Annual Percentage Rate (APR) Currently, a variable 18.99% APR on purchases. (These APRs do not apply to cash advances.)
 <a property="feesAndCommissionsSpecification" href="https://www.wellsfargo.com/credit-cards/secured/terms/">Full terms and conditions</a>

JSON:

<script type="application/ld+json"> {

 "@context": "http://schema.org",
 "@type": "CreditCard",
 "name": "Wells Fargo Secured VisaB. Credit Card",
 "loanCollateral": "Requires a minimum $300 security deposit.",
 "amount": {
     "@type": "MonetaryAmount",
     "minValue": "300",
     "maxValue": "10000",
     "currency": "USD"
 },
 "priceSpecification": {
     "@type": "UnitPriceSpecification",
     "price": "25",
     "priceCurrency": "USD",
     "referenceQuantitiy": {
       "@type": "QuantitativeValue",
       "value": "1",
       "unitCode": "ANN"
     }
 },
 "annualPercentageRate": "18.99",
 "feesAndCommissionsSpecification": "https://www.wellsfargo.com/credit-cards/secured/terms/"

} </script>



TYPES: LoanOrCredit

PRE-MARKUP:

Wells Fargo GraduateSM Student Loan You'll have up to 15 years to repay the loan.

Competitive Annual Percentage Rate (APR)

       Variable interest rates range from 3.22% APR (with discount) to 8.74% APR (without discount).
       Fixed interest rates range from 6.36% APR (with discount) to 10.61% APR (without discount).

The lifetime limit for this loan combined with all other education-related debt is $180,000 for law and business, and $120,000 for other fields of study.


MICRODATA:


Wells Fargo GraduateSM Student Loan

You'll have up to

15 years

to repay the loan.

Competitive Annual Percentage Rate (APR)

Variable interest rates range from 3.22% APR (with discount) to 8.74% APR (without discount).

Fixed interest rates range from 6.36% APR (with discount) to 10.61% APR (without discount).

The lifetime limit for this loan combined with all other education-related debt is

$ 180,000 for law and business,

and

$ 120,000 for other fields of study.


RDFA:


Wells Fargo GraduateSM Student Loan

You'll have up to

15 years

to repay the loan.

Competitive Annual Percentage Rate (APR)

Variable interest rates range from 3.22% APR (with discount) to 8.74% APR (without discount).

Fixed interest rates range from 6.36% APR (with discount) to 10.61% APR (without discount).

The lifetime limit for this loan combined with all other education-related debt is

$ 180,000 for law and business,

and

$ 120,000 for other fields of study.


JSON:

<script type="application/ld+json"> { "@context":"http://schema.org", "@type":"LoanOrCredit", "name":"Wells Fargo GraduateSM Student Loan", "loanTermb �:{

   "@type":"QuantitativeValue",
   "value":"15",
   "unitCode": "ANN"

}, "annualPercentageRate":[{

   "@type":"QuantitativeValue",
   "name": "variable interest rates",
   "minValue":"3.22",
   "maxValue":"8.74"

}, {

   "@type":"QuantitativeValue",
   "name": "fixed interest rates",
   "minValue":"6.36",
   "maxValue":"10.61"

}], "amount":[{

   "@type": "MonetaryAmount",
   "name":"debt for law and business",
   "value":"180000",
   "currency":"USD"

}, {

   "@type": "MonetaryAmount",
   "name":"debt for other fields of study than law and business",
   "value":"120000",
   "currency":"USD"

}] } </script>