DepositAccount example

From Financial Industry Business Ontology Community Group

Example for DepositAccount

TYPES: DepositAccount

PRE-MARKUP:

<body>
    <h1>Easy access accounts Comparison - Ordered by interest rate (AER)</h1>
    
    <div>
        <table>
        <tr>
            <th>Bank</th><th>Account</th><th>Interest Rate</th><th>Min/Max Opening Amount</th><th>Access</th>
        </tr>
        <tr>
            <td><a href="https://www.rcibank.co.uk">RCI Bank</a></td>
            <td>Freedom Savings Account</td>
            <td>1.65% Variable</td>
            <td>&#163;100 to &#163;1,000,000</td>
            <td>Internet, Post, Telephone</td>
        </tr>
        <tr>
            <td><a href="https://sbiukonlinesavings.com/">State Bank of India</a></td>
            <td>Online Instant Access Savings Issue 4</td>
            <td>1.25% Variable</td>
            <td>&#163;500 to &#163;1,000,000</td>
            <td>Internet, In Branch</td>
        </tr>
        <tr>
            <td><a href="http://www.aldermore.co.uk/">Aldermore</a></td>
            <td>Easy Access Issue 9</td>
            <td>1.25% Variable</td>
            <td>&#163;1,000 to &#163;1,000,000</td>
            <td>Internet, Post, Telephone</td>
        </tr>
    </table>
    </div>
</body>

MICRODATA:

<body itemscope itemtype="http://schema.org/WebPage">
    <h1 itemprop="name">Easy access accounts Comparison - Ordered by interest rate (AER)</h1>
    
    <div itemprop="mainEntity" itemscope itemtype="http://schema.org/ItemList">
        <meta itemprop="name" content="Easy access accounts Comparison List"/>
        <table>
        <tr>
            <th>Bank</th><th>Account</th><th>Interest Rate</th><th>Min/Max Opening Amount</th><th>Access</th>
        </tr>
        <tr itemprop="itemListElement" itemscope itemtype="http://schema.org/DepositAccount">
            <td><a itemprop="provider" href="https://www.rcibank.co.uk">RCI Bank</a></td>
            <td itemprop="name">Freedom Savings Account</td>
            <td itemprop="interestRate" itemscope itemtype="http://schema.org/QuantitativeValue"><span itemprop="value">1.65</span>% <span itemprop="valueReference">Variable</span></td>
            <td itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount"><meta itemprop="currency" content="GBP"/>&#163;<span itemprop="minValue" content="100">100</span> to &#163;<span itemprop="maxValue" content="1000000">1,000,000</span></td>
            <td><span itemprop="availableChannel">Internet</span>, <span itemprop="availableChannel">Post</span>, <span itemprop="availableChannel">Telephone</span></td>
        </tr>
        <tr itemprop="itemListElement" itemscope itemtype="http://schema.org/DepositAccount">
            <td><a itemprop="provider" href="https://sbiukonlinesavings.com/">State Bank of India</a></td>
            <td itemprop="name">Online Instant Access Savings Issue 4</td>
            <td itemprop="interestRate" itemscope itemtype="http://schema.org/QuantitativeValue"><span itemprop="value">1.25</span>% <span itemprop="valueReference">Variable</span></td>
            <td itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount"><meta itemprop="currency" content="GBP"/>&#163;<span itemprop="minValue" content="500">500</span> to &#163;<span itemprop="maxValue" content="1000000">1,000,000</span></td>
            <td><span itemprop="availableChannel">Internet</span>, <span itemprop="availableChannel">In Branch</span></td>
        </tr>
        <tr itemprop="itemListElement" itemscope itemtype="http://schema.org/DepositAccount">
            <td><a itemprop="provider" href="http://www.aldermore.co.uk/">Aldermore</a></td>
            <td itemprop="name">Easy Access Issue 9</td>
            <td itemprop="interestRate" itemscope itemtype="http://schema.org/QuantitativeValue"><span itemprop="value">1.25</span>% <span itemprop="valueReference">Variable</span></td>
            <td itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount"><meta itemprop="currency" content="GBP"/>&#163;<span itemprop="minValue" content="1000">1,000</span> to &#163;<span itemprop="maxValue" content="1000000">1,000,000</span></td>
            <td><span itemprop="availableChannel">Internet</span>, <span itemprop="availableChannel">Post</span>, <span itemprop="availableChannel">Telephone</span></td>
        </tr>
    </table>
    </div>
</body>

RDFA:

