TYPES: BrokerageAccount

PRE-MARKUP:
<div>
  <h1>ExampleBank® 1st Brokerage Account</h1>
  <p>Our popular brokerage account lets you invest in everything from stocks and bonds to mutual funds, ETFs, and more. Take advantage of all our research and tools, expert insight, and investment guidance to support your investing decisions.</p>
  <p>Ability to manage your money and deposits from anywhere using <a href="http://www.examplebank.com/public/investing/pricing_services/mobile/android">EB Mobile</a></p>
  <p>$1,000 minimum investment to open an account</p>
  <p>No fees to open or maintain an account. Other account fees, fund expenses, and brokerage commissions may apply. Commissions: $8.95 per online equity trade; commission-free ExampleBank® ETF online trades in your ExampleBank® account</p>
</div>


MICRODATA:

<div itemscope itemtype="http://schema.org/BrokerageAccount">
  <h1 itemprop="name">ExampleBank® 1st Brokerage Account</h1>
  <p itemprop="description">Our popular brokerage account lets you invest in everything from stocks and bonds to mutual funds, ETFs, and more. Take advantage of all our research and tools, expert insight, and investment guidance to support your investing decisions.</p>
  <p itemprop="availableChannel" itemscope itemtype="http://schema.org/ServiceChannel">Ability to manage your money and deposits from anywhere using <a itemprop="serviceMobileApp" href="http://http://www.examplebank.com/public/investing/pricing_services/mobile/android">ExampleBank® Mobile</a></p>
  <p itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount"><span itemprop="currency" content="USD">$</span><span itemprop="minAmount" content="1000">1,000</span> minimum investment to open an account</p>
  <p itemprop="feesAndCommissionsSpecification">No fees to open or maintain an account. Other account fees, fund expenses, and brokerage commissions may apply. Commissions: $8.95 per online equity trade; commission-free ExampleBank® ETF online trades in your ExampleBank® account</p>
</div>


RDFA:

<div vocab="http://schema.org/" typeof="BrokerageAccount">
  <h1 property="name">ExampleBank® 1st Brokerage Account</h1>
  <p property="description">Our popular brokerage account lets you invest in everything from stocks and bonds to mutual funds, ETFs, and more. Take advantage of all our research and tools, expert insight, and investment guidance to support your investing decisions.</p>
  <p property="availableChannel" typeof="ServiceChannel">Ability to manage your money and deposits from anywhere using <a property="serviceMobileApp" href="http://http://www.examplebank.com/public/investing/pricing_services/mobile/android">ExampleBank® Mobile</a></p>
  <p property="amount" typeof="MonetaryAmount"><span property="currency" content="USD">$</span><span property="minAmount" content="1000">1,000</span> minimum investment to open an account</p>
  <p property="feesAndCommissionsSpecification">No fees to open or maintain an account. Other account fees, fund expenses, and brokerage commissions may apply. Commissions: $8.95 per online equity trade; commission-free ExampleBank® ETF online trades in your ExampleBank® account</p>
</div>


JSON:

<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "BrokerageAccount",
    "name": "ExampleBank® 1st Brokerage Account",
    "description": "Our popular brokerage account lets you invest in everything from stocks and bonds to mutual funds, ETFs, and more. Take advantage of all our research and tools, expert insight, and investment guidance to support your investing decisions.",
    "amount": {
      "@type": "MonetaryAmount",
      "minAmount": "1000",
      "currency": "USD"
    },
    "feesAndCommissionsSpecification": "No fees to open or maintain an account. Other account fees, fund expenses, and brokerage commissions may apply. Commissions: $8.95 per online equity trade; commission-free ExampleBank® ETF online trades in your ExampleBank® account",
    "availableChannel": {
      "@type": "ServiceChannel",
      "serviceMobileApp": "http://http://www.examplebank.com/public/investing/pricing_services/mobile/android"
   }
  }
</script>


TYPES: InvestmentFund

PRE-MARKUP:

<body>
  <div>
    <h1>Guaranteed Interest Fund</h1>
    <p>This type of secure investment grows your money at a guaranteed rate of interest for a fixed period. It is ideal for investors looking for capital security.</p>
    <div>Amount to be invested $25,000 to $99,999</div>
    <div>Guaranteed interest rate 1.25%</div>
  </div>
</body>

MICRODATA:

