NAV
shell python javascript

Introduction

Welcome to the Kaleidoscope REST API

With the Kaleidoscope API you can search, aggregate and retrieve information from our contents

We provide a fast and clean REST API that's easy to use

SEC Filings

Company Filings

curl --location --request GET 'https://api.kscope.io/CompanyFilings?key=API-KEY&content=sec&q=AMD'
import requests

url = "https://api.kscope.io/CompanyFilings?key=API-KEY&content=sec&q=AMD"

payload={}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
var settings = {
  "url": "https://api.kscope.io/CompanyFilings?key=API-KEY&content=sec&q=AMD",
  "method": "GET",
  "timeout": 0,
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

The above command returns JSON structured like this:

{
  "data": [
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1609891200,
      "Form": "8-K",
      "Form_Desc": "Current report pursuant to Section 13 or 15(d)",
      "Form_Group": "8k",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-21-000002&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-21-000002&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-21-000002&content=sec&format=word",
      "xbrl": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-21-000002&content=sec&format=xbrl",
      "xbrl-html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-21-000002&content=sec&format=xbrl-html",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-21-000002&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1608163200,
      "Form": "4",
      "Form_Desc": "Statement of changes in beneficial ownership of securities",
      "Form_Group": "Insider Trading",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000182&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000182&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000182&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000182&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1607558400,
      "Form": "4",
      "Form_Desc": "Statement of changes in beneficial ownership of securities",
      "Form_Group": "Insider Trading",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000180&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000180&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000180&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000180&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1607385600,
      "Form": "4",
      "Form_Desc": "Statement of changes in beneficial ownership of securities",
      "Form_Group": "Insider Trading",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000178&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000178&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000178&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000178&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1607040000,
      "Form": "S-4",
      "Form_Desc": "Registration statement under Securities Act of 1933",
      "Form_Group": "regstmt",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-309831&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-309831&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-309831&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-309831&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1606176000,
      "Form": "4",
      "Form_Desc": "Statement of changes in beneficial ownership of securities",
      "Form_Group": "Insider Trading",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000176&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000176&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000176&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000176&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1605830400,
      "Form": "4",
      "Form_Desc": "Statement of changes in beneficial ownership of securities",
      "Form_Group": "Insider Trading",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000174&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000174&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000174&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000174&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1605571200,
      "Form": "4",
      "Form_Desc": "Statement of changes in beneficial ownership of securities",
      "Form_Group": "Insider Trading",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000172&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000172&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000172&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000172&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1605225600,
      "Form": "4",
      "Form_Desc": "Statement of changes in beneficial ownership of securities",
      "Form_Group": "Insider Trading",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000168&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000168&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000168&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000168&content=sec&format=xls"
    },
    {
      "CIK": 2488,
      "Company Name": "advanced micro devices inc",
      "Date": 1605225600,
      "Form": "4",
      "Form_Desc": "Statement of changes in beneficial ownership of securities",
      "Form_Group": "Insider Trading",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000170&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000170&content=sec&format=pdf",
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000170&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000170&content=sec&format=xls"
    }
  ],
  "end": 1594857600,
  "start": 86400,
  "total": 2574
}

This endpoint searches using a Ticker Symbol or CIK in the SEC / Exhibits or Agreements Repositories.

HTTP Request

GET https://api.kscope.io/CompanyFilings?key=String&content=String&q=String&forms=String&fgroup=String&limit=Int&start=Int

Query Parameters

Parameter Type Description
key String {Required} API key
content String {Required} Content to search Available values : sec, exhibits, agreements
q String {Required} Company CIK or Ticker
forms String SEC Form type
fgroup String KS Form Groups ie ( Annual Reports / Quarterly / 8K / Insider Trading )
Available values : 8k, Annual Reports, Quarterly Reports, Insider Trading, Proxy Stmts
limit Int Limit results, if not defined returns 20 by default
year Int Search by year
start Int Used for paging, return filings starting w/ #
sdate Int Start date
edate Int End date

Company Summary

curl --location --request GET 'https://api.kscope.io/CompanySummary?key=API-KEY&q=AMD'
import requests

url = "https://api.kscope.io/CompanySummary?key=API-KEY&q=AMD"