<body vocab="http://schema.org/" typeof="WebPage">
    <h1 property="name">Easy access accounts Comparison - Ordered by interest rate (AER)</h1>
    
    <div property="mainEntity" typeof="ItemList">
        <meta property="name" content="Easy access accounts Comparison List"/>
        <table>
        <tr>
            <th>Bank</th><th>Account</th><th>Interest Rate</th><th>Min/Max Opening Amount</th><th>Access</th>
        </tr>
        <tr property="itemListElement" typeof="DepositAccount">
            <td><a property="provider" href="https://www.rcibank.co.uk">RCI Bank</a></td>
            <td property="name">Freedom Savings Account</td>
            <td property="interestRate" typeof="QuantitativeValue"><span property="value">1.65</span>% <span property="valueReference">Variable</span></td>
            <td property="amount" typeof="MonetaryAmount"><meta property="currency" content="GBP"/>&#163;<span property="minValue" content="100">100</span> to &#163;<span property="maxValue" content="1000000">1,000,000</span></td>
            <td><span property="availableChannel">Internet</span>, <span property="availableChannel">Post</span>, <span property="availableChannel">Telephone</span></td>
        </tr>
        <tr property="itemListElement" typeof="DepositAccount">
            <td><a property="provider" href="https://sbiukonlinesavings.com/">State Bank of India</a></td>
            <td property="name">Online Instant Access Savings Issue 4</td>
            <td property="interestRate" typeof="QuantitativeValue"><span property="value">1.25</span>% <span property="valueReference">Variable</span></td>
            <td property="amount" typeof="MonetaryAmount"><meta property="currency" content="GBP"/>&#163;<span property="minValue" content="500">500</span> to &#163;<span property="maxValue" content="1000000">1,000,000</span></td>
            <td><span property="availableChannel">Internet</span>, <span property="availableChannel">In Branch</span></td>
        </tr>
        <tr property="itemListElement" typeof="DepositAccount">
            <td><a property="provider" href="http://www.aldermore.co.uk/">Aldermore</a></td>
            <td property="name">Easy Access Issue 9</td>
            <td property="interestRate" typeof="QuantitativeValue"><span property="value">1.25</span>% <span property="valueReference">Variable</span></td>
            <td property="amount" typeof="MonetaryAmount"><meta property="currency" content="GBP"/>&#163;<span property="minValue" content="1000">1,000</span> to &#163;<span property="maxValue" content="1000000">1,000,000</span></td>
            <td><span property="availableChannel">Internet</span>, <span property="availableChannel">Post</span>, <span property="availableChannel">Telephone</span></td>
        </tr>
    </table>
    </div>
</body>

JSON:

<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "WebPage",
    "name": "Easy access accounts Comparison - Ordered by interest rate (AER)",
    "mainEntity": {
        "@type" "ItemList",
        "name": "Easy access accounts Comparison List",
        "itemListElement": [
        {
            "@type": "DepositAccount",
            "provider": {
                "@id": "https://www.rcibank.co.uk",
                "name": "RCI Bank"
            },
            "name": "Freedom Savings Account",
            "interestRate": {
                "@type": "QuantitativeValue",
                "value": "1.65",
                "valueReference": "Variable"
            },
            "amount": {
                "@type": "MonetaryAmount",
                "currency": "GBP",
                "minValue": "100",
                "maxValue": "1000000"
            },
            "availableChannel": ["Internet","Post","Telephone"]
        },
        {
            "@type": "DepositAccount",
            "provider": {
                "@id": "https://sbiukonlinesavings.com/",
                "name": "State Bank of India"
            },
            "name": "Online Instant Access Savings Issue 4",
            "interestRate": {
                "@type": "QuantitativeValue",
                "value": "1.25",
                "valueReference": "Variable"
            },
            "amount": {
                "@type": "MonetaryAmount",
                "currency": "GBP",
                "minValue": "500",
                "maxValue": "1000000"
            },
            "availableChannel": ["Internet","In Branch"]
        },
        {
            "@type": "DepositAccount",
            "provider": {
                "@id": "http://www.aldermore.co.uk/",
                "name": "Aldermore"
            },
            "name": "Easy Access Issue 9",
            "interestRate": {
                "@type": "QuantitativeValue",
                "value": "1.65",
                "valueReference": "Variable"
            },
            "amount": {
                "@type": "MonetaryAmount",
                "currency": "GBP",
                "minValue": "1000",
                "maxValue": "1000000"
            },
            "availableChannel": ["Internet","Post","Telephone"]
        }
        ]
    }
}
</script>