<body>
  <div itemscope itemtype="http://schema.org/InvestmentFund">
    <h1 itemprop="name">Guaranteed Interest Fund</h1>
    <p itemprop="description">This type of secure investment grows your money at a guaranteed rate of interest for a fixed period. It is ideal for investors looking for capital security.</p>
    <div itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount">Amount to be invested <span itemprop="currency" content="USD">$</span><span itemprop="minAmount" content="25000">25,000</span> to $<span itemprop="maxAmount" content="99000">99,999</span></div>
    <div>Guaranteed interest rate <span itemprop="interestRate" content="1.25">1.25%</span></div>
  </div>
</body>

RDFA:

<body vocab="http://schema.org/">
  <div typeof="http://schema.org/InvestmentFund">
    <h1 property="name">Guaranteed Interest Fund</h1>
    <p property="description">This type of secure investment grows your money at a guaranteed rate of interest for a fixed period. It is ideal for investors looking for capital security.</p>
    <div property="amount" typeof="http://schema.org/MonetaryAmount">Amount to be invested <span property="currency" content="USD">$</span><span property="minAmount" content="25000">25,000</span> to $<span property="maxAmount" content="99000">99,999</span></div>
    <div>Guaranteed interest rate <span property="interestRate" content="1.25">1.25%</span></div>
  </div>
</body>

JSON:

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "InvestmentFund",
  "name": "Guaranteed Interest Fund",
  "description": "This type of secure investment grows your money at a guaranteed rate of interest for a fixed period. It is ideal for investors looking for capital security.",
  "amount": {
    "@type": "MonetaryAmount",
    "currency": "USD",
    "minAmount": "25000",
    "maxAmount": "90000"
  },
  "interestRate": "1.25"
}
</script>


TYPES: MortgageLoan, RepaymentSpecification

PRE-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>



MICRODATA:

<div itemscope itemtype="http://schema.org/MortgageLoan" itemref="amount intRate apr">
  <h1 itemprop="name">Agency 30 Year Fixed</h1>
  <div itemprop="loanTerm" itemscope itemtype="http://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="http://schema.org/RepaymentSpecification" itemref="estPay payNum">
    <meta itemprop="downPayment" content="20">
    <meta itemprop="loanPaymentFrequency" content="Monthly">
  </div>
</div>
<table>
  <caption id="amount" itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount">Rates are based on a loan amount of <span itemprop="currency" content="USD">$</span><span itemprop="amount" 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>
  <tr>
    <td>Estimated payment</td>
    <td id="estPay" itemprop="loanPaymentAmount" itemscope itemtype="http://schema.org/MonetaryAmount"><span itemprop="currency" content="USD">$</span><span itemprop="amount">912.11</span></td>
  </tr>
  <tr>
    <td>Months</td>
    <td id="payNum" itemprop="numberOfLoanPayments">360</td>
  </tr>
</table>


RDFA:

<div vocab="http://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="Monthly"/>
  </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="amount" 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>
  <tr>
    <td>Estimated payment</td>
    <td id="estPay" property="loanPaymentAmount" typeof="MonetaryAmount"><span property="currency" content="USD">$</span><span property="amount">912.11</span></td>
  </tr>
  <tr>
    <td>Months</td>
    <td id="payNum" property="numberOfLoanPayments">360</td>
  </tr>
</table>
</div>

JSON:

<script type="application/ld+json">
{
  "@context": "http://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",
    "amount": "200000",
    "currency": "USD"
  },
  "loanTerm": {
    "@type": "QuantitativeValue",
    "value": "30",
    "unitCode": "ANN"
  },
  "interestRate": "3.625",
  "annualPercentageRate": "3.8047",
  "loanRepaymentForm": {
    "@type": "RepaymentSpecification",
    "loanPaymentAmount": {
      "@type": "MonetaryAmount",
      "amount": "909.3",
      "currency": "USD"
    },
    "downPayment": "20",
    "numberOfLoanPayments": "360",
    "loanPaymentFrequency": "Monthly"
  }
}
</script>


TYPES: ExchangeRateSpecification

PRE-MARKUP:

<body>
<h1>Middle exchange rates of foreign currencies – table A</h1> <h2>Table No. 047/A/NBP/2016 of 2016-03-0</h2> <div> <table>
  <tr>
    <th>Currency</th>
    <th>Code</th> 
    <th>Mid-rate </th>
  </tr>
  <tr>
    <td>Euro</td>
    <td>1 EUR</td> 
    <td>4.3215</td>
  </tr>
  <tr>
    <td>Brazilian Real</td>
    <td>1 BRL</td> 
    <td>1.0490</td>
  </tr>
</table>
</div>
</body>


MICRODATA:

<body itemscope itemtype="http://schema.org/WebPage">
<h1 itemprop="name">Middle exchange rates of foreign currencies – table A</h1>
<div itemprop="mainEntity" itemscope itemtype="http://schema.org/ItemList">
<table>
  <caption itemprop="name">Table No. 047/A/NBP/2016 of 2016-03-09</caption>
  <tr>
    <th>Currency</th>
    <th>Code</th> 
    <th>Mid-rate </th>
  </tr>
  <tr itemprop="itemListElement" itemscope itemtype="http://schema.org/ExchangeRateSpecification">
    <td itemprop="currency" content="EUR">Euro</td>
    <td>1 EUR</td> 
    <td itemprop="currentExchangeRate" itemscope itemtype="http://schema.org/UnitPriceSpecification">
      <span itemprop="price">4.3215</span>
      <meta itemprop="priceCurrency" content="PLN"/>
    </td>
  </tr>
  <tr itemprop="itemListElement" itemscope itemtype="http://schema.org/ExchangeRateSpecification">
    <td itemprop="currency" content="BRL">Brazilian Real</td>
    <td>1 BRL</td> 
    <td  itemprop="currentExchangeRate" itemscope itemtype="http://schema.org/UnitPriceSpecification">
      <span itemprop="price">1.0490</span>
      <meta itemprop="priceCurrency" content="PLN"/>
    </td>
  </tr>
</table>
</div>
</body>


RDFA:

<body vocab="http://schema.org/" typeof="WebPage">
<h1 property="name">Middle exchange rates of foreign currencies – table A</h1>
<div property="mainEntity" typeof="ItemList">
<table>
  <caption property="name">Table No. 047/A/NBP/2016 of 2016-03-09</caption>
  <tr>
    <th>Currency</th>
    <th>Code</th> 
    <th>Mid-rate </th>
  </tr>
  <tr property="itemListElement" typeof="ExchangeRateSpecification">
    <td property="currency" content="EUR">Euro</td>
    <td>1 EUR</td> 
    <td property="currentExchangeRate" typeof="UnitPriceSpecification">
      <span property="price">4.3215</span>
      <meta property="priceCurrency" content="PLN"/>
    </td>
  </tr>
  <tr property="itemListElement" typeof="ExchangeRateSpecification">
    <td property="currency" content="BRL">Brazilian Real</td>
    <td>1 BRL</td> 
    <td  property="currentExchangeRate" typeof="UnitPriceSpecification">
      <span property="price">1.0490</span>
      <meta property="priceCurrency" content="PLN"/>
    </td>
  </tr>
</table>
</div>
</body>

JSON:

<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "WebPage",
    "name": "Middle exchange rates of foreign currencies – table A",
    "mainEntity": {
      "@type": "ItemList",
      "name": "Table No. 047/A/NBP/2016 of 2016-03-09",
      "itemListElement": [
          {
            "@type": "ExchangeRateSpecification",
            "currency":"EUR",
            "currentExchangeRate":{
              "@type": "UnitPriceSpecification",
              "price": "4.3215",
              "priceCurrency": "PLN"
              }
          },
          {
            "@type": "ExchangeRateSpecification",
            "currency":"BRL",
            "currentExchangeRate":{
              "@type": "UnitPriceSpecification",
              "price": "1.0490",
              "priceCurrency": "PLN"
              }
          }
      ]
    }
  }
</script>



TYPES: BankTransfer

PRE-MARKUP:

<div>
  <h1>If you want to donate</h1>
  Send 30$ via bank transfer to the European ExampleBank, London
  Put "Donate wikimedia.org" in the transfer title.
</div>

MICRODATA:

<div itemscope itemtype="http://schema.org/BankTransfer">
  <h1>If you want to donate</h1>
  Send <span itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount"><span itemprop="amount">30</span><span itemprop="currency" content="USD">$</span></span> 
  via bank transfer to the <span itemprop="beneficiaryBank">European ExampleBank, London</span>
  Put "<i itemprop="name">Donate wikimedia.org</i>" in the transfer title.
</div>

RDFA:

<div vocab="http://schema.org" typeof="BankTransfer">
  <h1>If you want to donate</h1>
  Send <span property="amount" typeof="MonetaryAmount"><span property="amount">30</span><span property="currency" content="USD">$</span></span> 
  via bank transfer to the <span property="beneficiaryBank">European ExampleBank, London</span>
  Put "<i property="name">Donate wikimedia.org</i>" in the transfer title.
</div>

JSON:

<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "BankTransfer",
  "name": "Donate wikimedia.org",
  "amount": {
    "@type": "MonetaryAmount",
    "amount": "30",
    "currency": "USD"
  },
  "beneficiaryBank": "European ExampleBank, London"
}
</script>