payload={}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
var settings = {
  "url": "https://api.kscope.io/CompanySummary?key=API-KEY&q=AMD",
  "method": "GET",
  "timeout": 0,
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

The above command returns JSON structured like this:

{
  "8K Items": [
    {
      "count": 169,
      "name": "Item 9.01"
    },
    {
      "count": 88,
      "name": "Item 7.01"
    },
    {
      "count": 68,
      "name": "Item 2.02"
    },
    {
      "count": 63,
      "name": "Item 5.02"
    },
    {
      "count": 58,
      "name": "Item 1.01"
    },
    {
      "count": 45,
      "name": "Item 8.01"
    },
    {
      "count": 16,
      "name": "Item 2.03"
    },
    {
      "count": 14,
      "name": "Item 5.07"
    },
    {
      "count": 14,
      "name": "Item 3.02"
    },
    {
      "count": 6,
      "name": "Item 5.03"
    },
    {
      "count": 6,
      "name": "Item 2.01"
    },
    {
      "count": 5,
      "name": "Item 2.06"
    },
    {
      "count": 2,
      "name": "Item 1.02"
    },
    {
      "count": 1,
      "name": "Item 3.01"
    }
  ],
  "Form Groups": [
    {
      "count": 1798,
      "name": "Insider Trading"
    },
    {
      "count": 373,
      "name": "8k"
    },
    {
      "count": 123,
      "name": "regstmt"
    },
    {
      "count": 89,
      "name": "Quarterly Reports"
    },
    {
      "count": 70,
      "name": "Other"
    },
    {
      "count": 69,
      "name": "Proxy Stmts"
    },
    {
      "count": 41,
      "name": "Annual Reports"
    },
    {
      "count": 4,
      "name": "Williams Act"
    },
    {
      "count": 4,
      "name": "Registration Termination"
    },
    {
      "count": 2,
      "name": "Trust Indenture Act Filings"
    },
    {
      "count": 1,
      "name": "Paper Submissions"
    }
  ],
  "Forms": [
    {
      "count": 1581,
      "name": "4"
    },
    {
      "count": 351,
      "name": "8-K"
    },
    {
      "count": 83,
      "name": "SC 13G/A"
    },
    {
      "count": 80,
      "name": "10-Q"
    },
    {
      "count": 53,
      "name": "3"
    },
    {
      "count": 29,
      "name": "SC 13G"
    },
    {
      "count": 28,
      "name": "DEFA14A"
    },
    {
      "count": 27,
      "name": "S-8"
    },
    {
      "count": 26,
      "name": "DEF 14A"
    },
    {
      "count": 23,
      "name": "UPLOAD"
    },
    {
      "count": 23,
      "name": "10-K"
    },
    {
      "count": 22,
      "name": "8-K/A"
    },
    {
      "count": 21,
      "name": "4/A"
    },
    {
      "count": 17,
      "name": "CT ORDER"
    },
    {
      "count": 16,
      "name": "CORRESP"
    },
    {
      "count": 15,
      "name": "SC 13D/A"
    },
    {
      "count": 15,
      "name": "POS AM"
    },
    {
      "count": 14,
      "name": "SC TO-I/A"
    },
    {
      "count": 14,
      "name": "424B3"
    },
    {
      "count": 12,
      "name": "424B5"
    },
    {
      "count": 9,
      "name": "10-Q/A"
    },
    {
      "count": 8,
      "name": "10-K405/A"
    },
    {
      "count": 7,
      "name": "5"
    },
    {
      "count": 7,
      "name": "SD"
    },
    {
      "count": 6,
      "name": "PRER14A"
    },
    {
      "count": 6,
      "name": "PRE 14A"
    },
    {
      "count": 6,
      "name": "S-3/A"
    },
    {
      "count": 6,
      "name": "S-3"
    },
    {
      "count": 6,
      "name": "S-4"
    },
    {
      "count": 6,
      "name": "S-3ASR"
    },
    {
      "count": 6,
      "name": "10-K/A"
    },
    {
      "count": 5,
      "name": "EFFECT"
    },
    {
      "count": 5,
      "name": "SC TO-I"
    },
    {
      "count": 4,
      "name": "144"
    },
    {
      "count": 4,
      "name": "S-4/A"
    },
    {
      "count": 4,
      "name": "S-8 POS"
    },
    {
      "count": 4,
      "name": "10-K405"
    },
    {
      "count": 3,
      "name": "SC TO-C"
    },
    {
      "count": 3,
      "name": "SC 13D"
    },
    {
      "count": 2,
      "name": "424B2"
    },
    {
      "count": 2,
      "name": "3/A"
    },
    {
      "count": 2,
      "name": "305B2"
    },
    {
      "count": 2,
      "name": "15-12G"
    },
    {
      "count": 2,
      "name": "DEFR14A"
    },
    {
      "count": 2,
      "name": "AW"
    },
    {
      "count": 1,
      "name": "FWP"
    },
    {
      "count": 1,
      "name": "CERTNAS"
    },
    {
      "count": 1,
      "name": "SC TO-T"
    },
    {
      "count": 1,
      "name": "DEFM14A"
    },
    {
      "count": 1,
      "name": "NO ACT"
    },
    {
      "count": 1,
      "name": "8-A12B"
    },
    {
      "count": 1,
      "name": "25"
    }
  ]
}

This endpoint returns summary data for SEC Filings/Exhibits/Agreements Company Search

HTTP Request

GET https://api.kscope.io/CompanySummary?key=String&q=String&group=String

Query Parameters

Parameter Type Description
key String {Required} API key
q String {Required} Company CIK or Ticker
group String Group the results by one or more group. If not passed it will return all groups.
Available values : forms, fgroups, 8kitems

Download Documents

curl --location --request GET 'https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000092&content=sec&format=html'
import requests

url = "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000092&content=sec&format=html"

payload={}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
var settings = {
  "url": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0000002488-20-000092&content=sec&format=html",
  "method": "GET",
  "timeout": 0,
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

The above command returns JSON structured like this:


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US">
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
        <title>Form 4 filed by Papermaster Mark D on 2020-06-16</title>
        <style type="text/css">
   .FormData {color: blue; background-color: white; font-size: small; font-family: Times, serif;}
              .FormDataC {color: blue; background-color: white; font-size: small; font-family: Times, serif; text-align: center;}
              .FormDataR {color: blue; background-color: white; font-size: small; font-family: Times, serif; text-align: right;}
              .SmallFormData {color: blue; background-color: white; font-size: x-small; font-family: Times, serif;}
              .FootnoteData {color: green; background-color: white; font-size: x-small; font-family: Times, serif;}
              .FormNumText {font-size: small; font-weight: bold; font-family: arial, helvetica, sans-serif;}
              .FormAttention {font-size: medium; font-weight: bold; font-family: helvetica;}
              .FormText {font-size: small; font-weight: normal; font-family: arial, helvetica, sans-serif; text-align: left;}
              .FormTextR {font-size: small; font-weight: normal; font-family: arial, helvetica, sans-serif; text-align: right;}
              .FormTextC {font-size: small; font-weight: normal; font-family: arial, helvetica, sans-serif; text-align: center;}
              .FormEMText {font-size: medium; font-style: italic; font-weight: normal; font-family: arial, helvetica, sans-serif;}
              .FormULText {font-size: medium; text-decoration: underline; font-weight: normal; font-family: arial, helvetica, sans-serif;}
              .SmallFormText {font-size: xx-small; font-family: arial, helvetica, sans-serif; text-align: left;}
              .SmallFormTextR {font-size: xx-small; font-family: arial, helvetica, sans-serif; text-align: right;}
              .SmallFormTextC {font-size: xx-small; font-family: arial, helvetica, sans-serif; text-align: center;}
              .MedSmallFormText {font-size: x-small; font-family: arial, helvetica, sans-serif; text-align: left;}
              .FormTitle {font-size: medium; font-family: arial, helvetica, sans-serif; font-weight: bold;}
              .FormTitle1 {font-size: small; font-family: arial, helvetica, sans-serif; font-weight: bold; border-top: black thick solid;}
              .FormTitle2 {font-size: small; font-family: arial, helvetica, sans-serif; font-weight: bold;}
              .FormTitle3 {font-size: small; font-family: arial, helvetica, sans-serif; font-weight: bold; padding-top: 2em; padding-bottom: 1em;}
              .SectionTitle {font-size: small; text-align: left; font-family: arial, helvetica, sans-serif; 
                    font-weight: bold; border-top: gray thin solid; border-bottom: gray thin solid;}
              .FormName {font-size: large; font-family: arial, helvetica, sans-serif; font-weight: bold;}
              .CheckBox {text-align: center; width: 5px; cell-spacing: 0; padding: 0 3 0 3; border-width: thin; border-style: solid;  border-color: black:}
              body {background: white;}
  </style>
    </head>
    <body>
  SEC Form 4

        <table border="0" cellpadding="4" cellspacing="0" width="100%">
            <tr>
                <td align="center" class="FormName" colspan="2" valign="top" width="20%">
     FORM 4
    </td>
                <td align="center" rowspan="2" valign="middle" width="60%">
                    <span class="FormTitle">
      UNITED STATES SECURITIES AND EXCHANGE COMMISSION
     </span>
                    <br/>
                    <span class="MedSmallFormText">
      Washington, D.C. 20549
     </span>
                    <br/>
                    <br/>
                    <span class="FormTitle">
      STATEMENT OF CHANGES IN BENEFICIAL OWNERSHIP
     </span>
                    <br/>
                    <br/>
                    <span class="MedSmallFormText">
      Filed pursuant to Section 16(a) of the Securities Exchange Act of 1934
     </span>
                    <br/>
                    <span class="MedSmallFormText">
      or Section 30(h) of the Investment Company Act of 1940
     </span>
                </td>
                <td align="center" rowspan="2" valign="top" width="20%">
     &nbsp;

                    <table border="1" summary="OMB Approval Status Box" width="100%">
                        <tr>
                            <td class="FormTextC">
        OMB APPROVAL
       </td>
                        </tr>
                        <tr>
                            <td>
                                <table border="0" summary="OMB Interior Box" width="100%">
                                    <tr>
                                        <td class="SmallFormText" colspan="3">
           OMB Number:
          </td>
                                        <td class="SmallFormTextR">
           3235-0287
          </td>
                                    </tr>
                                    <tr>
                                        <td class="SmallFormText" colspan="4">
           Estimated average burden
          </td>
                                    </tr>
                                    <tr>
                                        <td class="SmallFormText" colspan="3">
           hours per response:
          </td>
                                        <td class="SmallFormTextR">
           0.5
          </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr valign="middle">
                <td>
                    <img src="https://cdn.kscope.io/insider-checkbox.png"/>
                </td>
                <td class="SmallFormText">
     Check this box if no longer subject to Section 16. Form 4 or Form 5 obligations may continue.

                    <i>
      See
     </i>
     Instruction 1(b).
                </td>
            </tr>
        </table>
        <table border="1" cellpadding="4" cellspacing="0" width="100%">
            <tr>
                <td rowspan="3" valign="top" width="35%">
                    <span class="MedSmallFormText">
      1. Name and Address of Reporting Person

                        <sup>
       *
      </sup>
                    </span>
                    <table border="0" width="100%">
                        <tr>
                            <td>
                                <a href="javascript:Q7_viewCompany(0001449649)">
         Papermaster Mark D
        </a>
                            </td>
                        </tr>
                    </table>
                    <hr width="98%"/>
                    <table border="0" width="100%">
                        <tr>
                            <td class="MedSmallFormText" width="33%">
        (Last)
       </td>
                            <td class="MedSmallFormText" width="33%">
        (First)
       </td>
                            <td class="MedSmallFormText" width="33%">
        (Middle)
       </td>
                        </tr>
                    </table>
                    <table border="0" width="100%">
                        <tr>
                            <td>
                                <span class="FormData">
        </span>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <span class="FormData">
         2485 AUGUSTINE DRIVE
        </span>
                            </td>
                        </tr>
                    </table>
                    <hr width="98%"/>
                    <span class="MedSmallFormText">
      (Street)
     </span>
                    <table border="0" width="100%">
                        <tr>
                            <td width="33%">
                                <span class="FormData">
         SANTA CLARA
        </span>
                            </td>
                            <td width="33%">
                                <span class="FormData">
         CA
        </span>
                            </td>
                            <td width="33%">
                                <span class="FormData">
         95054
        </span>
                            </td>
                        </tr>
                    </table>
                    <hr width="98%"/>
                    <table border="0" width="100%">
                        <tr>
                            <td class="MedSmallFormText" width="33%">
        (City)
       </td>
                            <td class="MedSmallFormText" width="33%">
        (State)
       </td>
                            <td class="MedSmallFormText" width="33%">
        (Zip)
       </td>
                        </tr>
                    </table>
                </td>
                <td valign="top" width="35%">
                    <span class="MedSmallFormText">
      2. Issuer Name

                        <b>
       and
      </b>
      Ticker or Trading Symbol
                    </span>
                    <br/>
                    <a href="javascript:Q7_viewCompany(0000002488)">
      ADVANCED MICRO DEVICES INC
     </a>
     [
                    <span class="FormData">
      AMD
     </span>
     ]
                </td>
                <td rowspan="2" valign="top">
                    <span class="MedSmallFormText">
      5. Relationship of Reporting Person(s) to Issuer
     </span>
                    <br/>
                    <span class="MedSmallFormText">
      (Check all applicable)
     </span>
                    <table border="0" width="100%">
                        <tr>
                            <td align="center" width="15%">
       </td>
                            <td class="MedSmallFormText" width="35%">
        Director
       </td>
                            <td align="center" width="15%">
       </td>
                            <td class="MedSmallFormText" width="35%">
        10% Owner
       </td>
                        </tr>
                        <tr>
                            <td align="center">
                                <span class="FormData">
         X
        </span>
                            </td>
                            <td class="MedSmallFormText">
        Officer (give title below)
       </td>
                            <td align="center">
       </td>
                            <td class="MedSmallFormText">
        Other (specify below)
       </td>
                        </tr>
                        <tr>
                            <td align="center" colspan="4">
                                <span class="FormData">
         Chief Technology Officer &amp; EVP
        </span>
                                <span class="FormData">
        </span>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td valign="top">
                    <span class="MedSmallFormText">
      3. Date of Earliest Transaction
         (Month/Day/Year)
     </span>
                    <br/>
                    <span class="FormData">
      06/15/2020
     </span>
                </td>
            </tr>
            <tr>
                <td valign="top">
                    <span class="MedSmallFormText">
      4. If Amendment, Date of Original Filed
         (Month/Day/Year)
     </span>
                    <br/>
                </td>
                <td valign="top">
                    <span class="MedSmallFormText">
      6. Individual or Joint/Group Filing (Check Applicable Line)
     </span>
                    <table border="0" width="100%">
                        <tr>
                            <td align="center" width="15%">
                                <span class="FormData">
         X
        </span>
                            </td>
                            <td class="MedSmallFormText" width="85%">
        Form filed by One Reporting Person
       </td>
                        </tr>
                        <tr>
                            <td align="center" width="15%">
       </td>
                            <td class="MedSmallFormText" width="85%">
        Form filed by More than One Reporting Person
       </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        <div ks-table-id="1">
            <table border="1" cellpadding="4" cellspacing="0" width="100%">
                <thead>
                    <tr>
                        <th align="center" class="FormTextC" colspan="11" valign="top" width="100%">
                            <b>
        Table I - Non-Derivative Securities Acquired, Disposed of, or Beneficially Owned
       </b>
                        </th>
                    </tr>
                    <tr>
                        <th align="left" class="MedSmallFormText" rowspan="2" valign="top" width="36%">
       1. Title of Security (Instr. 
      3)
      </th>
                        <th align="left" class="SmallFormText" rowspan="2" valign="top" width="6%">
       2. Transaction Date
      (Month/Day/Year)
      </th>
                        <th align="left" class="SmallFormText" rowspan="2" valign="top" width="5%">
       2A. Deemed Execution Date, if any
      (Month/Day/Year)
      </th>
                        <th align="left" class="SmallFormText" colspan="2" valign="top" width="7%">
       3. Transaction Code (Instr. 
      8)
      </th>
                        <th align="left" class="SmallFormText" colspan="3" valign="top" width="19%">
       4. Securities Acquired (A) or Disposed Of (D) (Instr. 
      3, 4 and 5)
      </th>
                        <th align="left" class="SmallFormText" rowspan="2" valign="top" width="11%">
       5. 
      Amount of Securities Beneficially Owned Following Reported Transaction(s) (Instr. 
      3 and 4)
      </th>
                        <th align="left" class="SmallFormText" rowspan="2" valign="top" width="9%">
       6. Ownership Form: Direct (D) or Indirect (I) (Instr. 
      4)
      </th>
                        <th align="left" class="SmallFormText" rowspan="2" valign="top" width="8%">
       7. Nature of Indirect Beneficial Ownership (Instr. 
      4)
      </th>
                    </tr>
                    <tr>
                        <th align="center" class="SmallFormText" width="4%">
       Code
      </th>
                        <th align="center" class="SmallFormText" width="3%">
       V
      </th>
                        <th align="center" class="SmallFormText" width="8%">
       Amount
      </th>
                        <th align="center" class="SmallFormText" width="5%">
       (A) or (D)
      </th>
                        <th align="center" class="SmallFormText" width="6%">
       Price
      </th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td align="left">
                            <span class="FormData">
        Common Stock
       </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        06/15/2020
       </span>
                        </td>
                        <td align="center">
      </td>
                        <td align="center">
                            <span class="SmallFormData">
        M
       </span>
                        </td>
                        <td align="center">
      </td>
                        <td align="center">
                            <span class="FormData">
        43,000
       </span>
                            <span class="FootnoteData">
                                <sup>
         (1)
        </sup>
                            </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        A
       </span>
                        </td>
                        <td align="center">
                            <span class="FormText">
        $
       </span>
                            <span class="FormData">
        4.08
       </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        1,378,280
       </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        D
       </span>
                        </td>
                        <td align="left">
      </td>
                    </tr>
                    <tr>
                        <td align="left">
                            <span class="FormData">
        Common Stock
       </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        06/15/2020
       </span>
                        </td>
                        <td align="center">
      </td>
                        <td align="center">
                            <span class="SmallFormData">
        S
       </span>
                        </td>
                        <td align="center">
      </td>
                        <td align="center">
                            <span class="FormData">
        41,668
       </span>
                            <span class="FootnoteData">
                                <sup>
         (2)
        </sup>
                            </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        D
       </span>
                        </td>
                        <td align="center">
                            <span class="FormText">
        $
       </span>
                            <span class="FormData">
        52.88
       </span>
                            <span class="FootnoteData">
                                <sup>
         (3)
        </sup>
                            </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        1,336,612
       </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        D
       </span>
                        </td>
                        <td align="left">
      </td>
                    </tr>
                    <tr>
                        <td align="left">
                            <span class="FormData">
        Common Stock
       </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        06/15/2020
       </span>
                        </td>
                        <td align="center">
      </td>
                        <td align="center">
                            <span class="SmallFormData">
        S
       </span>
                        </td>
                        <td align="center">
      </td>
                        <td align="center">
                            <span class="FormData">
        1,332
       </span>
                            <span class="FootnoteData">
                                <sup>
         (2)
        </sup>
                            </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        D
       </span>
                        </td>
                        <td align="center">
                            <span class="FormText">
        $
       </span>
                            <span class="FormData">
        53.62
       </span>
                            <span class="FootnoteData">
                                <sup>
         (4)
        </sup>
                            </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        1,335,280
       </span>
                        </td>
                        <td align="center">
                            <span class="FormData">
        D
       </span>
                        </td>
                        <td align="left">
      </td>
                    </tr>
                </tbody>
            </table>
        </div>
        <table border="1" cellpadding="4" cellspacing="0" width="100%">
            <thead>
                <tr>
                    <th align="center" class="FormTextC" colspan="16" valign="top" width="100%">
                        <b>
       Table II - Derivative Securities Acquired, Disposed of, or Beneficially Owned
      </b>
                        <br/>
                        <b>
       (e.g., puts, calls, warrants, options, convertible securities)
      </b>
                    </th>
                </tr>
                <tr>
                    <th align="left" class="SmallFormText" rowspan="2" valign="top" width="13%">
      1. Title of Derivative Security (Instr. 
      3)
     </th>
                    <th align="left" class="SmallFormText" rowspan="2" valign="top" width="5%">
      2. Conversion or Exercise Price of Derivative Security
     </th>
                    <th align="left" class="SmallFormText" rowspan="2" valign="top" width="5%">
      3. Transaction Date
      (Month/Day/Year)
     </th>
                    <th align="left" class="SmallFormText" rowspan="2" valign="top" width="5%">
      3A. Deemed Execution Date, if any
      (Month/Day/Year)
     </th>
                    <th align="left" class="SmallFormText" colspan="2" valign="top" width="9%">
      4. Transaction Code (Instr. 
      8)
     </th>
                    <th align="left" class="SmallFormText" colspan="2" valign="top" width="10%">
      5. 
      Number of Derivative Securities Acquired (A) or Disposed of (D) (Instr. 
      3, 4 and 5)
     </th>
                    <th align="left" class="SmallFormText" colspan="2" valign="top" width="9%">
      6. Date Exercisable and Expiration Date 
      (Month/Day/Year)
     </th>
                    <th align="left" class="SmallFormText" colspan="2" valign="top" width="17%">
      7. Title and Amount of Securities Underlying Derivative Security (Instr. 
      3 and 4)
     </th>
                    <th align="left" class="SmallFormText" rowspan="2" valign="top" width="6%">
      8. Price of Derivative Security (Instr. 
      5)
     </th>
                    <th align="left" class="SmallFormText" rowspan="2" valign="top" width="6%">
      9. 
      Number of derivative Securities Beneficially Owned Following Reported Transaction(s) (Instr. 
      4)
     </th>
                    <th align="left" class="SmallFormText" rowspan="2" valign="top" width="6%">
      10. Ownership Form: Direct (D) or Indirect (I) (Instr. 
      4)
     </th>
                    <th align="left" class="SmallFormText" rowspan="2" valign="top" width="7%">
      11. Nature of Indirect Beneficial Ownership (Instr. 
      4)
     </th>
                </tr>
                <tr>
                    <th align="center" class="SmallFormText" valign="bottom" width="4%">
      Code
     </th>
                    <th align="center" class="SmallFormText" valign="bottom" width="4%">
      V
     </th>
                    <th align="center" class="SmallFormText" valign="bottom" width="5%">
      (A)
     </th>
                    <th align="center" class="SmallFormText" valign="bottom" width="5%">
      (D)
     </th>
                    <th align="center" class="SmallFormText" valign="bottom" width="5%">
      Date Exercisable
     </th>
                    <th align="center" class="SmallFormText" valign="bottom" width="4%">
      Expiration Date
     </th>
                    <th align="center" class="SmallFormText" valign="bottom" width="10%">
      Title
     </th>
                    <th align="center" class="SmallFormText" valign="bottom" width="7%">
      Amount or Number of Shares
     </th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td align="left">
                        <span class="SmallFormData">
       Stock Option Grant
      </span>
                    </td>
                    <td align="center">
                        <span class="SmallFormText">
       $
      </span>
                        <span class="SmallFormData">
       4.08
      </span>
                    </td>
                    <td align="center">
                        <span class="SmallFormData">
       06/15/2020
      </span>
                    </td>
                    <td align="center">
     </td>
                    <td align="center">
                        <span class="SmallFormData">
       M
      </span>
                    </td>
                    <td align="center">
     </td>
                    <td align="center">
     </td>
                    <td align="center">
                        <span class="SmallFormData">
       43,000
      </span>
                    </td>
                    <td align="center">
                        <span class="SmallFormData">
      </span>
                        <span class="FootnoteData">
                            <sup>
        (5)
       </sup>
                        </span>
                    </td>
                    <td align="center">
                        <span class="SmallFormData">
       08/12/2021
      </span>
                    </td>
                    <td align="center">
                        <span class="SmallFormData">
       Common Stock
      </span>
                    </td>
                    <td align="center">
                        <span class="FormData">
       43,000
      </span>
                    </td>
                    <td align="center">
                        <span class="SmallFormText">
       $
      </span>
                        <span class="SmallFormData">
       0
      </span>
                    </td>
                    <td align="center">
                        <span class="SmallFormData">
       263,277
      </span>
                    </td>
                    <td align="center">
                        <span class="SmallFormData">
       D
      </span>
                    </td>
                    <td align="left">
     </td>
                </tr>
            </tbody>
        </table>
        <table border="0" width="100%">
            <tr>
                <td class="MedSmallFormText">
                    <b>
      Explanation of Responses:
     </b>
                </td>
            </tr>
            <tr>
                <td class="FootnoteData">
     1. The stock option exercise reported in this Form 4 were effected pursuant to a Rule 10b5-1 trading plan adopted by the reporting person on December 4, 2019.
    </td>
            </tr>
            <tr>
                <td class="FootnoteData">
     2. The sales reported in this Form 4 were effected pursuant to a Rule 10b5-1 trading plan adopted by the reporting person on December 4, 2019.
    </td>
            </tr>
            <tr>
                <td class="FootnoteData">
     3. Transaction executed in multiple trades at prices ranging from $52.46 to $53.46 per share, inclusive. The price reported in column 4 above reflects the weighted average sale price per share. The Reporting Person hereby undertakes to provide the SEC staff, the Issuer or a security holder of the Issuer, upon request, full information regarding the number of shares sold at each respective price within the range set forth in this footnote.
    </td>
            </tr>
            <tr>
                <td class="FootnoteData">
     4. Transaction executed in multiple trades at prices ranging from $53.47 to $53.74 per share, inclusive. The price reported in column 4 above reflects the weighted average sale price per share. The Reporting Person hereby undertakes to provide the SEC staff, the Issuer or a security holder of the Issuer, upon request, full information regarding the number of shares sold at each respective price within the range set forth in this footnote.
    </td>
            </tr>
            <tr>
                <td class="FootnoteData">
     5. This option vests 33 1/3% on August 12, 2015 and 8 1/3% per quarter over the next eight following quarters.
    </td>
            </tr>
            <tr>
                <td class="FormText">
                    <b>
      Remarks:
     </b>
                </td>
            </tr>
            <tr>
                <td class="FootnoteData">
    </td>
            </tr>
        </table>
        <table border="0" width="100%">
            <tr>
                <td width="60%">
    </td>
                <td width="20%">
                    <u>
                        <span class="FormData">
       /s/ Linda Lam by Power-of-attorney for Mark Papermaster
      </span>
                    </u>
                </td>
                <td width="20%">
                    <u>
                        <span class="FormData">
       06/16/2020
      </span>
                    </u>
                </td>
            </tr>
            <tr>
                <td>
    </td>
                <td class="MedSmallFormText">
     ** Signature of Reporting Person
    </td>
                <td class="MedSmallFormText">
     Date
    </td>
            </tr>
            <tr>
                <td class="MedSmallFormText" colspan="3">
     Reminder: Report on a separate line for each class of securities beneficially owned directly or indirectly.
    </td>
            </tr>
            <tr>
                <td class="MedSmallFormText" colspan="3">
     * If the form is filed by more than one reporting person,

                    <i>
      see
     </i>
     Instruction 
                  4

                  (b)(v).
                </td>
            </tr>
            <tr>
                <td class="MedSmallFormText" colspan="3">
     ** Intentional misstatements or omissions of facts constitute Federal Criminal Violations

                    <i>
      See
     </i>
     18 U.S.C. 1001 and 15 U.S.C. 78ff(a).
                </td>
            </tr>
            <tr>
                <td class="MedSmallFormText" colspan="3">
     Note: File three copies of this Form, one of which must be manually signed. If space is insufficient,

                    <i>
      see
     </i>
     Instruction 6 for procedure.
                </td>
            </tr>
            <tr>
                <td class="MedSmallFormText" colspan="3">
                    <b>
      Persons who respond to the collection of information contained in this form are not required to respond unless the form displays a currently valid OMB Number.
     </b>
                </td>
            </tr>
        </table>
    </body>
</html>

This endpoint downloads a filing in a desired format

HTTP Request

GET https://api.kscope.io/downloadDoc?key=String&docid=String&content=String&format=String

Query Parameters

Parameter Type Description
key String {Required} API key
docid String {Required} Document ID
content String {Required} Current content: sec
format String {Required} Format: HTML, PDF, Word, XLS, XBRL, XBRL-HTML
curl --location --request GET 'https://api.kscope.io/search?key=API-KEY&content=sec&exp=profit+loss'
import requests

url = "https://api.kscope.io/search?key=API-KEY&content=sec&exp=profit+loss"

payload={}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
var settings = {
  "url": "https://api.kscope.io/search?key=API-KEY&content=sec&exp=profit+loss",
  "method": "GET",
  "timeout": 0,
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

The above command returns JSON structured like this:

{
  "end": 1594944000,
  "error": "",
  "filings": [
    {
      "Blurbs": [
        "tax benefit expense income tax expense benefit net loss income profit loss less net income attributable to non controlling interest"
      ],
      "CIK": 1034670,
      "Company Name": "autoliv inc",
      "Date": 1594944000,
      "Form": "10-Q",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001564590-20-032551&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001564590-20-032551&content=sec&format=pdf",
      "s_id": 15127957,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001564590-20-032551&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001564590-20-032551&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "0 8 3.7 0 5 9.9 0 5 adjusted operating profit loss 1 2 0 1 3 5 1 4",
        "3.0 3.9 4.7 5.4 1 8 14.9 40.3 adjusted operating profit loss 1 2 0 1 3 5 1 4",
        "0.3 0.3 0.4 0.4 0.2 1.7 1.5 1.8 gaap operating profit loss 2 2 8 1 6 7 1 7"
      ],
      "CIK": 1762322,
      "Company Name": "insurance acquisition corp.",
      "Date": 1594944000,
      "Form": "425",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001213900-20-017703&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001213900-20-017703&content=sec&format=pdf",
      "s_id": 15127769,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001213900-20-017703&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001213900-20-017703&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "403,257 368,121 distribution and services 240,669 376,500 643,926 744,621 segment profit loss marine transportation 50,716 35,424 distribution and services 3,718",
        "on income abstract earnings loss before taxes on income segment profit loss earnings loss before taxes on income earnings loss",
        "font family times new roman font size 10 pt segment profit loss div td td colspan 1 style vertical align",
        "font family times new roman font size 10 pt segment profit loss div td td colspan 1 style vertical align",
        "403,257 368,121 distribution and services 240,669 376,500 643,926 744,621 segment profit loss marine transportation 50,716 35,424 distribution and services 3,718",
        "403,257 368,121 distribution and services 240,669 376,500 643,926 744,621 segment profit loss marine transportation 50,716 35,424 distribution and services 3,718",
        "javascript void 0 revenues javascript void 0 643,926,000 744,621,000 segment profit loss javascript void 0 519,772,000 58,337,000 total assets javascript",
        "member javascript void 0 revenues abstract javascript void 0 segment profit loss javascript void 0 574,206,000 14,696,000 total assets javascript",
        "javascript void 0 revenues javascript void 0 403,257,000 368,121,000 segment profit loss javascript void 0 50,716,000 35,424,000 total assets javascript",
        "javascript void 0 revenues javascript void 0 240,669,000 376,500,000 segment profit loss javascript void 0 3,718,000 37,609,000 total assets javascript",
        "javascript void 0 revenues javascript void 0 10,286,000 7,535,000 segment profit loss javascript void 0 1,029,000 754,000 other segment disclosures"
      ],
      "CIK": 56047,
      "Company Name": "kirby corp",
      "Date": 1594944000,
      "Form": "10-Q/A",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001140361-20-016228&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001140361-20-016228&content=sec&format=pdf",
      "s_id": 15127746,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001140361-20-016228&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001140361-20-016228&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "the performance measures of the segments include total revenue and profit loss for segment f 35 table of contents gohealth",
        "the performance measures of the segments include total revenue and profit loss the company s business structure is comprised of",
        "plan and other 16,778 27,843 total revenues 141,010 69,089 segment profit loss medicare internal channel 41,735 4,864 external channel 322"
      ],
      "CIK": 1808220,
      "Company Name": "gohealth, inc.",
      "Date": 1594857600,
      "Form": "424B4",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-194094&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-194094&content=sec&format=pdf",
      "s_id": 15127352,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-194094&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-194094&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "2,344 other operating results net 23 1,477 387 1,889 573 profit loss from operations 7,005 614 630 2,905 share of",
        "profit loss from operations 7,005 614 630 2,905 share of profit loss of associates and joint ventures 7 1,115 1,969",
        "of associates and joint ventures 7 1,115 1,969 2,916 662 profit loss before financial results and income tax 8,120 2,583",
        "for the period from continuing operations 21,367 17,122 8,666 4,826 profit loss for the period from discontinued operations 29 17,180",
        "comprehensive income for the period 712 712 5,095 5,807 total profit loss and other comprehensive income for the period 712",
        "15 69,564 costs 2,136 39,144 41,280 36 2,580 43,824 gross profit loss 7,628 18,243 25,871 18 98 15 25,740 net",
        "operating results net 33 1,475 1,442 19 23 7 1,477 profit loss from operations 7,684 377 7,307 227 75 7,005",
        "associates and joint ventures 232 722 954 161 1,115 segment profit loss 7,916 345 8,261 66 75 8,120 reportable assets",
        "16 66,184 costs 2,212 37,257 39,469 47 2,791 42,213 gross profit loss 8,962 15,163 24,125 20 118 16 23,971 net",
        "9,764 costs 434 103 433 1,086 8 72 2,136 gross profit loss 4,911 1,627 250 842 1 1 7,628 net",
        "operating results net 47 28 16 11 1 70 33 profit loss from operations 128 4,574 2,602 349 89 212",
        "of associates and joint ventures 6 648 410 232 segment profit loss 128 4,574 2,596 349 559 212 78 7,916",
        "11,174 costs 517 67 375 1,139 4 110 2,212 gross profit loss 5,794 1,472 552 1,143 6 5 8,962 net",
        "profit from operations 284 325 825 407 377 share of profit loss of associates and joint ventures 906 166 18",
        "335 8,025 other operating results net 288 323 197 808 profit loss from operations 3,556 407 435 264 2,450 share",
        "of associates and joint ventures 399 504 665 560 segment profit loss 3,157 504 407 435 929 1,890 operating assets",
        "of interest in associate 6,811 deconsolidation iii 25,982 share of profit loss 1,176 6,631 currency translation adjustment 3,344 384 dividends",
        "1 vote latest financial statements issued share capital nominal value profit loss for the period shareholders equity associates new lipstick",
        "net 27,748 16,431 provisions and allowances 607 1,228 share of profit loss of associates and joint ventures 7 1,115 1,969",
        "17 other operating results net 19 520 1,213 33 2 profit loss from operations 1,446 308 251 1,074 share of",
        "1 vote latest financial statements issued share capital nominal value profit loss for the period shareholders equity subsidiaries irsa cp",
        "adjustment of investment properties 4,289 1,393 407.9 275 8,396 96.7 profit loss from operations 630 2,905 121.7 7,005 614 depreciation",
        "adjustment on investment properties 1,689 401 321.2 3,711 15,130 75.5 profit loss from operations 649 885 173.3 128 10,510 depreciation",
        "19 yoy var revenues 16,395 14,343 14.3 46,142 40,234 14.7 profit loss from operations 506 453 325 407 depreciation and",
        "19 yoy var revenues 471 869 45.8 1,436 1,676 14.3 profit loss from operations 612 231 407 264 depreciation and",
        "summarized comparative consolidated income statement in ars million 03.31.2020 03.31.2019 profit loss from operations 7,005 614 share of profit of",
        "share of profit of associates and joint ventures 1,115 1,969 profit loss from operations before financing and taxation 8,120 2,583"
      ],
      "CIK": 933267,
      "Company Name": "irsa investments & representations inc",
      "Date": 1594857600,
      "Form": "6-K",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001654954-20-007767&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001654954-20-007767&content=sec&format=pdf",
      "s_id": 15126304,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001654954-20-007767&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001654954-20-007767&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "155,929 other operating results net 22 31,874 401,432 7,760 356,734 profit loss from operations 5,582,199 5,302,158 461,654 1,424,768 share of",
        "of associates and joint ventures 7 233,458 238,002 62,956 85,912 profit loss from operations before financing and taxation 5,815,657 5,064,156",
        "for expenses and collective promotion funds adjustment for share in profit loss of joint ventures total as per statement of",
        "costs 433,928 99,375 76,766 64,121 674,190 2,579,913 31,192 3,222,911 gross profit loss 4,911,263 1,598,577 217,835 6,140 6,721,535 90,913 23,918 6,606,704",
        "results net 47,038 25,473 2,369 67,360 7,520 22,894 16,500 31,874 profit loss from operations 128,108 4,650,732 1,090,772 22,213 5,891,825 68,019",
        "profit of associates and joint ventures 64,486 64,486 168,972 233,458 profit loss before financing and taxation 128,108 4,650,732 1,090,772 86,699",
        "for expenses and collective promotion funds adjustment for share in profit loss of joint ventures total as per statement of",
        "costs 516,945 72,727 37,430 102,493 729,595 2,788,449 40,830 3,477,214 gross profit loss 5,793,732 1,397,423 15,626 12,856 7,193,925 112,595 24,969 7,056,361",
        "year 2,178,944 3,288,345 adjustment previous periods i 39,077 share of profit loss 233,458 548,475 dividends 36,364 422,694 other comprehensive loss",
        "133,234 other operating results net 21 2,190 184,609 44,244 170,292 profit loss from operations 3,340,949 7,615,389 427,944 1,338,626 share of",
        "of associates and joint ventures 6 1,013,892 1,703,036 432,311 351,831 profit loss from operations before financing and taxation 4,354,841 5,912,353",
        "in liquidation 2 included in other payables 3 corresponds to profit loss for the nine month periods ended march 31",
        "70,565 equity contributions granted 272,556 share premium 96,426 share of profit loss net 1,013,892 177,427 sale of interest of subsidiaries",
        "inflation adjustment 3,976 1,037,051 regain of tax loss non taxable profit loss non deductible expenses and others 477 23,125 income",
        "segment expenses and collective promotion funds adjustment for share of profit loss of joint ventures 1 income statement revenues 7,396"
      ],
      "CIK": 1128173,
      "Company Name": "irsa propiedades comerciales s.a.",
      "Date": 1594857600,
      "Form": "6-K",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001654954-20-007765&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001654954-20-007765&content=sec&format=pdf",
      "s_id": 15126280,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001654954-20-007765&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001654954-20-007765&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "text align center font style font size 10 pt b profit loss br b font td td style padding bottom",
        "text align center font style font size 10 pt b profit loss br b font td td style padding bottom",
        "text align center font style font size 10 pt b profit loss br b font td td style padding bottom",
        "text align center font style font size 10 pt b profit loss br b font td td style padding bottom",
        "as denominator statement table table statement line items line items profit loss net assets equity capital individual placements weighted average",
        "10 of total consolidated revenue from operations sales other totals profit loss assets liabilities amortisation depreciation purchases of equipment other",
        "expense laboratory research and development costs sales and marketing expense profit loss from operating activities finance costs profit loss before",
        "and marketing expense profit loss from operating activities finance costs profit loss before tax basic earnings loss per share diluted",
        "javascript void 0 definition javascript void 0 the amount of profit loss attributable to ordinary equity holders of the parent",
        "javascript void 0 definition javascript void 0 the amount of profit loss attributable to ordinary equity holders of the parent",
        "void 0 the aggregate amount included in the determination of profit loss for the period in respect of current tax",
        "duration x javascript void 0 definition javascript void 0 the profit loss from continuing and discontinued operations attributable to owners",
        "and discontinued operations attributable to owners of the parent refer profit loss references javascript void 0 reference 1 www.xbrl.org name",
        "duration x javascript void 0 definition javascript void 0 the profit loss before tax expense or income refer profit loss",
        "0 the profit loss before tax expense or income refer profit loss references javascript void 0 reference 1 www.xbrl.org name",
        "duration x javascript void 0 definition javascript void 0 the profit loss from operating activities of the entity refer profit",
        "the profit loss from operating activities of the entity refer profit loss references javascript void 0 reference 1 www.xbrl.org name",
        "is as follows consolidated entity december 2019 sales other totals profit loss operations 586 447,756 448,342 2,647,698 december 2018 operations",
        "is as follows consolidated entity december 2019 sales other totals profit loss australia 447,756 447,756 2,418,577 u.s 586 586 229,121",
        "is as follows consolidated entity december 2019 sales other totals profit loss operations 586 447,756 448,342 2,647,698 december 2018 operations",
        "is as follows consolidated entity december 2019 sales other totals profit loss australia 447,756 447,756 2,418,577 u.s 586 586 229,121",
        "30 2018 statement line items line items javascript void 0 profit loss javascript void 0 2,647,698 3,028,861 3,123,372 net assets",
        "items javascript void 0 other javascript void 0 447,756 338,588 profit loss javascript void 0 2,647,698 3,028,861 3,123,372 assets javascript",
        "void 0 447,756 338,588 totals javascript void 0 448,342 356,990 profit loss javascript void 0 2,647,698 3,123,372 assets javascript void",
        "items javascript void 0 other javascript void 0 447,756 338,588 profit loss javascript void 0 2,647,698 3,028,861 3,123,372 business segments",
        "void 0 447,756 338,588 totals javascript void 0 448,342 356,990 profit loss javascript void 0 2,647,698 3,123,372 business segments member",
        "void 0 447,756 338,588 totals javascript void 0 447,756 338,588 profit loss javascript void 0 2,418,577 1,580,663 business segments member",
        "other javascript void 0 totals javascript void 0 586 18,402 profit loss javascript void 0 229,121 1,542,709 x javascript void",
        "duration x javascript void 0 definition javascript void 0 the profit loss attributable to ordinary equity holders of the parent",
        "attributable to ordinary equity holders of the parent entity refer profit loss references javascript void 0 reference 1 www.xbrl.org name"
      ],
      "CIK": 1166272,
      "Company Name": "genetic technologies ltd",
      "Date": 1594857600,
      "Form": "6-K/A",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001493152-20-013401&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001493152-20-013401&content=sec&format=pdf",
      "s_id": 15126114,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001493152-20-013401&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001493152-20-013401&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "off litigation settlement and related legal costs 12 share of profit loss of equity accounted investees and 13 non cash",
        "off litigation settlement and related legal costs 9 share of profit loss of equity accounted investees 10 amortization of intangible",
        "off litigation settlement and related legal costs xii share of profit loss of equity accounted investees and xiii non cash",
        "off litigation settlement and related legal costs ix share of profit loss of equity accounted investees x amortization of intangible",
        "deductions can be included in the calculation of the taxable profit loss tax treatment of the foreign exchange differences as"
      ],
      "CIK": 1721181,
      "Company Name": "headhunter group plc",
      "Date": 1594857600,
      "Form": "424B5",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001047469-20-004114&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001047469-20-004114&content=sec&format=pdf",
      "s_id": 15126090,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001047469-20-004114&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001047469-20-004114&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "17,138,000 34,354,000 cost of revenue 1,490,000 10,125,000 17,025,000 25,567,000 gross profit loss 1,490,000 2,541,000 113,000 8,787,000 operating expenses salaries wages",
        "vensure business for the quarter ended may 31 2019 net profit loss increased to a 70.5 million loss or 2.63",
        "17,138,000 34,354,000 cost of revenue 1,490,000 10,125,000 17,025,000 25,567,000 gross profit loss 1,490,000 2,541,000 113,000 8,787,000 operating expenses salaries wages",
        "the existing wses being transferred under the asset sale gross profit loss changes are the result of the combined gross",
        "font family times new roman times serif color #000000 gross profit loss font p td td valign bottom style width",
        "font family times new roman times serif color #000000 gross profit loss font p td td valign bottom style width",
        "sold cost of revenue disposal group including discontinued operation gross profit loss gross profit loss no definition available disposal group",
        "revenue disposal group including discontinued operation gross profit loss gross profit loss no definition available disposal group including discontinued operation",
        "17,138,000 34,354,000 cost of revenue 1,490,000 10,125,000 17,025,000 25,567,000 gross profit loss 1,490,000 2,541,000 113,000 8,787,000 operating expenses salaries wages",
        "17,138,000 34,354,000 cost of revenue 1,490,000 10,125,000 17,025,000 25,567,000 gross profit loss 1,490,000 2,541,000 113,000 8,787,000 operating expenses salaries wages",
        "of revenue javascript void 0 1,490,000 10,125,000 17,025,000 25,567,000 gross profit loss javascript void 0 1,490,000 2,541,000 113,000 8,787,000 operating"
      ],
      "CIK": 1675634,
      "Company Name": "shiftpixy, inc.",
      "Date": 1594771200,
      "Form": "10-Q",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001104659-20-083786&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001104659-20-083786&content=sec&format=pdf",
      "s_id": 15125602,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001104659-20-083786&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001104659-20-083786&content=sec&format=xls"
    },
    {
      "Blurbs": [
        "754 754 total expenses 369,645 718,489 281,611 5,869 812,392 operating profit loss 196,222 178,259 281,611 10,937 288,637 interest expense 32,140",
        "13,000 10,633 total expenses 1,447,478 2,446,559 48,449 235,193 4,080,781 operating profit loss 665,270 413,468 48,449 255,465 44,786 interest expense 138,221",
        "substantially all of its product lines n&b s measure of profit loss for segment reporting purposes is segment operating ebitda",
        "substantially all of its product lines n&b s measure of profit loss for segment reporting purposes is segment operating ebitda",
        "substantially all of its product lines n&b s measure of profit loss for segment reporting purposes is segment operating ebitda"
      ],
      "CIK": 1807627,
      "Company Name": "nutrition & biosciences, inc.",
      "Date": 1594771200,
      "Form": "S-4/A",
      "html": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-193402&content=sec&format=html",
      "pdf": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-193402&content=sec&format=pdf",
      "s_id": 15125599,
      "word": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-193402&content=sec&format=word",
      "xbrl": "",
      "xbrl-html": "",
      "xls": "https://api.kscope.io/downloadDoc?key=API-KEY&docid=0001193125-20-193402&content=sec&format=xls"
    }
  ],
  "start": 1543104000,
  "total": 783
}

This endpoint executes a Boolean search and receives relevant filings

HTTP Request

GET https://api.kscope.io/search?key=String&content=String&exp=String&cik=Integer&form=Array[String]&fgroup=String&sic=Array[String]

Query Parameters

Parameter Type Description
key String {Required} API key
contant String {Required} Content to search against Available values : sec, exhibits, agreements
exp String {Required} Boolean expression
cik String Restrict results to a company
form Array[String] Restrict results to form(s)
fgroup String KS Form Groups ie ( Annual Reports / Quarterly / 8K / Insider Trading )
Available values : 8k, Annual Reports, Quarterly Reports, Insider Trading, Proxy Stmts
sic Array[String] Restrict results to industries

Holdings

Holdings by Ticker

curl --location --request GET 'https://api.kscope.io/holdings?key=API-KEY&ticker=AAPL&type=xml&limit=10'
import requests

url = "https://api.kscope.io/holdings?key=API-KEY&ticker=AAPL&type=xml&limit=10"

payload={}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
var settings = {
  "url": "https://api.kscope.io/holdings?key=API-KEY&ticker=AAPL&type=xml&limit=10",
  "method": "GET",
  "timeout": 0,
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

The above command returns JSON structured like this:

[
  {
    "acc": "0000930413-20-001813",
    "diff_value": 63686,
    "diff_votingAuthority_Total": -3105,
    "holder_ccn": "TIAA, FSB",
    "holder_cik": 1711615,
    "per_sshPrnamt": -0.34029127969153355,
    "per_value": 42.69815090443434,
    "per_votingAuthority_Total": -0.5293666354104509,
    "period": 1593493200,
    "portfolioTotal": 21003562,
    "prev_value": 149154,
    "prev_votingAuthority_Total": 586550,
    "sshPrnamt": 578703,
    "stamp": 1594789200,
    "value": 212840,
    "votingAuthority_None": 0,
    "votingAuthority_Shared": 11547,
    "votingAuthority_Sole": 571898,
    "votingAuthority_Total": 583445
  },
  {
    "acc": "0001681490-20-000003",
    "diff_value": 968351,
    "diff_votingAuthority_Total": 0,
    "holder_ccn": "CASCADE INVESTMENT ADVISORS, INC.",
    "holder_cik": 1681490,
    "per_sshPrnamt": -4.052985369711348,
    "per_value": 37.64391732691338,
    "period": 1593493200,
    "portfolioTotal": 105893967,
    "prev_value": 2572397,
    "prev_votingAuthority_Total": 0,
    "sshPrnamt": 9706,
    "stamp": 1594789200,
    "value": 3540748,
    "votingAuthority_None": 0,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 0,
    "votingAuthority_Total": 0
  },
  {
    "acc": "0001085146-20-001789",
    "diff_value": 1461,
    "diff_votingAuthority_Total": 1387,
    "holder_ccn": "LINCOLN CAPITAL LLC",
    "holder_cik": 1633862,
    "per_sshPrnamt": 16.05509896978817,
    "per_value": 66.49977241693217,
    "per_votingAuthority_Total": 16.05509896978817,
    "period": 1593493200,
    "portfolioTotal": 239196,
    "prev_value": 2197,
    "prev_votingAuthority_Total": 8639,
    "sshPrnamt": 10026,
    "stamp": 1594789200,
    "value": 3658,
    "votingAuthority_None": 10017,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 9,
    "votingAuthority_Total": 10026
  },
  {
    "acc": "0001453620-20-000008",
    "diff_value": 13942,
    "diff_votingAuthority_Total": 0,
    "holder_ccn": "COHEN KLINGENSTEIN LLC",
    "holder_cik": 1453620,
    "per_sshPrnamt": 0,
    "per_value": 43.46009975062344,
    "per_votingAuthority_Total": 0,
    "period": 1593493200,
    "portfolioTotal": 1629951,
    "prev_value": 32080,
    "prev_votingAuthority_Total": 126156,
    "sshPrnamt": 126156,
    "stamp": 1594789200,
    "value": 46022,
    "votingAuthority_None": 0,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 126156,
    "votingAuthority_Total": 126156
  },
  {
    "acc": "0000950123-20-006985",
    "diff_value": 178,
    "diff_votingAuthority_Total": -515,
    "holder_ccn": "SIPPICAN CAPITAL ADVISORS",
    "holder_cik": 1557406,
    "per_sshPrnamt": -15.54951690821256,
    "per_value": 21.140142517814727,
    "per_votingAuthority_Total": -15.54951690821256,
    "period": 1593493200,
    "portfolioTotal": 74193,
    "prev_value": 842,
    "prev_votingAuthority_Total": 3312,
    "sshPrnamt": 2797,
    "stamp": 1594789200,
    "value": 1020,
    "votingAuthority_None": 0,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 2797,
    "votingAuthority_Total": 2797
  },
  {
    "acc": "0001085146-20-001786",
    "diff_value": 352,
    "diff_votingAuthority_Total": 624,
    "holder_ccn": "VISTA PRIVATE WEALTH PARTNERS. LLC",
    "holder_cik": 1657980,
    "per_sshPrnamt": 60.8780487804878,
    "per_value": 140.79999999999998,
    "per_votingAuthority_Total": 60.8780487804878,
    "period": 1593493200,
    "portfolioTotal": 163770,
    "prev_value": 250,
    "prev_votingAuthority_Total": 1025,
    "sshPrnamt": 1649,
    "stamp": 1594789200,
    "value": 602,
    "votingAuthority_None": 0,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 1649,
    "votingAuthority_Total": 1649
  },
  {
    "acc": "0001062993-20-003307",
    "diff_value": 3263,
    "diff_votingAuthority_Total": -1090,
    "holder_ccn": "CAPITAL CITY TRUST CO/FL",
    "holder_cik": 1095836,
    "per_sshPrnamt": -3.3088824113520614,
    "per_value": 38.72997032640949,
    "per_votingAuthority_Total": -3.2899701186200234,
    "period": 1593493200,
    "portfolioTotal": 261012,
    "prev_value": 8425,
    "prev_votingAuthority_Total": 33131,
    "sshPrnamt": 30186,
    "stamp": 1594789200,
    "value": 11688,
    "votingAuthority_None": 468,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 31573,
    "votingAuthority_Total": 32041
  },
  {
    "acc": "0001085146-20-001790",
    "diff_value": 5956,
    "diff_votingAuthority_Total": -235,
    "holder_ccn": "CYPRESS WEALTH SERVICES, LLC",
    "holder_cik": 1721527,
    "per_sshPrnamt": -0.4298754275888561,
    "per_value": 42.84583842889001,
    "per_votingAuthority_Total": -0.4298754275888561,
    "period": 1593493200,
    "portfolioTotal": 420170,
    "prev_value": 13901,
    "prev_votingAuthority_Total": 54667,
    "sshPrnamt": 54432,
    "stamp": 1594789200,
    "value": 19857,
    "votingAuthority_None": 0,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 54432,
    "votingAuthority_Total": 54432
  },
  {
    "acc": "0001079112-20-000007",
    "diff_value": 5652,
    "diff_votingAuthority_Total": 4390,
    "holder_ccn": "HOWLAND CAPITAL MANAGEMENT LLC",
    "holder_cik": 1079112,
    "per_sshPrnamt": 11.974577889310165,
    "per_value": 60.624262576423895,
    "per_votingAuthority_Total": 11.974577889310165,
    "period": 1593493200,
    "portfolioTotal": 1395303,
    "prev_value": 9323,
    "prev_votingAuthority_Total": 36661,
    "sshPrnamt": 41051,
    "stamp": 1594789200,
    "value": 14975,
    "votingAuthority_None": 380,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 40671,
    "votingAuthority_Total": 41051
  },
  {
    "acc": "0001175954-20-000011",
    "diff_value": 4948,
    "diff_votingAuthority_Total": -7415,
    "holder_ccn": "CENTRAL BANK & TRUST CO",
    "holder_cik": 1175954,
    "per_sshPrnamt": -15.298704731694423,
    "per_value": 54.505397664683855,
    "per_votingAuthority_Total": -16.166659399119172,
    "period": 1593493200,
    "portfolioTotal": 506457,
    "prev_value": 9078,
    "prev_votingAuthority_Total": 45866,
    "sshPrnamt": 38451,
    "stamp": 1594789200,
    "value": 14026,
    "votingAuthority_None": 0,
    "votingAuthority_Shared": 0,
    "votingAuthority_Sole": 38451,
    "votingAuthority_Total": 38451
  }
]

This endpoint searches using a Ticker Symbol or CIK in the SEC / Exhibits or Agreements Repositories.

HTTP Request

GET https://api.kscope.io/holdings?key=String&ticker=String&type=String&limit=Int

Query Parameters

Parameter Type Description
key String {Required} API key
ticker String {Required} Restrict results to a company by Ticker
type String {Required} Format: HTML, PDF, Word, XLS, XBRL, XBRL-HTML
limit Int Limit results

Holdings by Institutions

curl --location --request GET 'https://api.kscope.io/holdings?key=API-KEY&holder_cik=84616&type=json&limit=10'
import requests

url = "https://api.kscope.io/holdings?key=API-KEY&holder_cik=84616&type=json&limit=10"

payload={}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
var settings = {
  "url": "https://api.kscope.io/holdings?key=API-KEY&holder_cik=84616&type=json&limit=1",
  "method": "GET",
  "timeout": 0,
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

The above command returns JSON structured like this:

[
  {
    "data": [
      {
        "acc": "0001509973-21-000005", 
        "cusip": "002824100", 
        "diff_value": 678.0, 
        "diff_votingAuthority_Total": 4270.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Abbott Laboratories", 
        "per_sshPrnamt": 0.0, 
        "per_value": 7.379993469032328, 
        "per_votingAuthority_Total": 5.388216588640579, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 9187.0, 
        "prev_votingAuthority_Total": 79247.0, 
        "sshPrnamt": 11675.0, 
        "stamp": 1635138000, 
        "value": 9865.0, 
        "votingAuthority_None": 250.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 83267.0, 
        "votingAuthority_Total": 83517.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "00287Y109", 
        "diff_value": -121.0, 
        "diff_votingAuthority_Total": 731.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "AbbVie Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -2.553820177289996, 
        "per_votingAuthority_Total": 1.7374976231222665, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 4738.0, 
        "prev_votingAuthority_Total": 42072.0, 
        "sshPrnamt": 13470.0, 
        "stamp": 1635138000, 
        "value": 4617.0, 
        "votingAuthority_None": 505.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 42298.0, 
        "votingAuthority_Total": 42803.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "00724F101", 
        "diff_value": -45.0, 
        "diff_votingAuthority_Total": -47.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Adobe Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -4.314477468839885, 
        "per_votingAuthority_Total": -2.6389668725435147, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1043.0, 
        "prev_votingAuthority_Total": 1781.0, 
        "sshPrnamt": 39.0, 
        "stamp": 1635138000, 
        "value": 998.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1734.0, 
        "votingAuthority_Total": 1734.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "001055102", 
        "diff_value": -12.0, 
        "diff_votingAuthority_Total": 103.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Aflac Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -2.1201413427561837, 
        "per_votingAuthority_Total": 0.9776934029425723, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 566.0, 
        "prev_votingAuthority_Total": 10535.0, 
        "sshPrnamt": 4150.0, 
        "stamp": 1635138000, 
        "value": 554.0, 
        "votingAuthority_None": 3350.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 7288.0, 
        "votingAuthority_Total": 10638.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "009158106", 
        "diff_value": -84.0, 
        "diff_votingAuthority_Total": -177.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Air Products and Chemicals Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -23.661971830985916, 
        "per_votingAuthority_Total": -14.331983805668017, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 355.0, 
        "prev_votingAuthority_Total": 1235.0, 
        "sshPrnamt": 19.0, 
        "stamp": 1635138000, 
        "value": 271.0, 
        "votingAuthority_None": 130.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 928.0, 
        "votingAuthority_Total": 1058.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "02079K305", 
        "diff_value": 1107.0, 
        "diff_votingAuthority_Total": -789.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ALPHABET INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": 3.2657757323656957, 
        "per_votingAuthority_Total": -5.68361907506123, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 33897.0, 
        "prev_votingAuthority_Total": 13882.0, 
        "sshPrnamt": 327.0, 
        "stamp": 1635138000, 
        "value": 35004.0, 
        "votingAuthority_None": 326.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 12767.0, 
        "votingAuthority_Total": 13093.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "02079K107", 
        "diff_value": -176.0, 
        "diff_votingAuthority_Total": -154.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Alphabet Inc", 
        "per_sshPrnamt": -46.69260700389105, 
        "per_value": -4.770940634318244, 
        "per_votingAuthority_Total": -10.46195652173913, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 3689.0, 
        "prev_votingAuthority_Total": 1472.0, 
        "sshPrnamt": 274.0, 
        "stamp": 1635138000, 
        "value": 3513.0, 
        "votingAuthority_None": 50.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1268.0, 
        "votingAuthority_Total": 1318.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "02209S103", 
        "diff_value": 2.0, 
        "diff_votingAuthority_Total": 343.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Altria Group Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 0.6349206349206349, 
        "per_votingAuthority_Total": 5.187537810042348, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 315.0, 
        "prev_votingAuthority_Total": 6612.0, 
        "sshPrnamt": 125.0, 
        "stamp": 1635138000, 
        "value": 317.0, 
        "votingAuthority_None": 100.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6855.0, 
        "votingAuthority_Total": 6955.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "023135106", 
        "diff_value": -296.0, 
        "diff_votingAuthority_Total": -33.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Amazon.com Inc", 
        "per_sshPrnamt": -17.32776617954071, 
        "per_value": -7.127377799181314, 
        "per_votingAuthority_Total": -2.7340513670256836, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 4153.0, 
        "prev_votingAuthority_Total": 1207.0, 
        "sshPrnamt": 396.0, 
        "stamp": 1635138000, 
        "value": 3857.0, 
        "votingAuthority_None": 100.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1074.0, 
        "votingAuthority_Total": 1174.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "025537101", 
        "diff_value": -18.0, 
        "diff_votingAuthority_Total": 169.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "American Electric Power Co Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.894736842105263, 
        "per_votingAuthority_Total": 6.989247311827956, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 228.0, 
        "prev_votingAuthority_Total": 2418.0, 
        "sshPrnamt": 100.0, 
        "stamp": 1635138000, 
        "value": 210.0, 
        "votingAuthority_None": 100.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2487.0, 
        "votingAuthority_Total": 2587.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "025816109", 
        "diff_value": 661.0, 
        "diff_votingAuthority_Total": 2716.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "AMER EXPRESS CO", 
        "per_sshPrnamt": 59.333333333333336, 
        "per_value": 4.4413088758986765, 
        "per_votingAuthority_Total": 3.015465920572006, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 14883.0, 
        "prev_votingAuthority_Total": 90069.0, 
        "sshPrnamt": 478.0, 
        "stamp": 1635138000, 
        "value": 15544.0, 
        "votingAuthority_None": 1973.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 90812.0, 
        "votingAuthority_Total": 92785.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "026874784", 
        "diff_value": 1209.0, 
        "diff_votingAuthority_Total": 5426.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "AMER INTL GRP", 
        "per_sshPrnamt": 4.342120004481362, 
        "per_value": 20.326160053799597, 
        "per_votingAuthority_Total": 4.342120004481362, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 5948.0, 
        "prev_votingAuthority_Total": 124962.0, 
        "sshPrnamt": 130388.0, 
        "stamp": 1635138000, 
        "value": 7157.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 130388.0, 
        "votingAuthority_Total": 130388.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "031162100", 
        "diff_value": -10.0, 
        "diff_votingAuthority_Total": 519.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Amgen Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -1.0638297872340425, 
        "per_votingAuthority_Total": 13.45954356846473, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 940.0, 
        "prev_votingAuthority_Total": 3856.0, 
        "sshPrnamt": 100.0, 
        "stamp": 1635138000, 
        "value": 930.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 4375.0, 
        "votingAuthority_Total": 4375.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "037833100", 
        "diff_value": 876.0, 
        "diff_votingAuthority_Total": 2227.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Apple Inc", 
        "per_sshPrnamt": -49.049371940343825, 
        "per_value": 5.188651306047504, 
        "per_votingAuthority_Total": 1.8065301155952138, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 16883.0, 
        "prev_votingAuthority_Total": 123275.0, 
        "sshPrnamt": 13426.0, 
        "stamp": 1635138000, 
        "value": 17759.0, 
        "votingAuthority_None": 698.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 124804.0, 
        "votingAuthority_Total": 125502.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "00206R102", 
        "diff_value": -197.0, 
        "diff_votingAuthority_Total": -193.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "AT&T INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -6.324237560192617, 
        "per_votingAuthority_Total": -0.178299228601783, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 3115.0, 
        "prev_votingAuthority_Total": 108245.0, 
        "sshPrnamt": 1291.0, 
        "stamp": 1635138000, 
        "value": 2918.0, 
        "votingAuthority_None": 1095.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 106957.0, 
        "votingAuthority_Total": 108052.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "053015103", 
        "diff_value": 76.0, 
        "diff_votingAuthority_Total": -168.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "AUTOMATIC DATA PROCESSING", 
        "per_sshPrnamt": 0.0, 
        "per_value": 0.45558086560364464, 
        "per_votingAuthority_Total": -0.20002381235861413, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 16682.0, 
        "prev_votingAuthority_Total": 83990.0, 
        "sshPrnamt": 1751.0, 
        "stamp": 1635138000, 
        "value": 16758.0, 
        "votingAuthority_None": 1641.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 82181.0, 
        "votingAuthority_Total": 83822.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "060505104", 
        "diff_value": 608.0, 
        "diff_votingAuthority_Total": 9317.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BK OF AMERICA CORP", 
        "per_sshPrnamt": 0.0, 
        "per_value": 8.509447165850245, 
        "per_votingAuthority_Total": 5.375388716126166, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 7145.0, 
        "prev_votingAuthority_Total": 173327.0, 
        "sshPrnamt": 1100.0, 
        "stamp": 1635138000, 
        "value": 7753.0, 
        "votingAuthority_None": 2000.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 180644.0, 
        "votingAuthority_Total": 182644.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "075887109", 
        "diff_value": 37.0, 
        "diff_votingAuthority_Total": 140.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BECTON DICKINSON", 
        "per_sshPrnamt": 0.0, 
        "per_value": 12.937062937062937, 
        "per_votingAuthority_Total": 11.914893617021278, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 286.0, 
        "prev_votingAuthority_Total": 1175.0, 
        "sshPrnamt": 323.0, 
        "stamp": 1635138000, 
        "value": 323.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1315.0, 
        "votingAuthority_Total": 1315.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "084670702", 
        "diff_value": 3111.0, 
        "diff_votingAuthority_Total": 12599.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Berkshire Hathaway Inc", 
        "per_sshPrnamt": -58.282208588957054, 
        "per_value": 16.991643454038996, 
        "per_votingAuthority_Total": 19.12503605203637, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 18309.0, 
        "prev_votingAuthority_Total": 65877.0, 
        "sshPrnamt": 136.0, 
        "stamp": 1635138000, 
        "value": 21420.0, 
        "votingAuthority_None": 2718.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 75758.0, 
        "votingAuthority_Total": 78476.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "09247X101", 
        "diff_value": -854.0, 
        "diff_votingAuthority_Total": -334.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -6.182581626004489, 
        "per_votingAuthority_Total": -2.115798809071329, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 13813.0, 
        "prev_votingAuthority_Total": 15786.0, 
        "sshPrnamt": 265.0, 
        "stamp": 1635138000, 
        "value": 12959.0, 
        "votingAuthority_None": 383.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 15069.0, 
        "votingAuthority_Total": 15452.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "093671105", 
        "diff_value": 26.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BLOCK(H&R)INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": 6.649616368286446, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 391.0, 
        "prev_votingAuthority_Total": 16666.0, 
        "sshPrnamt": 16666.0, 
        "stamp": 1635138000, 
        "value": 417.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 16666.0, 
        "votingAuthority_Total": 16666.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "097023105", 
        "diff_value": -110.0, 
        "diff_votingAuthority_Total": 130.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BOEING CO", 
        "per_sshPrnamt": 0.0, 
        "per_value": -6.462984723854288, 
        "per_votingAuthority_Total": 1.8291824961305756, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1702.0, 
        "prev_votingAuthority_Total": 7107.0, 
        "sshPrnamt": 100.0, 
        "stamp": 1635138000, 
        "value": 1592.0, 
        "votingAuthority_None": 100.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 7137.0, 
        "votingAuthority_Total": 7237.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "110122108", 
        "diff_value": -534.0, 
        "diff_votingAuthority_Total": 5984.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BRISTOL-MYRS SQUIB", 
        "per_sshPrnamt": 0.0, 
        "per_value": -6.890322580645162, 
        "per_votingAuthority_Total": 5.159910667322003, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 7750.0, 
        "prev_votingAuthority_Total": 115971.0, 
        "sshPrnamt": 4080.0, 
        "stamp": 1635138000, 
        "value": 7216.0, 
        "votingAuthority_None": 100.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 121855.0, 
        "votingAuthority_Total": 121955.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "14149Y108", 
        "diff_value": -140.0, 
        "diff_votingAuthority_Total": 373.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Cardinal Health Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -11.774600504625736, 
        "per_votingAuthority_Total": 1.7912884790856267, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1189.0, 
        "prev_votingAuthority_Total": 20823.0, 
        "sshPrnamt": 5775.0, 
        "stamp": 1635138000, 
        "value": 1049.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 21196.0, 
        "votingAuthority_Total": 21196.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "149123101", 
        "diff_value": -47.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Caterpillar Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -11.72069825436409, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 401.0, 
        "prev_votingAuthority_Total": 1845.0, 
        "sshPrnamt": 250.0, 
        "stamp": 1635138000, 
        "value": 354.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1845.0, 
        "votingAuthority_Total": 1845.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "156782104", 
        "diff_value": -1195.0, 
        "diff_votingAuthority_Total": 2654.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Cerner Corp", 
        "per_sshPrnamt": 21.53846153846154, 
        "per_value": -8.450604624849728, 
        "per_votingAuthority_Total": 1.4669223923989763, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 14141.0, 
        "prev_votingAuthority_Total": 180923.0, 
        "sshPrnamt": 79.0, 
        "stamp": 1635138000, 
        "value": 12946.0, 
        "votingAuthority_None": 2168.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 181409.0, 
        "votingAuthority_Total": 183577.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "166764100", 
        "diff_value": -1460.0, 
        "diff_votingAuthority_Total": -11728.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Chevron Corp", 
        "per_sshPrnamt": 2.8665931642778393, 
        "per_value": -16.996507566938302, 
        "per_votingAuthority_Total": -14.300520661862434, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 8590.0, 
        "prev_votingAuthority_Total": 82011.0, 
        "sshPrnamt": 4665.0, 
        "stamp": 1635138000, 
        "value": 7130.0, 
        "votingAuthority_None": 2150.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 68133.0, 
        "votingAuthority_Total": 70283.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "H1467J104", 
        "diff_value": 7635.0, 
        "diff_votingAuthority_Total": 43875.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "CHUBB LIMITED COM", 
        "per_sshPrnamt": -89.13043478260869, 
        "per_value": 3470.4545454545455, 
        "per_votingAuthority_Total": 3116.122159090909, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 220.0, 
        "prev_votingAuthority_Total": 1408.0, 
        "sshPrnamt": 25.0, 
        "stamp": 1635138000, 
        "value": 7855.0, 
        "votingAuthority_None": 248.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 45035.0, 
        "votingAuthority_Total": 45283.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "171340102", 
        "diff_value": -12.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Church & Dwight Co Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -3.234501347708895, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 371.0, 
        "prev_votingAuthority_Total": 4351.0, 
        "sshPrnamt": 4351.0, 
        "stamp": 1635138000, 
        "value": 359.0, 
        "votingAuthority_None": 400.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3951.0, 
        "votingAuthority_Total": 4351.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "17275R102", 
        "diff_value": 52.0, 
        "diff_votingAuthority_Total": 183.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "CISCO SYSTEMS", 
        "per_sshPrnamt": 0.0, 
        "per_value": 3.4120734908136483, 
        "per_votingAuthority_Total": 0.6362782935224784, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1524.0, 
        "prev_votingAuthority_Total": 28761.0, 
        "sshPrnamt": 2585.0, 
        "stamp": 1635138000, 
        "value": 1576.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 28944.0, 
        "votingAuthority_Total": 28944.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "189054109", 
        "diff_value": -76.0, 
        "diff_votingAuthority_Total": 22.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Clorox Co/The", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.592407592407592, 
        "per_votingAuthority_Total": 0.3955411722402014, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1001.0, 
        "prev_votingAuthority_Total": 5562.0, 
        "sshPrnamt": 215.0, 
        "stamp": 1635138000, 
        "value": 925.0, 
        "votingAuthority_None": 7.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5577.0, 
        "votingAuthority_Total": 5584.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "191216100", 
        "diff_value": 171.0, 
        "diff_votingAuthority_Total": 9116.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Coca-Cola Co/The", 
        "per_sshPrnamt": 0.0, 
        "per_value": 1.6865568596508531, 
        "per_votingAuthority_Total": 4.865058144809662, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 10139.0, 
        "prev_votingAuthority_Total": 187377.0, 
        "sshPrnamt": 4000.0, 
        "stamp": 1635138000, 
        "value": 10310.0, 
        "votingAuthority_None": 3508.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 192985.0, 
        "votingAuthority_Total": 196493.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "194162103", 
        "diff_value": -807.0, 
        "diff_votingAuthority_Total": 2130.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "COLGATE-PALMOLIVE", 
        "per_sshPrnamt": 2.26928895612708, 
        "per_value": -5.917723839554155, 
        "per_votingAuthority_Total": 1.2706859317766934, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 13637.0, 
        "prev_votingAuthority_Total": 167626.0, 
        "sshPrnamt": 676.0, 
        "stamp": 1635138000, 
        "value": 12830.0, 
        "votingAuthority_None": 2641.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 167115.0, 
        "votingAuthority_Total": 169756.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "20030N101", 
        "diff_value": 133.0, 
        "diff_votingAuthority_Total": 2918.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Comcast Corp", 
        "per_sshPrnamt": 516.3793103448276, 
        "per_value": 8.250620347394541, 
        "per_votingAuthority_Total": 10.320435736011884, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1612.0, 
        "prev_votingAuthority_Total": 28274.0, 
        "sshPrnamt": 3575.0, 
        "stamp": 1635138000, 
        "value": 1745.0, 
        "votingAuthority_None": 4244.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 26948.0, 
        "votingAuthority_Total": 31192.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "20825C104", 
        "diff_value": 300.0, 
        "diff_votingAuthority_Total": 3735.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "CONOCOPHILLIPS", 
        "per_sshPrnamt": -53.96381820856008, 
        "per_value": 72.46376811594203, 
        "per_votingAuthority_Total": 54.93454919841153, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 414.0, 
        "prev_votingAuthority_Total": 6799.0, 
        "sshPrnamt": 3130.0, 
        "stamp": 1635138000, 
        "value": 714.0, 
        "votingAuthority_None": 303.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 10231.0, 
        "votingAuthority_Total": 10534.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "209115104", 
        "diff_value": 510.0, 
        "diff_votingAuthority_Total": 6088.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Consolidated Edison Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 9.177613820406695, 
        "per_votingAuthority_Total": 7.856903182510388, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 5557.0, 
        "prev_votingAuthority_Total": 77486.0, 
        "sshPrnamt": 975.0, 
        "stamp": 1635138000, 
        "value": 6067.0, 
        "votingAuthority_None": 618.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 82956.0, 
        "votingAuthority_Total": 83574.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "81369Y407", 
        "diff_value": 1004.0, 
        "diff_votingAuthority_Total": 5584.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SELECT SECTOR SPDR", 
        "per_sshPrnamt": 0.0, 
        "per_value": 367.76556776556777, 
        "per_votingAuthority_Total": 365.68434839554686, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 273.0, 
        "prev_votingAuthority_Total": 1527.0, 
        "sshPrnamt": 800.0, 
        "stamp": 1635138000, 
        "value": 1277.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 7111.0, 
        "votingAuthority_Total": 7111.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "217204106", 
        "diff_value": 773.0, 
        "diff_votingAuthority_Total": 241.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Copart Inc", 
        "per_sshPrnamt": -99.79950949765473, 
        "per_value": 5.467921058216029, 
        "per_votingAuthority_Total": 0.22473586541958465, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 14137.0, 
        "prev_votingAuthority_Total": 107237.0, 
        "sshPrnamt": 215.0, 
        "stamp": 1635138000, 
        "value": 14910.0, 
        "votingAuthority_None": 1613.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 105865.0, 
        "votingAuthority_Total": 107478.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "22160K105", 
        "diff_value": 289.0, 
        "diff_votingAuthority_Total": 171.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Costco Wholesale Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": 18.466453674121404, 
        "per_votingAuthority_Total": 4.3225480283114255, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1565.0, 
        "prev_votingAuthority_Total": 3956.0, 
        "sshPrnamt": 1369.0, 
        "stamp": 1635138000, 
        "value": 1854.0, 
        "votingAuthority_None": 100.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 4027.0, 
        "votingAuthority_Total": 4127.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "231021106", 
        "diff_value": -53.0, 
        "diff_votingAuthority_Total": -9.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "CUMMINS INC", 
        "per_sshPrnamt": -0.34000755572346053, 
        "per_value": -8.217054263565892, 
        "per_votingAuthority_Total": -0.34000755572346053, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 645.0, 
        "prev_votingAuthority_Total": 2647.0, 
        "sshPrnamt": 2638.0, 
        "stamp": 1635138000, 
        "value": 592.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2638.0, 
        "votingAuthority_Total": 2638.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "126650100", 
        "diff_value": -59.0, 
        "diff_votingAuthority_Total": -960.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "CVS Health Corp", 
        "per_sshPrnamt": -49.488422186322026, 
        "per_value": -4.389880952380952, 
        "per_votingAuthority_Total": -5.963844194570417, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1344.0, 
        "prev_votingAuthority_Total": 16097.0, 
        "sshPrnamt": 938.0, 
        "stamp": 1635138000, 
        "value": 1285.0, 
        "votingAuthority_None": 3561.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 11576.0, 
        "votingAuthority_Total": 15137.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "235851102", 
        "diff_value": 93.0, 
        "diff_votingAuthority_Total": 24.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Danaher Corp", 
        "per_sshPrnamt": 1.0122311261071277, 
        "per_value": 14.622641509433961, 
        "per_votingAuthority_Total": 1.0122311261071277, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 636.0, 
        "prev_votingAuthority_Total": 2371.0, 
        "sshPrnamt": 2395.0, 
        "stamp": 1635138000, 
        "value": 729.0, 
        "votingAuthority_None": 500.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1895.0, 
        "votingAuthority_Total": 2395.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "254687106", 
        "diff_value": -57.0, 
        "diff_votingAuthority_Total": 161.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Walt Disney Co/The", 
        "per_sshPrnamt": 0.0, 
        "per_value": -2.544642857142857, 
        "per_votingAuthority_Total": 1.2633396107972379, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2240.0, 
        "prev_votingAuthority_Total": 12744.0, 
        "sshPrnamt": 2990.0, 
        "stamp": 1635138000, 
        "value": 2183.0, 
        "votingAuthority_None": 400.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 12505.0, 
        "votingAuthority_Total": 12905.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "260003108", 
        "diff_value": 76.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Dover Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": 3.295750216825672, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2306.0, 
        "prev_votingAuthority_Total": 15315.0, 
        "sshPrnamt": 1510.0, 
        "stamp": 1635138000, 
        "value": 2382.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 15315.0, 
        "votingAuthority_Total": 15315.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "26441C204", 
        "diff_value": 13.0, 
        "diff_votingAuthority_Total": 173.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "DUKE ENERGY CORP", 
        "per_sshPrnamt": 0.0, 
        "per_value": 4.15335463258786, 
        "per_votingAuthority_Total": 5.466034755134281, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 313.0, 
        "prev_votingAuthority_Total": 3165.0, 
        "sshPrnamt": 1728.0, 
        "stamp": 1635138000, 
        "value": 326.0, 
        "votingAuthority_None": 227.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3111.0, 
        "votingAuthority_Total": 3338.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "278865100", 
        "diff_value": -2241.0, 
        "diff_votingAuthority_Total": -11620.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ECOLAB INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -15.73183573183573, 
        "per_votingAuthority_Total": -16.801619433198383, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 14245.0, 
        "prev_votingAuthority_Total": 69160.0, 
        "sshPrnamt": 180.0, 
        "stamp": 1635138000, 
        "value": 12004.0, 
        "votingAuthority_None": 1562.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 55978.0, 
        "votingAuthority_Total": 57540.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "291011104", 
        "diff_value": 99.0, 
        "diff_votingAuthority_Total": 3000.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "EMERSON ELECTRIC", 
        "per_sshPrnamt": 0.0, 
        "per_value": 1.1379310344827587, 
        "per_votingAuthority_Total": 3.318363825409818, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 8700.0, 
        "prev_votingAuthority_Total": 90406.0, 
        "sshPrnamt": 2041.0, 
        "stamp": 1635138000, 
        "value": 8799.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 93406.0, 
        "votingAuthority_Total": 93406.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "81369Y506", 
        "diff_value": -416.0, 
        "diff_votingAuthority_Total": -5591.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SELECT SECTOR SPDR", 
        "per_sshPrnamt": -7.961212052172923, 
        "per_value": -10.996563573883162, 
        "per_votingAuthority_Total": -7.961212052172923, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 3783.0, 
        "prev_votingAuthority_Total": 70228.0, 
        "sshPrnamt": 64637.0, 
        "stamp": 1635138000, 
        "value": 3367.0, 
        "votingAuthority_None": 4922.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 59715.0, 
        "votingAuthority_Total": 64637.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "30034W106", 
        "diff_value": -7557.0, 
        "diff_votingAuthority_Total": -126830.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Evergy Inc", 
        "per_sshPrnamt": 125837.5, 
        "per_value": -66.77564725634002, 
        "per_votingAuthority_Total": -67.72212729602734, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 11317.0, 
        "prev_votingAuthority_Total": 187280.0, 
        "sshPrnamt": 60450.0, 
        "stamp": 1635138000, 
        "value": 3760.0, 
        "votingAuthority_None": 1849.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 58601.0, 
        "votingAuthority_Total": 60450.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "30040W108", 
        "diff_value": 17.0, 
        "diff_votingAuthority_Total": -190.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Eversource Energy", 
        "per_sshPrnamt": -0.5761474937584021, 
        "per_value": 0.9631728045325779, 
        "per_votingAuthority_Total": -0.8637934169849063, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1765.0, 
        "prev_votingAuthority_Total": 21996.0, 
        "sshPrnamt": 5177.0, 
        "stamp": 1635138000, 
        "value": 1782.0, 
        "votingAuthority_None": 692.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 21114.0, 
        "votingAuthority_Total": 21806.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "30231G102", 
        "diff_value": -1093.0, 
        "diff_votingAuthority_Total": -2759.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Exxon Mobil Corp", 
        "per_sshPrnamt": -29.50184144213995, 
        "per_value": -7.917994784120546, 
        "per_votingAuthority_Total": -1.260721156262709, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 13804.0, 
        "prev_votingAuthority_Total": 218843.0, 
        "sshPrnamt": 7274.0, 
        "stamp": 1635138000, 
        "value": 12711.0, 
        "votingAuthority_None": 5001.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 211083.0, 
        "votingAuthority_Total": 216084.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "30303M102", 
        "diff_value": -2479.0, 
        "diff_votingAuthority_Total": -4532.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Facebook Inc", 
        "per_sshPrnamt": -47.44718309859155, 
        "per_value": -6.308690673113627, 
        "per_votingAuthority_Total": -4.010300064596625, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 39295.0, 
        "prev_votingAuthority_Total": 113009.0, 
        "sshPrnamt": 1194.0, 
        "stamp": 1635138000, 
        "value": 36816.0, 
        "votingAuthority_None": 2401.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 106076.0, 
        "votingAuthority_Total": 108477.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "81369Y605", 
        "diff_value": 754.0, 
        "diff_votingAuthority_Total": 16669.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SELECT SECTOR SPDR", 
        "per_sshPrnamt": 0.0, 
        "per_value": 13.392539964476022, 
        "per_votingAuthority_Total": 10.86381292525874, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 5630.0, 
        "prev_votingAuthority_Total": 153436.0, 
        "sshPrnamt": 5035.0, 
        "stamp": 1635138000, 
        "value": 6384.0, 
        "votingAuthority_None": 2027.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 168078.0, 
        "votingAuthority_Total": 170105.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "H2906T109", 
        "diff_value": 0.0, 
        "diff_votingAuthority_Total": -262.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Garmin Ltd", 
        "per_sshPrnamt": 0.0, 
        "per_value": 0.0, 
        "per_votingAuthority_Total": -6.799896184791073, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 558.0, 
        "prev_votingAuthority_Total": 3853.0, 
        "sshPrnamt": 350.0, 
        "stamp": 1635138000, 
        "value": 558.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3591.0, 
        "votingAuthority_Total": 3591.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "369550108", 
        "diff_value": 3.0, 
        "diff_votingAuthority_Total": -44.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "GEN DYNAMICS CORP", 
        "per_sshPrnamt": 0.0, 
        "per_value": 1.0869565217391304, 
        "per_votingAuthority_Total": -2.99931833674165, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 276.0, 
        "prev_votingAuthority_Total": 1467.0, 
        "sshPrnamt": 75.0, 
        "stamp": 1635138000, 
        "value": 279.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1423.0, 
        "votingAuthority_Total": 1423.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "370334104", 
        "diff_value": 393.0, 
        "diff_votingAuthority_Total": 8978.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "General Mills Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 4.975943276778931, 
        "per_votingAuthority_Total": 6.926507120924564, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 7898.0, 
        "prev_votingAuthority_Total": 129618.0, 
        "sshPrnamt": 163.0, 
        "stamp": 1635138000, 
        "value": 8291.0, 
        "votingAuthority_None": 163.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 138433.0, 
        "votingAuthority_Total": 138596.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "384109104", 
        "diff_value": -66.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Graco Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.6923076923076925, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 858.0, 
        "prev_votingAuthority_Total": 11329.0, 
        "sshPrnamt": 804.0, 
        "stamp": 1635138000, 
        "value": 792.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 11329.0, 
        "votingAuthority_Total": 11329.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "81369Y209", 
        "diff_value": -8.0, 
        "diff_votingAuthority_Total": -136.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SELECT SECTOR SPDR", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.9900990099009901, 
        "per_votingAuthority_Total": -2.119700748129676, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 808.0, 
        "prev_votingAuthority_Total": 6416.0, 
        "sshPrnamt": 1225.0, 
        "stamp": 1635138000, 
        "value": 800.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6280.0, 
        "votingAuthority_Total": 6280.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "437076102", 
        "diff_value": -29.0, 
        "diff_votingAuthority_Total": -2666.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Home Depot Inc/The", 
        "per_sshPrnamt": -25.80458103798202, 
        "per_value": -0.10061409291191063, 
        "per_votingAuthority_Total": -2.9496697387783097, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 28823.0, 
        "prev_votingAuthority_Total": 90383.0, 
        "sshPrnamt": 2559.0, 
        "stamp": 1635138000, 
        "value": 28794.0, 
        "votingAuthority_None": 2851.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 84866.0, 
        "votingAuthority_Total": 87717.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "438516106", 
        "diff_value": 129.0, 
        "diff_votingAuthority_Total": 666.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Honeywell International Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 35.73407202216066, 
        "per_votingAuthority_Total": 40.48632218844985, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 361.0, 
        "prev_votingAuthority_Total": 1645.0, 
        "sshPrnamt": 96.0, 
        "stamp": 1635138000, 
        "value": 490.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2311.0, 
        "votingAuthority_Total": 2311.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "40434L105", 
        "diff_value": -401.0, 
        "diff_votingAuthority_Total": 13604.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "HP Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -4.86237419667758, 
        "per_votingAuthority_Total": 4.979921442874034, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 8247.0, 
        "prev_votingAuthority_Total": 273177.0, 
        "sshPrnamt": 7200.0, 
        "stamp": 1635138000, 
        "value": 7846.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 286781.0, 
        "votingAuthority_Total": 286781.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "452308109", 
        "diff_value": -52.0, 
        "diff_votingAuthority_Total": -10.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ILLINOIS TOOL WKS", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.726597325408618, 
        "per_votingAuthority_Total": -0.33178500331785005, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 673.0, 
        "prev_votingAuthority_Total": 3014.0, 
        "sshPrnamt": 38.0, 
        "stamp": 1635138000, 
        "value": 621.0, 
        "votingAuthority_None": 250.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2754.0, 
        "votingAuthority_Total": 3004.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "453836108", 
        "diff_value": 483.0, 
        "diff_votingAuthority_Total": 1061.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Independent Bank Corp", 
        "per_sshPrnamt": 0.13224255533306922, 
        "per_value": 0.9985734664764622, 
        "per_votingAuthority_Total": 0.16566062835497902, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 48369.0, 
        "prev_votingAuthority_Total": 640466.0, 
        "sshPrnamt": 187025.0, 
        "stamp": 1635138000, 
        "value": 48852.0, 
        "votingAuthority_None": 641527.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 0.0, 
        "votingAuthority_Total": 641527.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "81369Y704", 
        "diff_value": -25.0, 
        "diff_votingAuthority_Total": 35.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SSgA Funds Management Inc", 
        "per_sshPrnamt": -2.223210315695865, 
        "per_value": -3.881987577639751, 
        "per_votingAuthority_Total": 0.5559085133418044, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 644.0, 
        "prev_votingAuthority_Total": 6296.0, 
        "sshPrnamt": 2199.0, 
        "stamp": 1635138000, 
        "value": 619.0, 
        "votingAuthority_None": 82.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6249.0, 
        "votingAuthority_Total": 6331.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "458140100", 
        "diff_value": -90.0, 
        "diff_votingAuthority_Total": 724.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Intel Corp", 
        "per_sshPrnamt": -0.088261253309797, 
        "per_value": -3.5629453681710213, 
        "per_votingAuthority_Total": 1.6091391994310225, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2526.0, 
        "prev_votingAuthority_Total": 44993.0, 
        "sshPrnamt": 22640.0, 
        "stamp": 1635138000, 
        "value": 2436.0, 
        "votingAuthority_None": 1545.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 44172.0, 
        "votingAuthority_Total": 45717.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "459200101", 
        "diff_value": -218.0, 
        "diff_votingAuthority_Total": -480.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "INTL BUSINESS MCHN", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.5043029259896725, 
        "per_votingAuthority_Total": -2.4221627895241458, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2905.0, 
        "prev_votingAuthority_Total": 19817.0, 
        "sshPrnamt": 4441.0, 
        "stamp": 1635138000, 
        "value": 2687.0, 
        "votingAuthority_None": 248.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 19089.0, 
        "votingAuthority_Total": 19337.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "478160104", 
        "diff_value": -120.0, 
        "diff_votingAuthority_Total": 3296.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Johnson & Johnson", 
        "per_sshPrnamt": -2.914204198084369, 
        "per_value": -0.3617181612660136, 
        "per_votingAuthority_Total": 1.636714851101654, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 33175.0, 
        "prev_votingAuthority_Total": 201379.0, 
        "sshPrnamt": 9528.0, 
        "stamp": 1635138000, 
        "value": 33055.0, 
        "votingAuthority_None": 4463.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 200212.0, 
        "votingAuthority_Total": 204675.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46625H100", 
        "diff_value": 807.0, 
        "diff_votingAuthority_Total": -2460.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "JPMorgan Chase & Co", 
        "per_sshPrnamt": -5.666624220043295, 
        "per_value": 3.4962308292175717, 
        "per_votingAuthority_Total": -1.6577154524687154, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 23082.0, 
        "prev_votingAuthority_Total": 148397.0, 
        "sshPrnamt": 7408.0, 
        "stamp": 1635138000, 
        "value": 23889.0, 
        "votingAuthority_None": 2266.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 143671.0, 
        "votingAuthority_Total": 145937.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "494368103", 
        "diff_value": 341.0, 
        "diff_votingAuthority_Total": 3151.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "KIMBERLY-CLARK CP", 
        "per_sshPrnamt": 0.0, 
        "per_value": 4.504623513870542, 
        "per_votingAuthority_Total": 5.569007263922518, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 7570.0, 
        "prev_votingAuthority_Total": 56581.0, 
        "sshPrnamt": 125.0, 
        "stamp": 1635138000, 
        "value": 7911.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 59732.0, 
        "votingAuthority_Total": 59732.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "532457108", 
        "diff_value": 400.0, 
        "diff_votingAuthority_Total": 1437.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Eli Lilly & Co", 
        "per_sshPrnamt": 0.0, 
        "per_value": 3.945551390806865, 
        "per_votingAuthority_Total": 3.253044777470911, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 10138.0, 
        "prev_votingAuthority_Total": 44174.0, 
        "sshPrnamt": 398.0, 
        "stamp": 1635138000, 
        "value": 10538.0, 
        "votingAuthority_None": 10.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 45601.0, 
        "votingAuthority_Total": 45611.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "G5494J103", 
        "diff_value": 41.0, 
        "diff_votingAuthority_Total": -1132.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Linde PLC", 
        "per_sshPrnamt": 0.0, 
        "per_value": 0.1629311715148625, 
        "per_votingAuthority_Total": -1.3004767648917226, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 25164.0, 
        "prev_votingAuthority_Total": 87045.0, 
        "sshPrnamt": 958.0, 
        "stamp": 1635138000, 
        "value": 25205.0, 
        "votingAuthority_None": 2224.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 83689.0, 
        "votingAuthority_Total": 85913.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "539830109", 
        "diff_value": 51.0, 
        "diff_votingAuthority_Total": 315.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Lockheed Martin Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": 7.834101382488479, 
        "per_votingAuthority_Total": 18.313953488372093, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 651.0, 
        "prev_votingAuthority_Total": 1720.0, 
        "sshPrnamt": 100.0, 
        "stamp": 1635138000, 
        "value": 702.0, 
        "votingAuthority_None": 40.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1995.0, 
        "votingAuthority_Total": 2035.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "548661107", 
        "diff_value": 39.0, 
        "diff_votingAuthority_Total": -7.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "LOWE'S COS INC", 
        "per_sshPrnamt": -0.1543550165380375, 
        "per_value": 4.431818181818182, 
        "per_votingAuthority_Total": -0.1543550165380375, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 880.0, 
        "prev_votingAuthority_Total": 4535.0, 
        "sshPrnamt": 4528.0, 
        "stamp": 1635138000, 
        "value": 919.0, 
        "votingAuthority_None": 500.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 4028.0, 
        "votingAuthority_Total": 4528.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "571903202", 
        "diff_value": 38.0, 
        "diff_votingAuthority_Total": 83.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Marriott International Inc/MD", 
        "per_sshPrnamt": 0.0, 
        "per_value": 12.37785016286645, 
        "per_votingAuthority_Total": 3.68725011106175, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 307.0, 
        "prev_votingAuthority_Total": 2251.0, 
        "sshPrnamt": 1400.0, 
        "stamp": 1635138000, 
        "value": 345.0, 
        "votingAuthority_None": 340.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1994.0, 
        "votingAuthority_Total": 2334.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "57636Q104", 
        "diff_value": -1198.0, 
        "diff_votingAuthority_Total": -702.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "MASTERCARD INC", 
        "per_sshPrnamt": -22.868052609249045, 
        "per_value": -5.989700514974252, 
        "per_votingAuthority_Total": -1.2814194184327254, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 20001.0, 
        "prev_votingAuthority_Total": 54783.0, 
        "sshPrnamt": 1818.0, 
        "stamp": 1635138000, 
        "value": 18803.0, 
        "votingAuthority_None": 1715.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 52366.0, 
        "votingAuthority_Total": 54081.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "81369Y100", 
        "diff_value": -112.0, 
        "diff_votingAuthority_Total": -839.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SELECT SECTOR SPDR", 
        "per_sshPrnamt": -5.867132867132867, 
        "per_value": -9.515717926932881, 
        "per_votingAuthority_Total": -5.867132867132867, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1177.0, 
        "prev_votingAuthority_Total": 14300.0, 
        "sshPrnamt": 13461.0, 
        "stamp": 1635138000, 
        "value": 1065.0, 
        "votingAuthority_None": 2235.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 11226.0, 
        "votingAuthority_Total": 13461.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "579780206", 
        "diff_value": -5478.0, 
        "diff_votingAuthority_Total": -56171.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "MCCORMICK & CO INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -48.71498443752779, 
        "per_votingAuthority_Total": -44.112773393018415, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 11245.0, 
        "prev_votingAuthority_Total": 127335.0, 
        "sshPrnamt": 32000.0, 
        "stamp": 1635138000, 
        "value": 5767.0, 
        "votingAuthority_None": 1890.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 69274.0, 
        "votingAuthority_Total": 71164.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "580135101", 
        "diff_value": 759.0, 
        "diff_votingAuthority_Total": 1130.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "MCDONALD'S CORP", 
        "per_sshPrnamt": 0.0, 
        "per_value": 6.824925816023739, 
        "per_votingAuthority_Total": 2.347125290794284, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 11121.0, 
        "prev_votingAuthority_Total": 48144.0, 
        "sshPrnamt": 6750.0, 
        "stamp": 1635138000, 
        "value": 11880.0, 
        "votingAuthority_None": 402.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 48872.0, 
        "votingAuthority_Total": 49274.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "G5960L103", 
        "diff_value": 36.0, 
        "diff_votingAuthority_Total": 214.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Medtronic PLC", 
        "per_sshPrnamt": 0.0, 
        "per_value": 3.825717321997875, 
        "per_votingAuthority_Total": 2.8243368087633627, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 941.0, 
        "prev_votingAuthority_Total": 7577.0, 
        "sshPrnamt": 1449.0, 
        "stamp": 1635138000, 
        "value": 977.0, 
        "votingAuthority_None": 175.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 7616.0, 
        "votingAuthority_Total": 7791.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "58933Y105", 
        "diff_value": 4978.0, 
        "diff_votingAuthority_Total": 76373.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Merck & Co Inc", 
        "per_sshPrnamt": 0.21123669483155932, 
        "per_value": 22.451740934511996, 
        "per_votingAuthority_Total": 26.78842639522689, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 22172.0, 
        "prev_votingAuthority_Total": 285097.0, 
        "sshPrnamt": 36529.0, 
        "stamp": 1635138000, 
        "value": 27150.0, 
        "votingAuthority_None": 2136.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 359334.0, 
        "votingAuthority_Total": 361470.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "594918104", 
        "diff_value": 2491.0, 
        "diff_votingAuthority_Total": 1379.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "MICROSOFT CORP", 
        "per_sshPrnamt": -9.321603789544916, 
        "per_value": 4.821445853092035, 
        "per_votingAuthority_Total": 0.7230646615910569, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 51665.0, 
        "prev_votingAuthority_Total": 190716.0, 
        "sshPrnamt": 21440.0, 
        "stamp": 1635138000, 
        "value": 54156.0, 
        "votingAuthority_None": 6410.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 185685.0, 
        "votingAuthority_Total": 192095.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "609207105", 
        "diff_value": -10.0, 
        "diff_votingAuthority_Total": 176.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Kraft Foods Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -3.257328990228013, 
        "per_votingAuthority_Total": 3.5721534402273187, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 307.0, 
        "prev_votingAuthority_Total": 4927.0, 
        "sshPrnamt": 260.0, 
        "stamp": 1635138000, 
        "value": 297.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5103.0, 
        "votingAuthority_Total": 5103.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "65339F101", 
        "diff_value": 1351.0, 
        "diff_votingAuthority_Total": -3262.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "NEXTERA ENERGY", 
        "per_sshPrnamt": 0.0, 
        "per_value": 6.008717310087173, 
        "per_votingAuthority_Total": -1.063167535256943, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 22484.0, 
        "prev_votingAuthority_Total": 306819.0, 
        "sshPrnamt": 800.0, 
        "stamp": 1635138000, 
        "value": 23835.0, 
        "votingAuthority_None": 6232.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 297325.0, 
        "votingAuthority_Total": 303557.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "654106103", 
        "diff_value": -109.0, 
        "diff_votingAuthority_Total": -121.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "NIKE INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.189973614775726, 
        "per_votingAuthority_Total": -1.2334352701325177, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1516.0, 
        "prev_votingAuthority_Total": 9810.0, 
        "sshPrnamt": 75.0, 
        "stamp": 1635138000, 
        "value": 1407.0, 
        "votingAuthority_None": 14.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 9675.0, 
        "votingAuthority_Total": 9689.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "655844108", 
        "diff_value": -87.0, 
        "diff_votingAuthority_Total": 30.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Norfolk Southern Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": -9.109947643979059, 
        "per_votingAuthority_Total": 0.8335648791330925, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 955.0, 
        "prev_votingAuthority_Total": 3599.0, 
        "sshPrnamt": 1500.0, 
        "stamp": 1635138000, 
        "value": 868.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3629.0, 
        "votingAuthority_Total": 3629.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "665859104", 
        "diff_value": -20.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "NORTHERN TRUST CORP", 
        "per_sshPrnamt": 0.0, 
        "per_value": -6.944444444444445, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 288.0, 
        "prev_votingAuthority_Total": 2487.0, 
        "sshPrnamt": 380.0, 
        "stamp": 1635138000, 
        "value": 268.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2487.0, 
        "votingAuthority_Total": 2487.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "666807102", 
        "diff_value": 1.0, 
        "diff_votingAuthority_Total": 10.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "NORTHROP GRUMMAN", 
        "per_sshPrnamt": 500.0, 
        "per_value": 0.3194888178913738, 
        "per_votingAuthority_Total": 1.1614401858304297, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 313.0, 
        "prev_votingAuthority_Total": 861.0, 
        "sshPrnamt": 450.0, 
        "stamp": 1635138000, 
        "value": 314.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 871.0, 
        "votingAuthority_Total": 871.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "67103H107", 
        "diff_value": 513.0, 
        "diff_votingAuthority_Total": -2102.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "O'Reilly Automotive Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 2.262004497552802, 
        "per_votingAuthority_Total": -5.247784296592186, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 22679.0, 
        "prev_votingAuthority_Total": 40055.0, 
        "sshPrnamt": 18.0, 
        "stamp": 1635138000, 
        "value": 23192.0, 
        "votingAuthority_None": 609.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 37344.0, 
        "votingAuthority_Total": 37953.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "670837103", 
        "diff_value": -49.0, 
        "diff_votingAuthority_Total": -873.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "OGE Energy Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": -4.934541792547835, 
        "per_votingAuthority_Total": -2.9592217212975833, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 993.0, 
        "prev_votingAuthority_Total": 29501.0, 
        "sshPrnamt": 200.0, 
        "stamp": 1635138000, 
        "value": 944.0, 
        "votingAuthority_None": 300.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 28328.0, 
        "votingAuthority_Total": 28628.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "680223104", 
        "diff_value": -11.0, 
        "diff_votingAuthority_Total": 586.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Old Republic International Cor", 
        "per_sshPrnamt": 4.17022487902078, 
        "per_value": -3.1428571428571432, 
        "per_votingAuthority_Total": 4.17022487902078, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 350.0, 
        "prev_votingAuthority_Total": 14052.0, 
        "sshPrnamt": 14638.0, 
        "stamp": 1635138000, 
        "value": 339.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 14638.0, 
        "votingAuthority_Total": 14638.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "68389X105", 
        "diff_value": 64.0, 
        "diff_votingAuthority_Total": 153.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ORACLE CORP", 
        "per_sshPrnamt": 0.0, 
        "per_value": 15.130023640661939, 
        "per_votingAuthority_Total": 2.814569536423841, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 423.0, 
        "prev_votingAuthority_Total": 5436.0, 
        "sshPrnamt": 440.0, 
        "stamp": 1635138000, 
        "value": 487.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5589.0, 
        "votingAuthority_Total": 5589.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "704326107", 
        "diff_value": 17.0, 
        "diff_votingAuthority_Total": -130.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Paychex Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 2.639751552795031, 
        "per_votingAuthority_Total": -2.1652231845436374, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 644.0, 
        "prev_votingAuthority_Total": 6004.0, 
        "sshPrnamt": 541.0, 
        "stamp": 1635138000, 
        "value": 661.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5874.0, 
        "votingAuthority_Total": 5874.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "713448108", 
        "diff_value": 987.0, 
        "diff_votingAuthority_Total": 3319.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "PEPSICO INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": 3.0574313859116535, 
        "per_votingAuthority_Total": 1.5233715208930014, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 32282.0, 
        "prev_votingAuthority_Total": 217872.0, 
        "sshPrnamt": 8692.0, 
        "stamp": 1635138000, 
        "value": 33269.0, 
        "votingAuthority_None": 4144.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 217047.0, 
        "votingAuthority_Total": 221191.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "717081103", 
        "diff_value": 1373.0, 
        "diff_votingAuthority_Total": 10399.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Pfizer Inc", 
        "per_sshPrnamt": -11.971636430610554, 
        "per_value": 14.589310381468495, 
        "per_votingAuthority_Total": 4.326913074775416, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 9411.0, 
        "prev_votingAuthority_Total": 240333.0, 
        "sshPrnamt": 19118.0, 
        "stamp": 1635138000, 
        "value": 10784.0, 
        "votingAuthority_None": 1181.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 249551.0, 
        "votingAuthority_Total": 250732.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "718172109", 
        "diff_value": -64.0, 
        "diff_votingAuthority_Total": 300.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "PHILIP MORRIS INTL", 
        "per_sshPrnamt": 0.0, 
        "per_value": -3.0360531309297913, 
        "per_votingAuthority_Total": 1.4104372355430184, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2108.0, 
        "prev_votingAuthority_Total": 21270.0, 
        "sshPrnamt": 11.0, 
        "stamp": 1635138000, 
        "value": 2044.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 21570.0, 
        "votingAuthority_Total": 21570.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "693475105", 
        "diff_value": 97.0, 
        "diff_votingAuthority_Total": 225.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "PNC Financial Services Group I", 
        "per_sshPrnamt": 0.0, 
        "per_value": 4.72479298587433, 
        "per_votingAuthority_Total": 2.090106827682304, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2053.0, 
        "prev_votingAuthority_Total": 10765.0, 
        "sshPrnamt": 369.0, 
        "stamp": 1635138000, 
        "value": 2150.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 10990.0, 
        "votingAuthority_Total": 10990.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "74251V102", 
        "diff_value": 22.0, 
        "diff_votingAuthority_Total": -22.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Principal Financial Group Inc", 
        "per_sshPrnamt": -0.11360702297960237, 
        "per_value": 1.7973856209150325, 
        "per_votingAuthority_Total": -0.11360702297960237, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1224.0, 
        "prev_votingAuthority_Total": 19365.0, 
        "sshPrnamt": 19343.0, 
        "stamp": 1635138000, 
        "value": 1246.0, 
        "votingAuthority_None": 100.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 19243.0, 
        "votingAuthority_Total": 19343.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "742718109", 
        "diff_value": 984.0, 
        "diff_votingAuthority_Total": 3718.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Procter & Gamble Co/The", 
        "per_sshPrnamt": 0.0, 
        "per_value": 7.627906976744186, 
        "per_votingAuthority_Total": 3.889121338912134, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 12900.0, 
        "prev_votingAuthority_Total": 95600.0, 
        "sshPrnamt": 10775.0, 
        "stamp": 1635138000, 
        "value": 13884.0, 
        "votingAuthority_None": 2413.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 96905.0, 
        "votingAuthority_Total": 99318.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "747525103", 
        "diff_value": -95.0, 
        "diff_votingAuthority_Total": -200.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "QUALCOMM INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -13.437057991513438, 
        "per_votingAuthority_Total": -4.042854255104103, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 707.0, 
        "prev_votingAuthority_Total": 4947.0, 
        "sshPrnamt": 2732.0, 
        "stamp": 1635138000, 
        "value": 612.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 4747.0, 
        "votingAuthority_Total": 4747.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "761152107", 
        "diff_value": 31.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ResMed Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 6.8584070796460175, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 452.0, 
        "prev_votingAuthority_Total": 1833.0, 
        "sshPrnamt": 1833.0, 
        "stamp": 1635138000, 
        "value": 483.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1833.0, 
        "votingAuthority_Total": 1833.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "773903109", 
        "diff_value": 488.0, 
        "diff_votingAuthority_Total": 924.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ROCKWELL AUTOMATION", 
        "per_sshPrnamt": 3.4212085308056874, 
        "per_value": 6.31715210355987, 
        "per_votingAuthority_Total": 3.4212085308056874, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 7725.0, 
        "prev_votingAuthority_Total": 27008.0, 
        "sshPrnamt": 27932.0, 
        "stamp": 1635138000, 
        "value": 8213.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 27932.0, 
        "votingAuthority_Total": 27932.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "806857108", 
        "diff_value": -1548.0, 
        "diff_votingAuthority_Total": -24842.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Schlumberger NV", 
        "per_sshPrnamt": -13.097345132743362, 
        "per_value": -14.115072490197866, 
        "per_votingAuthority_Total": -7.2507041431344215, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 10967.0, 
        "prev_votingAuthority_Total": 342615.0, 
        "sshPrnamt": 491.0, 
        "stamp": 1635138000, 
        "value": 9419.0, 
        "votingAuthority_None": 5552.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 312221.0, 
        "votingAuthority_Total": 317773.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "816851109", 
        "diff_value": -1292.0, 
        "diff_votingAuthority_Total": -4091.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SEMPRA ENERGY", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.527382894430203, 
        "per_votingAuthority_Total": -3.157683490664341, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 17164.0, 
        "prev_votingAuthority_Total": 129557.0, 
        "sshPrnamt": 107.0, 
        "stamp": 1635138000, 
        "value": 15872.0, 
        "votingAuthority_None": 2652.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 122814.0, 
        "votingAuthority_Total": 125466.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "824348106", 
        "diff_value": -689.0, 
        "diff_votingAuthority_Total": -2921.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Sherwin-Williams Co/The", 
        "per_sshPrnamt": 0.0, 
        "per_value": -14.520547945205479, 
        "per_votingAuthority_Total": -16.770970890509275, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 4745.0, 
        "prev_votingAuthority_Total": 17417.0, 
        "sshPrnamt": 45.0, 
        "stamp": 1635138000, 
        "value": 4056.0, 
        "votingAuthority_None": 2183.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 12313.0, 
        "votingAuthority_Total": 14496.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "842587107", 
        "diff_value": 621.0, 
        "diff_votingAuthority_Total": 6844.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Southern Co/The", 
        "per_sshPrnamt": 0.0, 
        "per_value": 7.6074972436604185, 
        "per_votingAuthority_Total": 5.072861230116963, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 8163.0, 
        "prev_votingAuthority_Total": 134914.0, 
        "sshPrnamt": 750.0, 
        "stamp": 1635138000, 
        "value": 8784.0, 
        "votingAuthority_None": 150.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 141608.0, 
        "votingAuthority_Total": 141758.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "78464A797", 
        "diff_value": 6.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "STATE STREET ETF/USA", 
        "per_sshPrnamt": 0.0, 
        "per_value": 2.7906976744186047, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 215.0, 
        "prev_votingAuthority_Total": 4182.0, 
        "sshPrnamt": 2000.0, 
        "stamp": 1635138000, 
        "value": 221.0, 
        "votingAuthority_None": 85.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 4097.0, 
        "votingAuthority_Total": 4182.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "855244109", 
        "diff_value": -9841.0, 
        "diff_votingAuthority_Total": -86932.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "STARBUCKS CORP", 
        "per_sshPrnamt": -7.3131955484896665, 
        "per_value": -52.47413885037858, 
        "per_votingAuthority_Total": -51.8282249554346, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 18754.0, 
        "prev_votingAuthority_Total": 167731.0, 
        "sshPrnamt": 1749.0, 
        "stamp": 1635138000, 
        "value": 8913.0, 
        "votingAuthority_None": 4127.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 76672.0, 
        "votingAuthority_Total": 80799.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "857477103", 
        "diff_value": 43.0, 
        "diff_votingAuthority_Total": 264.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "State Street Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": 6.398809523809524, 
        "per_votingAuthority_Total": 3.2313341493268055, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 672.0, 
        "prev_votingAuthority_Total": 8170.0, 
        "sshPrnamt": 7023.0, 
        "stamp": 1635138000, 
        "value": 715.0, 
        "votingAuthority_None": 5005.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3429.0, 
        "votingAuthority_Total": 8434.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "863667101", 
        "diff_value": 27.0, 
        "diff_votingAuthority_Total": 36.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Stryker Corp", 
        "per_sshPrnamt": 0.859804155720086, 
        "per_value": 2.483900643974241, 
        "per_votingAuthority_Total": 0.859804155720086, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1087.0, 
        "prev_votingAuthority_Total": 4187.0, 
        "sshPrnamt": 4223.0, 
        "stamp": 1635138000, 
        "value": 1114.0, 
        "votingAuthority_None": 450.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3773.0, 
        "votingAuthority_Total": 4223.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "74144T108", 
        "diff_value": -490.0, 
        "diff_votingAuthority_Total": -1809.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "T Rowe Price Group Inc", 
        "per_sshPrnamt": 547168.4210526316, 
        "per_value": -2.339683903929714, 
        "per_votingAuthority_Total": -1.709991492579639, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 20943.0, 
        "prev_votingAuthority_Total": 105790.0, 
        "sshPrnamt": 103981.0, 
        "stamp": 1635138000, 
        "value": 20453.0, 
        "votingAuthority_None": 2178.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 101803.0, 
        "votingAuthority_Total": 103981.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "87612E106", 
        "diff_value": -91.0, 
        "diff_votingAuthority_Total": -9.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Target Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": -5.403800475059382, 
        "per_votingAuthority_Total": -0.12914334911752046, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1684.0, 
        "prev_votingAuthority_Total": 6969.0, 
        "sshPrnamt": 25.0, 
        "stamp": 1635138000, 
        "value": 1593.0, 
        "votingAuthority_None": 500.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6460.0, 
        "votingAuthority_Total": 6960.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "81369Y803", 
        "diff_value": -63.0, 
        "diff_votingAuthority_Total": -2148.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SELECT SECTOR SPDR", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.2743782936283263, 
        "per_votingAuthority_Total": -1.3814037840688387, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 22961.0, 
        "prev_votingAuthority_Total": 155494.0, 
        "sshPrnamt": 823.0, 
        "stamp": 1635138000, 
        "value": 22898.0, 
        "votingAuthority_None": 1504.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 151842.0, 
        "votingAuthority_Total": 153346.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "882508104", 
        "diff_value": 8585.0, 
        "diff_votingAuthority_Total": 44667.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "TEXAS INSTRUMENTS", 
        "per_sshPrnamt": 0.0, 
        "per_value": 553.8709677419355, 
        "per_votingAuthority_Total": 554.1123930033494, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1550.0, 
        "prev_votingAuthority_Total": 8061.0, 
        "sshPrnamt": 288.0, 
        "stamp": 1635138000, 
        "value": 10135.0, 
        "votingAuthority_None": 5224.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 47504.0, 
        "votingAuthority_Total": 52728.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "883556102", 
        "diff_value": 1307.0, 
        "diff_votingAuthority_Total": -890.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Thermo Fisher Scientific Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 9.54014598540146, 
        "per_votingAuthority_Total": -3.2772397540229035, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 13700.0, 
        "prev_votingAuthority_Total": 27157.0, 
        "sshPrnamt": 50.0, 
        "stamp": 1635138000, 
        "value": 15007.0, 
        "votingAuthority_None": 865.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 25402.0, 
        "votingAuthority_Total": 26267.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "872540109", 
        "diff_value": -67.0, 
        "diff_votingAuthority_Total": 2675.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "TJX Cos Inc/The", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.5862793139656983, 
        "per_votingAuthority_Total": 1.578050061057264, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 11428.0, 
        "prev_votingAuthority_Total": 169513.0, 
        "sshPrnamt": 2062.0, 
        "stamp": 1635138000, 
        "value": 11361.0, 
        "votingAuthority_None": 2500.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 169688.0, 
        "votingAuthority_Total": 172188.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "891092108", 
        "diff_value": -39.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Toro Co/The", 
        "per_sshPrnamt": 0.0, 
        "per_value": -11.11111111111111, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 351.0, 
        "prev_votingAuthority_Total": 3200.0, 
        "sshPrnamt": 1660.0, 
        "stamp": 1635138000, 
        "value": 312.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3200.0, 
        "votingAuthority_Total": 3200.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "907818108", 
        "diff_value": -2225.0, 
        "diff_votingAuthority_Total": -379.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Union Pacific Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": -11.248167433395682, 
        "per_votingAuthority_Total": -0.42136861415309357, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 19781.0, 
        "prev_votingAuthority_Total": 89945.0, 
        "sshPrnamt": 6003.0, 
        "stamp": 1635138000, 
        "value": 17556.0, 
        "votingAuthority_None": 1624.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 87942.0, 
        "votingAuthority_Total": 89566.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "91324P102", 
        "diff_value": -68.0, 
        "diff_votingAuthority_Total": 1325.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "UnitedHealth Group Inc", 
        "per_sshPrnamt": -9.230009871668312, 
        "per_value": -0.28131722654310776, 
        "per_votingAuthority_Total": 2.195053261103656, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 24172.0, 
        "prev_votingAuthority_Total": 60363.0, 
        "sshPrnamt": 1839.0, 
        "stamp": 1635138000, 
        "value": 24104.0, 
        "votingAuthority_None": 528.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 61160.0, 
        "votingAuthority_Total": 61688.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "902973304", 
        "diff_value": 54.0, 
        "diff_votingAuthority_Total": 409.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "US BANCORP", 
        "per_sshPrnamt": 0.0, 
        "per_value": 7.952871870397643, 
        "per_votingAuthority_Total": 3.4314959308666833, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 679.0, 
        "prev_votingAuthority_Total": 11919.0, 
        "sshPrnamt": 150.0, 
        "stamp": 1635138000, 
        "value": 733.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 12328.0, 
        "votingAuthority_Total": 12328.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "91913Y100", 
        "diff_value": -79.0, 
        "diff_votingAuthority_Total": 172.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Valero Energy Corp", 
        "per_sshPrnamt": 1.4152884061548587, 
        "per_value": -8.324552160168599, 
        "per_votingAuthority_Total": 1.4152884061548587, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 949.0, 
        "prev_votingAuthority_Total": 12153.0, 
        "sshPrnamt": 12325.0, 
        "stamp": 1635138000, 
        "value": 870.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 12325.0, 
        "votingAuthority_Total": 12325.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "92204A702", 
        "diff_value": 4.0, 
        "diff_votingAuthority_Total": -4.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Vanguard ETF/USA", 
        "per_sshPrnamt": -0.1941747572815534, 
        "per_value": 0.48721071863580995, 
        "per_votingAuthority_Total": -0.1941747572815534, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 821.0, 
        "prev_votingAuthority_Total": 2060.0, 
        "sshPrnamt": 2056.0, 
        "stamp": 1635138000, 
        "value": 825.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2056.0, 
        "votingAuthority_Total": 2056.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "92343V104", 
        "diff_value": -63.0, 
        "diff_votingAuthority_Total": 9114.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "VERIZON COMMUN", 
        "per_sshPrnamt": 66.8364099299809, 
        "per_value": -0.4083484573502722, 
        "per_votingAuthority_Total": 3.3099090265293896, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 15428.0, 
        "prev_votingAuthority_Total": 275355.0, 
        "sshPrnamt": 7863.0, 
        "stamp": 1635138000, 
        "value": 15365.0, 
        "votingAuthority_None": 4469.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 280000.0, 
        "votingAuthority_Total": 284469.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "92826C839", 
        "diff_value": 7042.0, 
        "diff_votingAuthority_Total": 34006.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "VISA INC", 
        "per_sshPrnamt": -23.214285714285715, 
        "per_value": 62.53996447602132, 
        "per_votingAuthority_Total": 70.61339756634412, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 11260.0, 
        "prev_votingAuthority_Total": 48158.0, 
        "sshPrnamt": 2924.0, 
        "stamp": 1635138000, 
        "value": 18302.0, 
        "votingAuthority_None": 457.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 81707.0, 
        "votingAuthority_Total": 82164.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "931142103", 
        "diff_value": -794.0, 
        "diff_votingAuthority_Total": -4036.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Walmart Inc", 
        "per_sshPrnamt": -29.268292682926827, 
        "per_value": -3.990350789024023, 
        "per_votingAuthority_Total": -2.860402979468317, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 19898.0, 
        "prev_votingAuthority_Total": 141099.0, 
        "sshPrnamt": 2030.0, 
        "stamp": 1635138000, 
        "value": 19104.0, 
        "votingAuthority_None": 3256.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 133807.0, 
        "votingAuthority_Total": 137063.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "941848103", 
        "diff_value": 11.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Waters Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": 3.4055727554179565, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 323.0, 
        "prev_votingAuthority_Total": 936.0, 
        "sshPrnamt": 701.0, 
        "stamp": 1635138000, 
        "value": 334.0, 
        "votingAuthority_None": 501.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 435.0, 
        "votingAuthority_Total": 936.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "92939U106", 
        "diff_value": -17.0, 
        "diff_votingAuthority_Total": -108.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "WEC Energy Group Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -2.119700748129676, 
        "per_votingAuthority_Total": -1.1982691667591256, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 802.0, 
        "prev_votingAuthority_Total": 9013.0, 
        "sshPrnamt": 1100.0, 
        "stamp": 1635138000, 
        "value": 785.0, 
        "votingAuthority_None": 2511.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6394.0, 
        "votingAuthority_Total": 8905.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "949746101", 
        "diff_value": -791.0, 
        "diff_votingAuthority_Total": -18222.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "WELLS FARGO & CO", 
        "per_sshPrnamt": 0.0, 
        "per_value": -35.727190605239386, 
        "per_votingAuthority_Total": -37.28133887104364, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2214.0, 
        "prev_votingAuthority_Total": 48877.0, 
        "sshPrnamt": 908.0, 
        "stamp": 1635138000, 
        "value": 1423.0, 
        "votingAuthority_None": 3743.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 26912.0, 
        "votingAuthority_Total": 30655.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "959802109", 
        "diff_value": -104.0, 
        "diff_votingAuthority_Total": 483.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "WESTERN UNION COMP", 
        "per_sshPrnamt": 1.1599980786781305, 
        "per_value": -10.87866108786611, 
        "per_votingAuthority_Total": 1.1599980786781305, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 956.0, 
        "prev_votingAuthority_Total": 41638.0, 
        "sshPrnamt": 42121.0, 
        "stamp": 1635138000, 
        "value": 852.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 42121.0, 
        "votingAuthority_Total": 42121.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "980745103", 
        "diff_value": -40.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Woodward Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.936507936507936, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 504.0, 
        "prev_votingAuthority_Total": 4100.0, 
        "sshPrnamt": 4100.0, 
        "stamp": 1635138000, 
        "value": 464.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 4100.0, 
        "votingAuthority_Total": 4100.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "98978V103", 
        "diff_value": 143.0, 
        "diff_votingAuthority_Total": 310.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Pfizer Inc", 
        "per_sshPrnamt": 2.8917910447761193, 
        "per_value": 7.157157157157156, 
        "per_votingAuthority_Total": 2.8917910447761193, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1998.0, 
        "prev_votingAuthority_Total": 10720.0, 
        "sshPrnamt": 11030.0, 
        "stamp": 1635138000, 
        "value": 2141.0, 
        "votingAuthority_None": 1270.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 9760.0, 
        "votingAuthority_Total": 11030.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "88579Y101", 
        "diff_value": -2334.0, 
        "diff_votingAuthority_Total": -982.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "3M Co", 
        "per_sshPrnamt": 0.9038867128653209, 
        "per_value": -12.6189446366782, 
        "per_votingAuthority_Total": -1.0545645893963638, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 18496.0, 
        "prev_votingAuthority_Total": 93119.0, 
        "sshPrnamt": 3349.0, 
        "stamp": 1635138000, 
        "value": 16162.0, 
        "votingAuthority_None": 1955.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 90182.0, 
        "votingAuthority_Total": 92137.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "G1151C101", 
        "diff_value": 65.0, 
        "diff_votingAuthority_Total": -15.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ACCENTURE", 
        "per_sshPrnamt": 0.0, 
        "per_value": 7.85024154589372, 
        "per_votingAuthority_Total": -0.533997864008544, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 828.0, 
        "prev_votingAuthority_Total": 2809.0, 
        "sshPrnamt": 42.0, 
        "stamp": 1635138000, 
        "value": 893.0, 
        "votingAuthority_None": 100.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2694.0, 
        "votingAuthority_Total": 2794.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "66987V109", 
        "diff_value": -36.0, 
        "diff_votingAuthority_Total": -142.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Novartis AG", 
        "per_sshPrnamt": 0.0, 
        "per_value": -14.937759336099585, 
        "per_votingAuthority_Total": -5.372682557699584, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 241.0, 
        "prev_votingAuthority_Total": 2643.0, 
        "sshPrnamt": 25.0, 
        "stamp": 1635138000, 
        "value": 205.0, 
        "votingAuthority_None": 200.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2301.0, 
        "votingAuthority_Total": 2501.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "G6891L105", 
        "diff_value": 256.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Pangaea Logistics Solutions Lt", 
        "per_sshPrnamt": 0.0, 
        "per_value": 0.5979911235692594, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 42810.0, 
        "prev_votingAuthority_Total": 8527855.0, 
        "sshPrnamt": 8527855.0, 
        "stamp": 1635138000, 
        "value": 43066.0, 
        "votingAuthority_None": 8527855.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 0.0, 
        "votingAuthority_Total": 8527855.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "874039100", 
        "diff_value": -63.0, 
        "diff_votingAuthority_Total": -298.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "TSMC", 
        "per_sshPrnamt": -8.721100380450688, 
        "per_value": -15.328467153284672, 
        "per_votingAuthority_Total": -8.721100380450688, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 411.0, 
        "prev_votingAuthority_Total": 3417.0, 
        "sshPrnamt": 3119.0, 
        "stamp": 1635138000, 
        "value": 348.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3119.0, 
        "votingAuthority_Total": 3119.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "00162Q205", 
        "diff_value": -62.0, 
        "diff_votingAuthority_Total": -575.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ALPS Advisors Inc", 
        "per_sshPrnamt": -9.025270758122744, 
        "per_value": -9.717868338557993, 
        "per_votingAuthority_Total": -9.025270758122744, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 638.0, 
        "prev_votingAuthority_Total": 6371.0, 
        "sshPrnamt": 5796.0, 
        "stamp": 1635138000, 
        "value": 576.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5796.0, 
        "votingAuthority_Total": 5796.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "00162Q718", 
        "diff_value": -611.0, 
        "diff_votingAuthority_Total": -20718.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ALPS Advisors Inc", 
        "per_sshPrnamt": -33.07735291769777, 
        "per_value": -34.79498861047836, 
        "per_votingAuthority_Total": -33.07735291769777, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1756.0, 
        "prev_votingAuthority_Total": 62635.0, 
        "sshPrnamt": 41917.0, 
        "stamp": 1635138000, 
        "value": 1145.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 41917.0, 
        "votingAuthority_Total": 41917.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46090E103", 
        "diff_value": 48.0, 
        "diff_votingAuthority_Total": 116.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Invesco Capital Management LLC", 
        "per_sshPrnamt": 0.0, 
        "per_value": 7.741935483870968, 
        "per_votingAuthority_Total": 6.628571428571428, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 620.0, 
        "prev_votingAuthority_Total": 1750.0, 
        "sshPrnamt": 875.0, 
        "stamp": 1635138000, 
        "value": 668.0, 
        "votingAuthority_None": 875.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 991.0, 
        "votingAuthority_Total": 1866.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "06738C778", 
        "diff_value": 20.0, 
        "diff_votingAuthority_Total": 63.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "IPATH ETNS/USA", 
        "per_sshPrnamt": 0.732047408784569, 
        "per_value": 8.547008547008547, 
        "per_votingAuthority_Total": 0.732047408784569, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 234.0, 
        "prev_votingAuthority_Total": 8606.0, 
        "sshPrnamt": 8669.0, 
        "stamp": 1635138000, 
        "value": 254.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 8669.0, 
        "votingAuthority_Total": 8669.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46432F842", 
        "diff_value": -36.0, 
        "diff_votingAuthority_Total": -347.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ISHARES", 
        "per_sshPrnamt": -2.091873643597782, 
        "per_value": -2.898550724637681, 
        "per_votingAuthority_Total": -2.091873643597782, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1242.0, 
        "prev_votingAuthority_Total": 16588.0, 
        "sshPrnamt": 16241.0, 
        "stamp": 1635138000, 
        "value": 1206.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 16241.0, 
        "votingAuthority_Total": 16241.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46434G103", 
        "diff_value": -99.0, 
        "diff_votingAuthority_Total": -680.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "iShares ETFs/USA", 
        "per_sshPrnamt": -6.179009541117673, 
        "per_value": -13.432835820895523, 
        "per_votingAuthority_Total": -6.179009541117673, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 737.0, 
        "prev_votingAuthority_Total": 11005.0, 
        "sshPrnamt": 10325.0, 
        "stamp": 1635138000, 
        "value": 638.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 10325.0, 
        "votingAuthority_Total": 10325.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287507", 
        "diff_value": -97.0, 
        "diff_votingAuthority_Total": -175.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Voya Investments LLC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -4.113655640373198, 
        "per_votingAuthority_Total": -1.994984040127679, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2358.0, 
        "prev_votingAuthority_Total": 8772.0, 
        "sshPrnamt": 423.0, 
        "stamp": 1635138000, 
        "value": 2261.0, 
        "votingAuthority_None": 90.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 8507.0, 
        "votingAuthority_Total": 8597.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287804", 
        "diff_value": -93.0, 
        "diff_votingAuthority_Total": -489.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Voya Investments LLC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.821698906644239, 
        "per_votingAuthority_Total": -4.646522234891677, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1189.0, 
        "prev_votingAuthority_Total": 10524.0, 
        "sshPrnamt": 486.0, 
        "stamp": 1635138000, 
        "value": 1096.0, 
        "votingAuthority_None": 3000.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 7035.0, 
        "votingAuthority_Total": 10035.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287200", 
        "diff_value": 12.0, 
        "diff_votingAuthority_Total": 15.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ISHARES", 
        "per_sshPrnamt": 0.0, 
        "per_value": 0.45045045045045046, 
        "per_votingAuthority_Total": 0.24213075060532688, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2664.0, 
        "prev_votingAuthority_Total": 6195.0, 
        "sshPrnamt": 320.0, 
        "stamp": 1635138000, 
        "value": 2676.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6210.0, 
        "votingAuthority_Total": 6210.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287127", 
        "diff_value": -17.0, 
        "diff_votingAuthority_Total": -259.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Cohen & Steers Capital Management Inc", 
        "per_sshPrnamt": -1.4346645986816595, 
        "per_value": -1.5496809480401095, 
        "per_votingAuthority_Total": -1.4346645986816595, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1097.0, 
        "prev_votingAuthority_Total": 18053.0, 
        "sshPrnamt": 17794.0, 
        "stamp": 1635138000, 
        "value": 1080.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 17794.0, 
        "votingAuthority_Total": 17794.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46435G342", 
        "diff_value": -284.0, 
        "diff_votingAuthority_Total": -7234.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Fund Advisors", 
        "per_sshPrnamt": -29.5265306122449, 
        "per_value": -31.24312431243124, 
        "per_votingAuthority_Total": -29.5265306122449, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 909.0, 
        "prev_votingAuthority_Total": 24500.0, 
        "sshPrnamt": 17266.0, 
        "stamp": 1635138000, 
        "value": 625.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 17266.0, 
        "votingAuthority_Total": 17266.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287465", 
        "diff_value": -2.0, 
        "diff_votingAuthority_Total": 410.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Fund Advisors", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.06635700066357, 
        "per_votingAuthority_Total": 1.0730737018425462, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 3014.0, 
        "prev_votingAuthority_Total": 38208.0, 
        "sshPrnamt": 1196.0, 
        "stamp": 1635138000, 
        "value": 3012.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 38618.0, 
        "votingAuthority_Total": 38618.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287234", 
        "diff_value": -177.0, 
        "diff_votingAuthority_Total": -1172.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ISHARES TR", 
        "per_sshPrnamt": 0.0, 
        "per_value": -12.854030501089325, 
        "per_votingAuthority_Total": -4.691565589848285, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1377.0, 
        "prev_votingAuthority_Total": 24981.0, 
        "sshPrnamt": 4795.0, 
        "stamp": 1635138000, 
        "value": 1200.0, 
        "votingAuthority_None": 140.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 23669.0, 
        "votingAuthority_Total": 23809.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464288687", 
        "diff_value": -1.0, 
        "diff_votingAuthority_Total": 37.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Fund Advisors", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.390625, 
        "per_votingAuthority_Total": 0.5684436933476725, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 256.0, 
        "prev_votingAuthority_Total": 6509.0, 
        "sshPrnamt": 400.0, 
        "stamp": 1635138000, 
        "value": 255.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6546.0, 
        "votingAuthority_Total": 6546.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287481", 
        "diff_value": -206.0, 
        "diff_votingAuthority_Total": -1757.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Fund Advisors", 
        "per_sshPrnamt": -21.28664889750424, 
        "per_value": -22.055674518201286, 
        "per_votingAuthority_Total": -21.28664889750424, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 934.0, 
        "prev_votingAuthority_Total": 8254.0, 
        "sshPrnamt": 6497.0, 
        "stamp": 1635138000, 
        "value": 728.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6497.0, 
        "votingAuthority_Total": 6497.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287473", 
        "diff_value": -81.0, 
        "diff_votingAuthority_Total": -620.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Fund Advisors", 
        "per_sshPrnamt": -9.205642167780253, 
        "per_value": -10.465116279069768, 
        "per_votingAuthority_Total": -9.205642167780253, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 774.0, 
        "prev_votingAuthority_Total": 6735.0, 
        "sshPrnamt": 6115.0, 
        "stamp": 1635138000, 
        "value": 693.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6115.0, 
        "votingAuthority_Total": 6115.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287614", 
        "diff_value": 34.0, 
        "diff_votingAuthority_Total": 103.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ISHARES/USA", 
        "per_sshPrnamt": 4.335016835016835, 
        "per_value": 5.271317829457364, 
        "per_votingAuthority_Total": 4.335016835016835, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 645.0, 
        "prev_votingAuthority_Total": 2376.0, 
        "sshPrnamt": 2479.0, 
        "stamp": 1635138000, 
        "value": 679.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2479.0, 
        "votingAuthority_Total": 2479.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287598", 
        "diff_value": 18.0, 
        "diff_votingAuthority_Total": 138.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ISHARES TRUST", 
        "per_sshPrnamt": 6.9, 
        "per_value": 5.678233438485805, 
        "per_votingAuthority_Total": 6.9, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 317.0, 
        "prev_votingAuthority_Total": 2000.0, 
        "sshPrnamt": 2138.0, 
        "stamp": 1635138000, 
        "value": 335.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2138.0, 
        "votingAuthority_Total": 2138.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287655", 
        "diff_value": -281.0, 
        "diff_votingAuthority_Total": -1104.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ISHARES", 
        "per_sshPrnamt": -9.090909090909092, 
        "per_value": -32.04104903078677, 
        "per_votingAuthority_Total": -28.85520125457397, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 877.0, 
        "prev_votingAuthority_Total": 3826.0, 
        "sshPrnamt": 250.0, 
        "stamp": 1635138000, 
        "value": 596.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2722.0, 
        "votingAuthority_Total": 2722.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46625H365", 
        "diff_value": -1039.0, 
        "diff_votingAuthority_Total": -33274.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "JP Morgan ETNs/USA", 
        "per_sshPrnamt": 0.0, 
        "per_value": -18.013176144244106, 
        "per_votingAuthority_Total": -11.335345538287536, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 5768.0, 
        "prev_votingAuthority_Total": 293542.0, 
        "sshPrnamt": 956.0, 
        "stamp": 1635138000, 
        "value": 4729.0, 
        "votingAuthority_None": 5000.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 255268.0, 
        "votingAuthority_Total": 260268.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "78463V107", 
        "diff_value": 689.0, 
        "diff_votingAuthority_Total": 6880.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SPDR GOLD TRUST", 
        "per_sshPrnamt": 0.0, 
        "per_value": 1.3342370255615803, 
        "per_votingAuthority_Total": 2.2067054336913885, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 51640.0, 
        "prev_votingAuthority_Total": 311777.0, 
        "sshPrnamt": 453.0, 
        "stamp": 1635138000, 
        "value": 52329.0, 
        "votingAuthority_None": 5642.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 313015.0, 
        "votingAuthority_Total": 318657.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "78467Y107", 
        "diff_value": -359.0, 
        "diff_votingAuthority_Total": -680.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "STATE STREET ETF/USA", 
        "per_sshPrnamt": -21.397105097545627, 
        "per_value": -23.01282051282051, 
        "per_votingAuthority_Total": -21.397105097545627, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1560.0, 
        "prev_votingAuthority_Total": 3178.0, 
        "sshPrnamt": 2498.0, 
        "stamp": 1635138000, 
        "value": 1201.0, 
        "votingAuthority_None": 650.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1848.0, 
        "votingAuthority_Total": 2498.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "78462F103", 
        "diff_value": 20.0, 
        "diff_votingAuthority_Total": 38.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SSgA Funds Management Inc", 
        "per_sshPrnamt": 1.10658124635993, 
        "per_value": 1.3605442176870748, 
        "per_votingAuthority_Total": 1.10658124635993, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1470.0, 
        "prev_votingAuthority_Total": 3434.0, 
        "sshPrnamt": 3472.0, 
        "stamp": 1635138000, 
        "value": 1490.0, 
        "votingAuthority_None": 520.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2952.0, 
        "votingAuthority_Total": 3472.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "92189F106", 
        "diff_value": -47.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Van Eck Associates Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": -13.09192200557103, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 359.0, 
        "prev_votingAuthority_Total": 10584.0, 
        "sshPrnamt": 300.0, 
        "stamp": 1635138000, 
        "value": 312.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 10584.0, 
        "votingAuthority_Total": 10584.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "921908844", 
        "diff_value": -17.0, 
        "diff_votingAuthority_Total": -20.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "VANGUARD ETF/USA", 
        "per_sshPrnamt": -0.16568635572860577, 
        "per_value": -0.9100642398286938, 
        "per_votingAuthority_Total": -0.16568635572860577, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1868.0, 
        "prev_votingAuthority_Total": 12071.0, 
        "sshPrnamt": 12051.0, 
        "stamp": 1635138000, 
        "value": 1851.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 12051.0, 
        "votingAuthority_Total": 12051.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "922042858", 
        "diff_value": -166.0, 
        "diff_votingAuthority_Total": 369.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Vanguard ETF/USA", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.115302186026576, 
        "per_votingAuthority_Total": 0.8588585792756726, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2333.0, 
        "prev_votingAuthority_Total": 42964.0, 
        "sshPrnamt": 295.0, 
        "stamp": 1635138000, 
        "value": 2167.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 43333.0, 
        "votingAuthority_Total": 43333.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "921946406", 
        "diff_value": -8.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "VANGUARD WHITEHALL", 
        "per_sshPrnamt": 0.0, 
        "per_value": -1.3029315960912053, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 614.0, 
        "prev_votingAuthority_Total": 5864.0, 
        "sshPrnamt": 5864.0, 
        "stamp": 1635138000, 
        "value": 606.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5864.0, 
        "votingAuthority_Total": 5864.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "922908629", 
        "diff_value": -2.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Vanguard ETF/USA", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.21097046413502107, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 948.0, 
        "prev_votingAuthority_Total": 3994.0, 
        "sshPrnamt": 700.0, 
        "stamp": 1635138000, 
        "value": 946.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3994.0, 
        "votingAuthority_Total": 3994.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "922908553", 
        "diff_value": -163.0, 
        "diff_votingAuthority_Total": -1595.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "VANGUARD", 
        "per_sshPrnamt": 0.0, 
        "per_value": -2.666012430487406, 
        "per_votingAuthority_Total": -2.655412379715646, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 6114.0, 
        "prev_votingAuthority_Total": 60066.0, 
        "sshPrnamt": 108.0, 
        "stamp": 1635138000, 
        "value": 5951.0, 
        "votingAuthority_None": 160.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 58311.0, 
        "votingAuthority_Total": 58471.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "921932844", 
        "diff_value": -1305.0, 
        "diff_votingAuthority_Total": -2230.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Vanguard ETF/USA", 
        "per_sshPrnamt": -0.6356644831734195, 
        "per_value": -2.2986683576410907, 
        "per_votingAuthority_Total": -0.6356644831734195, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 56772.0, 
        "prev_votingAuthority_Total": 350814.0, 
        "sshPrnamt": 348584.0, 
        "stamp": 1635138000, 
        "value": 55467.0, 
        "votingAuthority_None": 5402.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 343182.0, 
        "votingAuthority_Total": 348584.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "922908363", 
        "diff_value": -2260.0, 
        "diff_votingAuthority_Total": -5790.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "VANGUARD", 
        "per_sshPrnamt": -21.307915945975786, 
        "per_value": -21.13532217338446, 
        "per_votingAuthority_Total": -21.307915945975786, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 10693.0, 
        "prev_votingAuthority_Total": 27173.0, 
        "sshPrnamt": 21383.0, 
        "stamp": 1635138000, 
        "value": 8433.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 21383.0, 
        "votingAuthority_Total": 21383.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "922908769", 
        "diff_value": -22.0, 
        "diff_votingAuthority_Total": -94.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Vanguard ETF/USA", 
        "per_sshPrnamt": -7.208588957055214, 
        "per_value": -7.560137457044673, 
        "per_votingAuthority_Total": -7.208588957055214, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 291.0, 
        "prev_votingAuthority_Total": 1304.0, 
        "sshPrnamt": 1210.0, 
        "stamp": 1635138000, 
        "value": 269.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1210.0, 
        "votingAuthority_Total": 1210.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "97717W331", 
        "diff_value": -538.0, 
        "diff_votingAuthority_Total": -17690.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "WisdomTree Asset Management Inc", 
        "per_sshPrnamt": -28.703087731823267, 
        "per_value": -32.92533659730722, 
        "per_votingAuthority_Total": -28.703087731823267, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1634.0, 
        "prev_votingAuthority_Total": 61631.0, 
        "sshPrnamt": 43941.0, 
        "stamp": 1635138000, 
        "value": 1096.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 43941.0, 
        "votingAuthority_Total": 43941.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "091941104", 
        "diff_value": 11.0, 
        "diff_votingAuthority_Total": 388.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Funds/Closed-End/USA", 
        "per_sshPrnamt": 2.969312007346751, 
        "per_value": 6.547619047619048, 
        "per_votingAuthority_Total": 2.969312007346751, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 168.0, 
        "prev_votingAuthority_Total": 13067.0, 
        "sshPrnamt": 13455.0, 
        "stamp": 1635138000, 
        "value": 179.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 13455.0, 
        "votingAuthority_Total": 13455.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46138E784", 
        "diff_value": -59.0, 
        "diff_votingAuthority_Total": -229.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Invesco Capital Management LLC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -3.8138332255979317, 
        "per_votingAuthority_Total": -0.40884096265086056, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1547.0, 
        "prev_votingAuthority_Total": 56012.0, 
        "sshPrnamt": 135.0, 
        "stamp": 1635138000, 
        "value": 1488.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 55783.0, 
        "votingAuthority_Total": 55783.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46137V621", 
        "diff_value": -4.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Invesco Capital Management LLC", 
        "per_sshPrnamt": 0.0, 
        "per_value": -1.7699115044247788, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 226.0, 
        "prev_votingAuthority_Total": 11695.0, 
        "sshPrnamt": 11695.0, 
        "stamp": 1635138000, 
        "value": 222.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 11695.0, 
        "votingAuthority_Total": 11695.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46138E511", 
        "diff_value": 108.0, 
        "diff_votingAuthority_Total": 8938.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Invesco Capital Management LLC", 
        "per_sshPrnamt": 9.850881156800723, 
        "per_value": 7.76978417266187, 
        "per_votingAuthority_Total": 9.850881156800723, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1390.0, 
        "prev_votingAuthority_Total": 90733.0, 
        "sshPrnamt": 99671.0, 
        "stamp": 1635138000, 
        "value": 1498.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 99671.0, 
        "votingAuthority_Total": 99671.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464288588", 
        "diff_value": 1411.0, 
        "diff_votingAuthority_Total": 13317.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Fund Advisors", 
        "per_sshPrnamt": 4.045924908703129, 
        "per_value": 3.9609241220559745, 
        "per_votingAuthority_Total": 4.045924908703129, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 35623.0, 
        "prev_votingAuthority_Total": 329146.0, 
        "sshPrnamt": 342463.0, 
        "stamp": 1635138000, 
        "value": 37034.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 342463.0, 
        "votingAuthority_Total": 342463.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287176", 
        "diff_value": -3.0, 
        "diff_votingAuthority_Total": -9.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ISHARES TRUST", 
        "per_sshPrnamt": -0.16432353478181486, 
        "per_value": -0.42796005706134094, 
        "per_votingAuthority_Total": -0.16432353478181486, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 701.0, 
        "prev_votingAuthority_Total": 5477.0, 
        "sshPrnamt": 5468.0, 
        "stamp": 1635138000, 
        "value": 698.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5468.0, 
        "votingAuthority_Total": 5468.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464288620", 
        "diff_value": -10.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Fund Advisors", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.8038585209003215, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1244.0, 
        "prev_votingAuthority_Total": 20536.0, 
        "sshPrnamt": 650.0, 
        "stamp": 1635138000, 
        "value": 1234.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 20536.0, 
        "votingAuthority_Total": 20536.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287226", 
        "diff_value": -55.0, 
        "diff_votingAuthority_Total": -158.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "iShares ETFs/USA", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.6317482196186538, 
        "per_votingAuthority_Total": -0.20930201751248526, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 8706.0, 
        "prev_votingAuthority_Total": 75489.0, 
        "sshPrnamt": 4159.0, 
        "stamp": 1635138000, 
        "value": 8651.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 75331.0, 
        "votingAuthority_Total": 75331.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "46429B747", 
        "diff_value": 386.0, 
        "diff_votingAuthority_Total": 4642.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "BlackRock Fund Advisors", 
        "per_sshPrnamt": 3.018813935188497, 
        "per_value": 2.3612895332476906, 
        "per_votingAuthority_Total": 3.018813935188497, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 16347.0, 
        "prev_votingAuthority_Total": 153769.0, 
        "sshPrnamt": 158411.0, 
        "stamp": 1635138000, 
        "value": 16733.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 158411.0, 
        "votingAuthority_Total": 158411.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464288661", 
        "diff_value": 2.0, 
        "diff_votingAuthority_Total": 35.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "iShares ETFs/USA", 
        "per_sshPrnamt": 0.5657022789720382, 
        "per_value": 0.24752475247524752, 
        "per_votingAuthority_Total": 0.5657022789720382, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 808.0, 
        "prev_votingAuthority_Total": 6187.0, 
        "sshPrnamt": 6222.0, 
        "stamp": 1635138000, 
        "value": 810.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6222.0, 
        "votingAuthority_Total": 6222.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "78468R408", 
        "diff_value": 402.0, 
        "diff_votingAuthority_Total": 15328.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "SSGA FUNDS MANAGEMENT INC", 
        "per_sshPrnamt": 16.244515568367284, 
        "per_value": 15.449654112221367, 
        "per_votingAuthority_Total": 16.244515568367284, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2602.0, 
        "prev_votingAuthority_Total": 94358.0, 
        "sshPrnamt": 109686.0, 
        "stamp": 1635138000, 
        "value": 3004.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 109686.0, 
        "votingAuthority_Total": 109686.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "92206C813", 
        "diff_value": 133.0, 
        "diff_votingAuthority_Total": 1548.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "VANGUARD GROUP INC/THE", 
        "per_sshPrnamt": 46.036829463570854, 
        "per_value": 5.569514237855946, 
        "per_votingAuthority_Total": 6.932067529443375, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2388.0, 
        "prev_votingAuthority_Total": 22331.0, 
        "sshPrnamt": 9120.0, 
        "stamp": 1635138000, 
        "value": 2521.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 23879.0, 
        "votingAuthority_Total": 23879.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "92206C771", 
        "diff_value": 172.0, 
        "diff_votingAuthority_Total": 3218.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Vanguard Group Inc/The", 
        "per_sshPrnamt": 72.16864767885176, 
        "per_value": 72.57383966244726, 
        "per_votingAuthority_Total": 72.16864767885176, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 237.0, 
        "prev_votingAuthority_Total": 4459.0, 
        "sshPrnamt": 7677.0, 
        "stamp": 1635138000, 
        "value": 409.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 7677.0, 
        "votingAuthority_Total": 7677.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "92203J407", 
        "diff_value": -33.0, 
        "diff_votingAuthority_Total": -527.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "VANGUARD GROUP INC/THE", 
        "per_sshPrnamt": -2.299301919720768, 
        "per_value": -2.5210084033613445, 
        "per_votingAuthority_Total": -2.299301919720768, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1309.0, 
        "prev_votingAuthority_Total": 22920.0, 
        "sshPrnamt": 22393.0, 
        "stamp": 1635138000, 
        "value": 1276.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 22393.0, 
        "votingAuthority_Total": 22393.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "038222105", 
        "diff_value": -142.0, 
        "diff_votingAuthority_Total": -398.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "APPLIED MATERIALS", 
        "per_sshPrnamt": -5.088062622309197, 
        "per_value": -15.13859275053305, 
        "per_votingAuthority_Total": -6.044039483675019, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 938.0, 
        "prev_votingAuthority_Total": 6585.0, 
        "sshPrnamt": 4850.0, 
        "stamp": 1635138000, 
        "value": 796.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6187.0, 
        "votingAuthority_Total": 6187.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "03076C106", 
        "diff_value": 17.0, 
        "diff_votingAuthority_Total": 4.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Ameriprise Financial Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 6.746031746031746, 
        "per_votingAuthority_Total": 0.39447731755424065, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 252.0, 
        "prev_votingAuthority_Total": 1014.0, 
        "sshPrnamt": 450.0, 
        "stamp": 1635138000, 
        "value": 269.0, 
        "votingAuthority_None": 450.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 568.0, 
        "votingAuthority_Total": 1018.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "172908105", 
        "diff_value": -7.0, 
        "diff_votingAuthority_Total": 3.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "CINTAS CORP", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.30133448127421436, 
        "per_votingAuthority_Total": 0.049342105263157895, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2323.0, 
        "prev_votingAuthority_Total": 6080.0, 
        "sshPrnamt": 6000.0, 
        "stamp": 1635138000, 
        "value": 2316.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6083.0, 
        "votingAuthority_Total": 6083.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "12572Q105", 
        "diff_value": -33.0, 
        "diff_votingAuthority_Total": 23.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "CME Group Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -7.913669064748201, 
        "per_votingAuthority_Total": 1.1722731906218145, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 417.0, 
        "prev_votingAuthority_Total": 1962.0, 
        "sshPrnamt": 1783.0, 
        "stamp": 1635138000, 
        "value": 384.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1985.0, 
        "votingAuthority_Total": 1985.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "808524102", 
        "diff_value": -18.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Charles Schwab Investment Management Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.4045853000674309, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 4449.0, 
        "prev_votingAuthority_Total": 42668.0, 
        "sshPrnamt": 42668.0, 
        "stamp": 1635138000, 
        "value": 4431.0, 
        "votingAuthority_None": 42668.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 0.0, 
        "votingAuthority_Total": 42668.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "125523100", 
        "diff_value": -88.0, 
        "diff_votingAuthority_Total": -50.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Cigna Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": -17.56487025948104, 
        "per_votingAuthority_Total": -2.367424242424242, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 501.0, 
        "prev_votingAuthority_Total": 2112.0, 
        "sshPrnamt": 1707.0, 
        "stamp": 1635138000, 
        "value": 413.0, 
        "votingAuthority_None": 50.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2012.0, 
        "votingAuthority_Total": 2062.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "256677105", 
        "diff_value": -27.0, 
        "diff_votingAuthority_Total": -67.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Dollar General Corp", 
        "per_sshPrnamt": 0.0, 
        "per_value": -4.122137404580153, 
        "per_votingAuthority_Total": -2.2134126197555335, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 655.0, 
        "prev_votingAuthority_Total": 3027.0, 
        "sshPrnamt": 2550.0, 
        "stamp": 1635138000, 
        "value": 628.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 2960.0, 
        "votingAuthority_Total": 2960.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "260557103", 
        "diff_value": -4.0, 
        "diff_votingAuthority_Total": 266.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Dow Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": -1.8957345971563981, 
        "per_votingAuthority_Total": 7.997594708358388, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 211.0, 
        "prev_votingAuthority_Total": 3326.0, 
        "sshPrnamt": 2636.0, 
        "stamp": 1635138000, 
        "value": 207.0, 
        "votingAuthority_None": 241.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3351.0, 
        "votingAuthority_Total": 3592.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "302130109", 
        "diff_value": -42.0, 
        "diff_votingAuthority_Total": 17.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "EXPEDTRS INTL WASH", 
        "per_sshPrnamt": 0.0, 
        "per_value": -5.614973262032086, 
        "per_votingAuthority_Total": 0.2876480541455161, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 748.0, 
        "prev_votingAuthority_Total": 5910.0, 
        "sshPrnamt": 5019.0, 
        "stamp": 1635138000, 
        "value": 706.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5927.0, 
        "votingAuthority_Total": 5927.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "294429105", 
        "diff_value": 101.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Equifax Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 5.8584686774942, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1724.0, 
        "prev_votingAuthority_Total": 7200.0, 
        "sshPrnamt": 7200.0, 
        "stamp": 1635138000, 
        "value": 1825.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 7200.0, 
        "votingAuthority_Total": 7200.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "31620M106", 
        "diff_value": -71.0, 
        "diff_votingAuthority_Total": 35.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Fidelity National Information", 
        "per_sshPrnamt": 0.0, 
        "per_value": -13.221601489757914, 
        "per_votingAuthority_Total": 0.9227524387028736, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 537.0, 
        "prev_votingAuthority_Total": 3793.0, 
        "sshPrnamt": 3600.0, 
        "stamp": 1635138000, 
        "value": 466.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3828.0, 
        "votingAuthority_Total": 3828.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "38141G104", 
        "diff_value": -2.0, 
        "diff_votingAuthority_Total": 4.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "GOLDMAN SACHS GRP", 
        "per_sshPrnamt": 0.0, 
        "per_value": -0.2663115845539281, 
        "per_votingAuthority_Total": 0.20222446916076847, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 751.0, 
        "prev_votingAuthority_Total": 1978.0, 
        "sshPrnamt": 1768.0, 
        "stamp": 1635138000, 
        "value": 749.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1982.0, 
        "votingAuthority_Total": 1982.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "375558103", 
        "diff_value": 23.0, 
        "diff_votingAuthority_Total": 250.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Gilead Sciences Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 7.718120805369128, 
        "per_votingAuthority_Total": 5.76036866359447, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 298.0, 
        "prev_votingAuthority_Total": 4340.0, 
        "sshPrnamt": 2678.0, 
        "stamp": 1635138000, 
        "value": 321.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 4590.0, 
        "votingAuthority_Total": 4590.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "464287457", 
        "diff_value": -2.0, 
        "diff_votingAuthority_Total": -18.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "ISHARES TRUST", 
        "per_sshPrnamt": -0.16208914903196758, 
        "per_value": -0.20898641588296762, 
        "per_votingAuthority_Total": -0.16208914903196758, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 957.0, 
        "prev_votingAuthority_Total": 11105.0, 
        "sshPrnamt": 11087.0, 
        "stamp": 1635138000, 
        "value": 955.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 11087.0, 
        "votingAuthority_Total": 11087.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "460690100", 
        "diff_value": 195.0, 
        "diff_votingAuthority_Total": -365.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Interpublic Group of Cos Inc/T", 
        "per_sshPrnamt": 0.0, 
        "per_value": 12.007389162561577, 
        "per_votingAuthority_Total": -0.7304382629577747, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1624.0, 
        "prev_votingAuthority_Total": 49970.0, 
        "sshPrnamt": 424.0, 
        "stamp": 1635138000, 
        "value": 1819.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 49605.0, 
        "votingAuthority_Total": 49605.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "487836108", 
        "diff_value": 3.0, 
        "diff_votingAuthority_Total": 109.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Kellogg Co", 
        "per_sshPrnamt": 1.1781236489407696, 
        "per_value": 0.5042016806722689, 
        "per_votingAuthority_Total": 1.1781236489407696, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 595.0, 
        "prev_votingAuthority_Total": 9252.0, 
        "sshPrnamt": 9361.0, 
        "stamp": 1635138000, 
        "value": 598.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 9361.0, 
        "votingAuthority_Total": 9361.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "N53745100", 
        "diff_value": -95.0, 
        "diff_votingAuthority_Total": 53.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "LyondellBasell Industries NV", 
        "per_sshPrnamt": 0.48098738542517466, 
        "per_value": -8.37742504409171, 
        "per_votingAuthority_Total": 0.48098738542517466, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 1134.0, 
        "prev_votingAuthority_Total": 11019.0, 
        "sshPrnamt": 11072.0, 
        "stamp": 1635138000, 
        "value": 1039.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 11072.0, 
        "votingAuthority_Total": 11072.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "615369105", 
        "diff_value": -197.0, 
        "diff_votingAuthority_Total": -504.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "MOODYS CORP", 
        "per_sshPrnamt": -23.36572438162544, 
        "per_value": -22.462941847206388, 
        "per_votingAuthority_Total": -20.826446280991735, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 877.0, 
        "prev_votingAuthority_Total": 2420.0, 
        "sshPrnamt": 1735.0, 
        "stamp": 1635138000, 
        "value": 680.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1916.0, 
        "votingAuthority_Total": 1916.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "620076307", 
        "diff_value": 34.0, 
        "diff_votingAuthority_Total": -67.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "MOTOROLA INC", 
        "per_sshPrnamt": 0.0, 
        "per_value": 4.775280898876404, 
        "per_votingAuthority_Total": -2.0420603474550445, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 712.0, 
        "prev_votingAuthority_Total": 3281.0, 
        "sshPrnamt": 3070.0, 
        "stamp": 1635138000, 
        "value": 746.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 3214.0, 
        "votingAuthority_Total": 3214.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "67066G104", 
        "diff_value": 61.0, 
        "diff_votingAuthority_Total": 3795.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "NVIDIA Corp", 
        "per_sshPrnamt": 300.0, 
        "per_value": 6.237218813905931, 
        "per_votingAuthority_Total": 310.30253475061323, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 978.0, 
        "prev_votingAuthority_Total": 1223.0, 
        "sshPrnamt": 1500.0, 
        "stamp": 1635138000, 
        "value": 1039.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 5018.0, 
        "votingAuthority_Total": 5018.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "697435105", 
        "diff_value": 148.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "Palo Alto Networks Inc", 
        "per_sshPrnamt": 0.0, 
        "per_value": 29.133858267716533, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 508.0, 
        "prev_votingAuthority_Total": 1370.0, 
        "sshPrnamt": 1370.0, 
        "stamp": 1635138000, 
        "value": 656.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1370.0, 
        "votingAuthority_Total": 1370.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "749685103", 
        "diff_value": -69.0, 
        "diff_votingAuthority_Total": 0.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "RPM INTERNATIONAL", 
        "per_sshPrnamt": 0.0, 
        "per_value": -12.212389380530974, 
        "per_votingAuthority_Total": 0.0, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 565.0, 
        "prev_votingAuthority_Total": 6376.0, 
        "sshPrnamt": 6150.0, 
        "stamp": 1635138000, 
        "value": 496.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 6376.0, 
        "votingAuthority_Total": 6376.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "78409V104", 
        "diff_value": -126.0, 
        "diff_votingAuthority_Total": -370.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "S&P Global Inc", 
        "per_sshPrnamt": -20.668058455114824, 
        "per_value": -14.334470989761092, 
        "per_votingAuthority_Total": -17.26551563229118, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 879.0, 
        "prev_votingAuthority_Total": 2143.0, 
        "sshPrnamt": 1520.0, 
        "stamp": 1635138000, 
        "value": 753.0, 
        "votingAuthority_None": 0.0, 
        "votingAuthority_Shared": 0.0, 
        "votingAuthority_Sole": 1773.0, 
        "votingAuthority_Total": 1773.0
      }, 
      {
        "acc": "0001509973-21-000005", 
        "cusip": "911312106", 
        "diff_value": -145.0, 
        "diff_votingAuthority_Total": 682.0, 
        "holder_ccn": "ROCKLAND TRUST CO", 
        "holder_cik": 84616, 
        "issuer": "UTD PARCEL SERV", 
        "per_sshPrnamt": 0.0, 
        "per_value": -6.716072255673923, 
        "per_votingAuthority_Total": 6.570327552986513, 
        "period": 1632978000, 
        "portfolioTotal": 1433785, 
        "prev_value": 2159.0, 
        "prev_votingAuthority_Total": 10380.0, 
        "sshPrnamt": 700.0, 
        "stamp": 1635138000, 
        "value": 2014.0, 
        "votingAuthority_None":