olmsapps.dol.gov Open in urlscan Pro
2607:f250:d020:3005:152:180:11:56f  Public Scan

Submitted URL: http://unionreports.gov/
Effective URL: https://olmsapps.dol.gov/olpdr/
Submission: On March 21 via manual from US — Scanned from US

Form analysis 5 forms found in the DOM

<form class="form-inline ng-pristine ng-valid ng-valid-maxlength" role="form">
  <div style="padding-left:5px;width: 40px;" class="btn-group dropdown" uib-dropdown="" dropdown-append-to-body="" keyboard-nav="">
    <button id="btn-append-to-body" type="button" class="btn btn-primary btn-xs dropdown-toggle" uib-dropdown-toggle="" aria-haspopup="true" aria-expanded="false"> Help<span class="caret"></span>
    </button>
    <ul class="dropdown-menu" uib-dropdown-menu="" role="menu" aria-labelledby="btn-append-to-body" style="top: 0px; display: none; left: 0px; right: auto;">
      <li role="menuitem"><a href="javascript:void(0)" target="_blank" ng-click="download()">User Guide</a></li>
      <!-- ngRepeat: labelLink in labelAndLinks -->
      <li role="menuitem" ng-repeat="labelLink in labelAndLinks" class="ng-scope">
        <a target="_blank" href="https://www.dol.gov/agencies/olms/public-disclosure-room/usvideo_full_screen" class="ng-binding">Video Demo on How to Use the OLMS Public Disclosure Room</a></li><!-- end ngRepeat: labelLink in labelAndLinks -->
    </ul>
  </div> &nbsp; <button style="width: 60px;" type="button" class="btn btn-primary btn-xs" ng-click="glossary()">Glossary</button>
  <div style="width: 62px;" class="btn-group dropdown" uib-dropdown="" dropdown-append-to-body="" keyboard-nav="">
    <button id="btn-append-to-body" type="button" class="btn btn-primary btn-xs dropdown-toggle" uib-dropdown-toggle="" aria-haspopup="true" aria-expanded="false"> Export<span class="caret"></span>
    </button>
    <ul class="dropdown-menu" uib-dropdown-menu="" role="menu" aria-labelledby="btn-append-to-body" style="top: 0px; display: none; left: 0px; right: auto;">
      <li role="menuitem"><a href="javascript:void(0)" ng-click="exportFilteredUnion()">Export As Filtered</a></li>
      <li role="menuitem">
        <!-- ngIf: filerGrid.gridApi.grid.selection.selectedCount > 0 --><a href="javascript:void(0)" ng-if="filerGrid.gridApi.grid.selection.selectedCount > 0" ng-click="exportSelectedUnion()" class="ng-scope">Export Selected</a><!-- end ngIf: filerGrid.gridApi.grid.selection.selectedCount > 0 -->
      </li>
      <li role="menuitem"><a href="javascript:void(0)" ng-click="exportAllUnion()">Export All</a></li>
    </ul>
  </div>
  <button style="background-color: brown;" type="button" class="btn btn-primary btn-xs" ng-click="clearSelectedRows()">Reset</button>
  <span style="color:black;">
    <a target="_blank" href="https://olmsapps.dol.gov/efsui/authentication.action" style=" text-decoration: underline; font-weight:bold; float: right; padding-right:10px; padding-left:5px;" onmouseover="this.style.background='lightgrey'" onmouseout="this.style.background='white'">Electronic Forms System (EFS)
					</a>
    <a href="#" onclick="return false;" style="color:black; cursor:text; float: right; text-decoration: none;">Access</a>
  </span>
  <div class="form-group"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <label class="form-label" style="font-size:90%;color:black">Where's my report (numbers only)?</label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" id="fNum" name="fNum" ng-model="q.fNum" ng-keyup="$event.keyCode == 13 ? findMyReport(q.fNum) : null" ng-keypress="keypressFnum($event)"
      placeholder="Enter the file number" title="File number of Union" maxlength="6" size="6" style="width: 200px; ">
    <button style="width: 50px;" type="button" class="btn btn-primary btn-xs" ng-click="findMyReport(q.fNum)"> Submit </button>
  </div>
</form>

Name: paymentQueryForm

<form novalidate="" name="paymentQueryForm" id="paymentQueryForm" class="ng-pristine ng-valid ng-valid-maxlength ng-valid-mask">
  <div ng-hide="true" class="ng-hide"> Choose: <label><input name="payType" type="radio" ng-model="q.payType" value="Payee" class="ng-pristine ng-untouched ng-valid ng-not-empty"> Payee </label> <label><input type="radio" name="payType"
        ng-model="q.payType" value="Payer" class="ng-pristine ng-untouched ng-valid ng-not-empty"> Payer </label> <label><input type="radio" name="payType" ng-model="q.payType" value="All" class="ng-pristine ng-untouched ng-valid ng-not-empty"> Both
    </label>
  </div>
  <div>Name:</div>
  <!-- ngIf: false -->
  <div>
    <input type="text" name="payer" ng-model="q.payer" placeholder="name of the Payer or Payee" class="ng-pristine ng-untouched ng-valid ng-empty">
  </div>
  <div>File #:</div>
  <div>
    <input type="text" name="fNum" ng-model="q.fNum" max="999999" ng-keypress="keypressFnum($event)" title="Filer ID of Union" maxlength="7" ng-blur="blurFnum()" ng-focus="focusFnum()"
      class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
  </div>
  <div>Union Name:</div>
  <div>
    <input type="text" name="unionName" ng-model="q.unionName" typeahead-select-on-exact="true" placeholder="name of the union that filed report" typeahead-editable="true" typeahead-wait-ms="250"
      uib-typeahead="union as union.unionName for union in getUnion($viewValue)" typeahead-loading="loadingUnionNames" typeahead-no-results="noResults" class="form-control ng-pristine ng-untouched ng-valid ng-empty" aria-autocomplete="list"
      aria-expanded="false" aria-owns="typeahead-44-584">
    <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox" aria-hidden="true" uib-typeahead-popup="" id="typeahead-44-584"
      matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)" debounce="debounceUpdate">
      <!-- ngRepeat: match in matches track by $index -->
    </ul> <i ng-show="loadingUnionNames" class="glyphicon glyphicon-refresh ng-hide"></i> <i ng-show="noResults" class="glyphicon glyphicon-refresh ng-hide">no results</i>
  </div>
  <div>Designation Number:</div>
  <div>
    <input type="text" name="unionLocal" placeholder="number" style="width: 100px;" ui-mask="?9?9?9?9?9?9?9" ui-mask-placeholder="" ui-mask-placeholder-char="space" ng-model="q.unionLocal"
      class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-mask">
  </div>
  <div> Year Covered by Report: <select name="yrCovered" ng-options="year as year.value for year in years" ng-model="q.yrCovered" class="ng-pristine ng-untouched ng-valid ng-not-empty">
      <option label="Any Year" value="object:45" selected="selected">Any Year</option>
      <option label="Most Recent" value="object:46">Most Recent</option>
      <option label="2023" value="object:47">2023</option>
      <option label="2022" value="object:48">2022</option>
      <option label="2021" value="object:49">2021</option>
      <option label="2020" value="object:50">2020</option>
      <option label="2019" value="object:51">2019</option>
      <option label="2018" value="object:52">2018</option>
      <option label="2017" value="object:53">2017</option>
      <option label="2016" value="object:54">2016</option>
      <option label="2015" value="object:55">2015</option>
      <option label="2014" value="object:56">2014</option>
      <option label="2013" value="object:57">2013</option>
      <option label="2012" value="object:58">2012</option>
      <option label="2011" value="object:59">2011</option>
      <option label="2010" value="object:60">2010</option>
      <option label="2009" value="object:61">2009</option>
      <option label="2008" value="object:62">2008</option>
      <option label="2007" value="object:63">2007</option>
      <option label="2006" value="object:64">2006</option>
      <option label="2005" value="object:65">2005</option>
      <option label="2004" value="object:66">2004</option>
    </select>
  </div>
  <div class="onerow">
    <div>Size of Payment:</div>
    <div class="yui3-u-1-5"> Min:(eg: 10000)<input type="text" name="minamountRange" ng-model="q.minamountRange" size="5" style="width: 100px;" ng-keypress="keypressFnum($event)" class="ng-pristine ng-untouched ng-valid ng-empty"> Max: (eg:
      10000)<input type="text" name="maxamountRange" ng-model="q.maxamountRange" size="5" style="width: 100px;" ng-keypress="keypressFnum($event)" class="ng-pristine ng-untouched ng-valid ng-empty">
      <!-- <select name="amountRange" ng-options="amountRange as amountRange.label for amountRange in amountRanges"
							ng-model="q.amountRange"></select> -->
    </div>
  </div>
  <div>
    <button class="btn btn-primary btn-xs" ng-click="search(q)">Search</button>
    <button style="background-color: brown" class="btn btn-primary btn-xs" ng-click="resetForm(q)">Reset</button>
  </div>
</form>

Name: paymentQueryForm

<form novalidate="" name="paymentQueryForm" id="paymentQueryForm" class="ng-pristine ng-valid ng-valid-maxlength ng-valid-mask">
  <div>Last Name:</div>
  <div>
    <input type="text" name="name" ng-model="q.lastName" placeholder="Officer or Employee Last Name" class="ng-pristine ng-untouched ng-valid ng-empty">
  </div>
  <div ng-hide="true" class="ng-hide">
    <input type="text" name="lastName" ng-model="q.lastName" placeholder="Last name of the Officer or Employee" typeahead-min-length="2" typeahead-wait-ms="250" uib-typeahead="address for address in getOfficerName($viewValue)"
      typeahead-loading="loadingOfficers" typeahead-editable="true" typeahead-no-results="noResults3" class="form-control scroll ng-pristine ng-untouched ng-valid ng-empty" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead-72-7584">
    <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox" aria-hidden="true" uib-typeahead-popup="" id="typeahead-72-7584"
      matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)" debounce="debounceUpdate">
      <!-- ngRepeat: match in matches track by $index -->
    </ul> <i ng-show="loadingOfficers" class="glyphicon glyphicon-refresh ng-hide">loading...</i>
  </div>
  <div>First Name:</div>
  <div>
    <input type="text" name="firstName" ng-model="q.firstName" placeholder="Officer or Employee First Name" class="ng-pristine ng-untouched ng-valid ng-empty">
  </div>
  <div>File #:</div>
  <div>
    <input type="text" name="fNum" ng-model="q.fNum" max="999999" ng-keypress="keypressFnum($event)" title="Filer ID of Union" maxlength="7" ng-blur="blurFnum()" ng-focus="focusFnum()"
      class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength">
  </div>
  <div>Union Name:</div>
  <div>
    <input type="text" name="unionName" ng-model="q.unionName" typeahead-on-select="paymentQueryFormChanged" typeahead-select-on-exact="true" placeholder="name of the union that filed report" typeahead-editable="true" typeahead-wait-ms="250"
      uib-typeahead="union as union.unionName for union in getUnion($viewValue)" typeahead-loading="loadingUnionNames" typeahead-no-results="noResults" class="form-control ng-pristine ng-untouched ng-valid ng-empty" aria-autocomplete="list"
      aria-expanded="false" aria-owns="typeahead-73-4863">
    <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox" aria-hidden="true" uib-typeahead-popup="" id="typeahead-73-4863"
      matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)" debounce="debounceUpdate">
      <!-- ngRepeat: match in matches track by $index -->
    </ul> <i ng-show="loadingUnionNames" class="glyphicon glyphicon-refresh ng-hide"></i> <i ng-show="noResults" class="glyphicon glyphicon-refresh ng-hide">no results</i>
  </div>
  <div>Designation Number:</div>
  <div>
    <input type="text" name="unionLocal" placeholder="number" onchange="paymentQueryFormChanged();" style="width: 100px;" ui-mask="?9?9?9?9?9?9?9" ui-mask-placeholder="" ui-mask-placeholder-char="space" ng-model="q.unionLocal"
      class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-mask">
  </div>
  <div> Year Covered by Report: <select name="yrCovered" ng-options="year as year.value for year in years" ng-model="q.yrCovered" class="ng-pristine ng-untouched ng-valid ng-not-empty">
      <option label="Any Year" value="object:74" selected="selected">Any Year</option>
      <option label="Most Recent" value="object:75">Most Recent</option>
      <option label="2023" value="object:76">2023</option>
      <option label="2022" value="object:77">2022</option>
      <option label="2021" value="object:78">2021</option>
      <option label="2020" value="object:79">2020</option>
      <option label="2019" value="object:80">2019</option>
      <option label="2018" value="object:81">2018</option>
      <option label="2017" value="object:82">2017</option>
      <option label="2016" value="object:83">2016</option>
      <option label="2015" value="object:84">2015</option>
      <option label="2014" value="object:85">2014</option>
      <option label="2013" value="object:86">2013</option>
      <option label="2012" value="object:87">2012</option>
      <option label="2011" value="object:88">2011</option>
      <option label="2010" value="object:89">2010</option>
      <option label="2009" value="object:90">2009</option>
      <option label="2008" value="object:91">2008</option>
      <option label="2007" value="object:92">2007</option>
      <option label="2006" value="object:93">2006</option>
      <option label="2005" value="object:94">2005</option>
      <option label="2004" value="object:95">2004</option>
      <option label="2003" value="object:96">2003</option>
      <option label="2002" value="object:97">2002</option>
      <option label="2001" value="object:98">2001</option>
      <option label="2000" value="object:99">2000</option>
      <option label="1999" value="object:100">1999</option>
    </select>
  </div>
  <div class="onerow">
    <div>Size of Payment:</div>
    <div class="yui3-u-1-5"> Min:(eg: 10000)<input type="text" name="minamountRange" ng-model="q.minamountRange" size="5" style="width: 100px;" ng-keypress="keypressFnum($event)" class="ng-pristine ng-untouched ng-valid ng-empty"> Max:(eg: 10000)
      <input type="text" name="maxamountRange" ng-model="q.maxamountRange" size="5" style="width: 100px;" ng-keypress="keypressFnum($event)" class="ng-pristine ng-untouched ng-valid ng-empty">
      <!-- <select name="amountRange" ng-options="amountRange as amountRange.label for amountRange in amountRanges"
							ng-model="q.amountRange"></select> -->
    </div>
  </div>
  <div>
    <button class="btn btn-primary btn-xs" ng-click="search(q)">Search</button>
    <button style="background-color: brown" class="btn btn-primary btn-xs" ng-click="resetForm(q)">Reset</button>
  </div>
</form>

Name: f

<form name="f" class="ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-mask"> <!-- ngRepeat: colFilter in col.filters -->
  <div class="ui-grid-filter-container ng-scope" ng-repeat="colFilter in col.filters">
    <div><input name="x" ng-required="true" class="ui-grid-filter-input ui-grid-filter-input-0 ng-empty ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-mask" type="text" ng-model="colFilter.term" ui-mask="999-999"
        ui-mask-placeholder="" ui-mask-placeholder-char="#" required="required" placeholder="###-###"> <!-- ngIf: !colFilter.disableCancelFilterButton -->
      <div role="button" class="ui-grid-filter-button ng-scope ng-hide" ng-click="removeFilter(colFilter, $index)" ng-if="!colFilter.disableCancelFilterButton"
        ng-disabled="colFilter.term === undefined || colFilter.term === null || colFilter.term === ''" ng-show="colFilter.term !== undefined &amp;&amp; colFilter.term !== null &amp;&amp; colFilter.term !== ''" disabled="disabled">
        <i class="ui-grid-icon-cancel" ui-grid-one-bind-aria-label="aria.removeFilter" aria-label="Remove Filter">&nbsp;</i></div><!-- end ngIf: !colFilter.disableCancelFilterButton -->
    </div><!-- ngIf: colFilter.type === 'select' -->
  </div><!-- end ngRepeat: colFilter in col.filters -->
</form>

Name: paymentQueryForm

<form novalidate="" name="paymentQueryForm" id="paymentQueryForm" class="ng-pristine ng-valid">
  <div style="font-size:16px;color: black;font-weight:bold;">Enter up to three names (people or organizations) as search criteria below:</div>
  <br>
  <div>Search Criteria 1</div>
  <div>
    <input type="text" name="searchText1" ng-model="q.searchText1" title="Search text1" placeholder="eg. john doe" class="ng-pristine ng-untouched ng-valid ng-empty">
  </div>
  <div>Search Criteria 2</div>
  <div>
    <input type="text" name="searchText2" ng-model="q.searchText2" title="Filer ID of Union" placeholder="eg. doe" class="ng-pristine ng-untouched ng-valid ng-empty">
  </div>
  <div>Search Criteria 3</div>
  <div>
    <input type="text" name="searchText3" ng-model="q.searchText3" title="Filer ID of Union" placeholder="eg. john doe inc" class="ng-pristine ng-untouched ng-valid ng-empty">
  </div>
  <div>
    <button class="btn btn-primary btn-xs" ng-click="search(q)">Search</button>
    <button style="background-color: brown" class="btn btn-primary btn-xs" ng-click="resetForm(q)">Reset</button>
  </div>
  <br>
</form>

Text Content

UNITED STATES
DEPARTMENT OF LABOR

 
 
www.dol.gov/olms | Telephone: 1-866-401-1109 | TTY: 7-1-1 Telecommunications
Relay Service (TRS) | Email: olms-public@dol.gov
 
** Data refreshed as of 03/21/2023 at 6:31 PM. Click here to Refresh the page **


OFFICE OF LABOR-MANAGEMENT STANDARDS (OLMS) – LM REPORTS AND CONSTITUTIONS AND
BYLAWS

DOL Home > OLMS > Online Public Disclosure Room > OPDR
 * Union Reports
 * Other Reports
 * CBA Search

 * Union Search
 * Payer/Payee Search
 * Officer/Employee Search
 * Trusteeship Reports
 * Yearly Data Download

Help
 * User Guide
   
 * Video Demo on How to Use the OLMS Public Disclosure Room
   

  Glossary
Export
 * Export As Filtered
 * Export Selected
 * Export All

Reset Electronic Forms System (EFS) Access
                                                                 
                      Where's my report (numbers only)? Submit
● OLMS does not have jurisdiction over unions representing solely state, county,
or municipal employees. These unions do not file financial reports with OLMS.
● To order copies of LM-1, Constitution and Bylaws, LM-15, LM-15A, LM-16 or S-1,
email olms-public@dol.gov or call 202-693-0123 or fax 202-693-1340.
List of labor organization records based on their latest annual financial report
filed (Ordered by the "Latest Report Received" column- Note: terminated labor
organizations appear at the end of the list).

File # 1
 


Latest Report 1
 


Latest Report Received 1
 


Abbr 1
 


Union Name 1
 


Designation Name 1
 


Designation Number 1
 


Unit 1
 


City 1
 


State 1
 


Receipts 1
 


Members 1
 


Disbursements 1
 


Assets 1
 


Liabilities 1
 


029-464
2022 (Simplified)
LM-2
LM-2
2022 (LM-2)
Mar 21, 2023
BCTD
BLDG AND CONSTRN TRADES DEPT AFL-CIO
BLDG & CONSTRUCTION TRADES COUNCIL

NA
STOCKTON
CA
$254,720
20
$168,350
$226,696
$0
036-765
2022 (Simplified)
LM-2
LM-2
2022 (LM-2)
Mar 21, 2023
IBEW
ELECTRICAL WORKERS IBEW AFL-CIO
LOCAL UNION
302

MARTINEZ
CA
$4,749,763
1272
$4,022,825
$7,019,247
$0
544-833
2022 (Simplified)
LM-4
LM-4
2022 (LM-4)
Mar 21, 2023
UGSOA
GOVERNMENT SECURITY OFFICERS, IND
LOCAL UNION
174

BENTON
IL
$990
11
$567
$2,662
$0
010-409
2022 (Simplified)
LM-2
LM-2
2022 (LM-2)
Mar 21, 2023
IBEW
ELECTRICAL WORKERS IBEW AFL-CIO
LOCAL UNION
307

CUMBERLAND
MD
$908,311
363
$946,329
$1,947,937
$37,604
049-792
2022 (Simplified)
LM-2
LM-2
2022 (LM-2)
Mar 21, 2023
IUEC
ELEVATOR CONSTRUCTORS AFL-CIO
LOCAL UNION
79

LITTLE ROCK
AR
$395,126
109
$392,697
$372,754
$84,033
007-943
2022 (Simplified)
LM-2
LM-2
2022 (LM-2)
Mar 21, 2023
SMART
SHEET METAL, AIR, RAIL AND TRANSPORTATION WORKERS
LOCAL UNION
38

BREWSTER
NY
$2,769,686
995
$2,657,368
$966,254
$17,729
529-424
2022 (Simplified)
LM-3
LM-3
2022 (LM-3)
Mar 21, 2023
SMART
SHEET METAL, AIR, RAIL AND TRANSPORTATION WORKERS
LOCAL UNION
1951
TRANSPORTATION DIVISION LOCAL
DELMAR
NY
$31,541
77
$6,488
$64,037
$0
510-067
2022 (Simplified)
LM-3
LM-3
2022 (LM-3)
Mar 21, 2023
AFGE
GOVERNMENT EMPLOYEES AFGE AFL-CIO
LOCAL UNION
3571
HHS
INDIANAPOLIS
IN
$112,205
358
$112,161
$99,897
$0
031-642
2022 (Simplified)
LM-2
LM-2
2022 (LM-2)
Mar 21, 2023
IBEW
ELECTRICAL WORKERS IBEW AFL-CIO
LOCAL UNION
352

LANSING
MI
$443,579
399
$386,150
$681,446
$3,999
518-088
2022 (Simplified)
LM-3
LM-3
2022 (LM-3)
Mar 21, 2023
NATCA
AIR TRAFFIC CONTROLLERS AFL-CIO
LOCAL UNION

ZFW
FORT WORTH
TX
$69,412
290
$93,948
$59,967
$0
031-096
2022 (Simplified)
LM-2
LM-2
2022 (LM-2)
Mar 21, 2023
IUOE
ENGINEERS, OPERATING, AFL-CIO
LOCAL UNION
841

TERRE HAUTE
IN
$4,857,244
2335
$4,226,221
$11,768,877
$8,585
011-091
2022 (Simplified)
LM-3
LM-3
2022 (LM-3)
Mar 21, 2023
IATSE
STAGE AND PICTURE OPERATORS AFL-CIO
LOCAL UNION
195

Manchester
NH
$47,938
54
$45,575
$49,895
$0

No Records Found

of 200 page of 200 pages


50 items per page
1 - 50 of 10000 items
You have requested 34,751 items. The first few are displayed quickly but the
rest may take a while. Please wait or press cancel.
10,000 / 34,751



COMPARISON LIST (0)

Reports
   
   
   
 * Standard Report
 * Informational Report
 * Assets Report
 * Liabilities Report
 * Receipts Report
 * Disbursements Report
 * Accounts Receivable Report (LM-2 only)
 * Accounts Payable Report (LM-2 only)
 * Membership Report (LM-2 only)

Clear


COMPARISON LIST (0)

Reports
 * Standard Report
 * Informational Report
 * Assets Report
 * Liabilities Report
 * Receipts Report
 * Disbursements Report
 * Accounts Receivable Report (LM-2 only)
 * Accounts Payable Report (LM-2 only)
 * Membership Report (LM-2 only)

Clear
   
 * 029-464 BCTD x
   

No Annual Reports to display


LM-1, Constitution Bylaws and Other Attachments:
Description 1
 

Year 1
 

Received 1
 

File Name 1
 

Constitution, Bylaws and Other Attachments
2018
Mar 13, 2019
SJBCTC 2018 Revised Constitution & Bylaws.pdf
SJBCTC 2018 Revised Constitution & Bylaws.pdf
29464-LM1-0
1993
Sep 13, 1993
LM-1
LM-1
Constitution, Bylaws and Other Attachments
1993
Apr 1, 1993
CBL_029464_199304.PDF
CBL_029464_199304.PDF
29464-LM1-2
1980
Mar 24, 1980
LM-1
LM-1
29464-LM1-1
1959
Dec 11, 1959
LM-1
LM-1


Annual reports that have been filed by BLDG AND CONSTRN TRADES DEPT AFL-CIO
(Starting with the most recent report).

Export
  View Reporting History
(Select "Export" to export reporting history, "View Reporting History" to view
reporting history and "Add" to compare multiple reports).
 * Export All


FY 1
 


Latest FY Report Received 1
 


FY Filing Status 1
 


Amendment 1
 


Receipts 1
 


Disbursements 1
 


Assets 1
 


Liabilities 1
 


Members 1
 


2022
LM-2(Mar 21, 2023)
LM1 (not available)
Add x
Received On Time
N/A View
$254,720
$168,350
$226,696
$0
20
2021
LM-3(Mar 18, 2022)
LM1 (not available)
Add x
Received On Time
N/A View
$184,162
$120,528
$136,291
$0
5208
2020
LM-3(Mar 24, 2021)
LM1 (not available)
Add x
Received On Time
N/A View
$87,639
$109,501
$72,657
$0
5208
2019
LM-3(Mar 22, 2020)
LM1 (not available)
Add x
Received On Time
N/A View
$96,370
$72,473
$94,519
$0
5208
2018
LM-3(Mar 13, 2019)
LM1 (not available)
Add x
Received On Time
N/A View
$81,950
$54,045
$70,622
$0
5208
2017
LM-3(Mar 9, 2018)
LM1 (not available)
Add x
Received On Time
N/A View
$72,650
$58,089
$42,717
$0
5208
2016
LM-3(Mar 13, 2017)
LM1 (not available)
Add x
Received On Time
N/A View
$80,939
$81,743
$28,156
$0
5208
2015
LM-3(Mar 31, 2016)
LM1 (not available)
Add x
Received On Time
N/A View
$50,936
$42,071
$28,960
$50
2200
2014
LM-3(Mar 27, 2015)
LM1 (not available)
Add x
Received On Time
N/A View
$33,323
$36,459
$20,095
$0
2200
2013
LM-3(Mar 25, 2014)
LM1 (not available)
Add x
Received On Time
N/A View
$35,448
$37,671
$23,231
$0
2200



of 3 page of 3 pages


10 items per page
1 - 10 of 23 items
LM-1, Constitution Bylaws and Other Attachments:
Description 1
 

Year 1
 

Received 1
 

File Name 1
 

Constitution, Bylaws and Other Attachments
2018
Mar 13, 2019
SJBCTC 2018 Revised Constitution & Bylaws.pdf
SJBCTC 2018 Revised Constitution & Bylaws.pdf
29464-LM1-0
1993
Sep 13, 1993
LM-1
LM-1
Constitution, Bylaws and Other Attachments
1993
Apr 1, 1993
CBL_029464_199304.PDF
CBL_029464_199304.PDF
29464-LM1-2
1980
Mar 24, 1980
LM-1
LM-1
29464-LM1-1
1959
Dec 11, 1959
LM-1
LM-1




                                              Download Chart
View National Headquarters
View National Headquarters

UNION REPORTING HISTORY


029-464


BLDG AND CONSTRN TRADES DEPT AFL-CIO BLDG & CONSTRUCTION TRADES COUNCIL NA


3984 CHEROKEE ROAD


STOCKTON, CA 952152201

Members

Receipts
Choose: Payee Payer Both
Name:

File #:

Union Name:
no results
Designation Number:

Year Covered by Report: Any YearMost
Recent20232022202120202019201820172016201520142013201220112010200920082007200620052004
Size of Payment:
Min:(eg: 10000) Max: (eg: 10000)
Search Reset


COMPARISON LIST (0)

Reports
 * Payer/Payee Report
 * Payer/Payee Itemization Report

Clear
Quick Start Glossary
Export
 * Export As Filtered
 * Export All

Clear Filter

A list of funds paid and received (not including employees) by the labor
organization during the fiscal year (ordered by the Name)
File # 1
 


Report 1
 


Name 1
 


Payer/Payee 1
 


Category 1
 


Type/Classification 1
 


Itemized 1
 


Non Itemized 1
 


Total 1
 


Union Name 1
 


Abbr 1
 


Designation Name 1
 


Designation Number 1
 




No Records Found

of 1 page of 1 pages


50 items per page
1 - 0 of 0 items
You have requested -1 items. The first few are displayed quickly but the rest
may take a while. Please wait or press cancel.

pbClass=progress-striped active pbType=info  

 max=-1 value=0   

 showProgressBar=true showPendingBar= pendingMsg= 

0 / -1



Last Name:

loading...
First Name:

File #:

Union Name:
no results
Designation Number:

Year Covered by Report: Any YearMost
Recent2023202220212020201920182017201620152014201320122011201020092008200720062005200420032002200120001999
Size of Payment:
Min:(eg: 10000) Max:(eg: 10000)
Search Reset


COMPARISON LIST (0)

Reports
 * Officer/Employee Report

Clear
Quick Start Glossary
Export
 * Export As Filtered
 * Export All

Clear Filter

A list of payments to the officers and employees including the direct and
indirect disbursements by the labor organization during the fiscal year (ordered
by the Name).
Note: Blank column data is intentional, and is displayed as seen on the
submitted report.
File # 1
 


Report 1
 


Name 1
 


Type 1
 


Title 1
 


Status 1
 


Other Payee 1
 


Gross Salary 1
 


Allowances Disbursed 1
 


Official Business Disbursements 1
 


Other Disbursements 1
 


Total 1
 


Representational Activities(%) 1
 


Political Activities(%) 1
 


Contributions(%) 1
 


General Overhead(%) 1
 


Administration(%) 1
 


Union Name 1
 


Abbr 1
 


Designation Name 1
 


Designation Number 1
 




No Records Found

of 1 page of 1 pages


50 items per page
1 - 0 of 0 items
You have requested -1 items. The first few are displayed quickly but the rest
may take a while. Please wait or press cancel.

pbClass=progress-striped active pbType=info  

 max=-1 value=0   

 showProgressBar=true showPendingBar= pendingMsg= 

0 / -1


-1

info
progress-striped active
true

 q ={
  "yrCovered": {
    "value": "Any Year"
  },
  "offEmpType": "All"
}

Quick Start Glossary
Export
 * Export As Filtered
 * Export Selected
 * Export All

Reset


List of labor organization records based on their latest trusteeship report
filed.


Established Date 1
 


Union Name 1
 
 


Union Abbr 1
 
 


Affiliate File # 1
 
 


Aug 26, 1993
BRICKLAYERS AFL-CIO
BAC
900-007
Apr 30, 2001
BRICKLAYERS AFL-CIO
BAC
900-017
Sep 06, 1996
BRICKLAYERS AFL-CIO
BAC
900-008
Jun 23, 2003
TEAMSTERS
IBT
700-005
Dec 19, 1996
CARPENTERS IND
CJA
900-005
ELECTRICAL WORKERS IUE AFL-CIO
IUE
700-006
Aug 15, 1994
PAINTERS AFL-CIO
PAT
900-011
LABORERS
LIUNA
700-008
Apr 17, 1998
PLASTERERS AND CEMENT MASONS AFL-CIO
OPCM
900-015
Mar 12, 1994
CARPENTERS IND
CJA
900-003
Apr 01, 2004
MACHINISTS AFL-CIO
IAM
900-027
Jun 27, 2013
MUSICIANS AFL-CIO
AFM
900-033
Dec 31, 2004
TEAMSTERS
IBT
900-029
Feb 08, 1999
ELECTRICAL WORKERS IBEW AFL-CIO
IBEW
900-006
Jul 13, 2004
ELECTRICAL WORKERS IBEW AFL-CIO
IBEW
900-024
Dec 13, 2004
TEAMSTERS
IBT
900-028


No Records Found

of 43 page of 43 pages


50 items per page
1 - 50 of 2126 items
You have requested 2,126 items. The first few are displayed quickly but the rest
may take a while. Please wait or press cancel.
2,126 / 2,126


   
 * BRICKLAYERS AFL-CIO (900-007) x
   

Detail summary of trusteeship reports filed by BRICKLAYERS AFL-CIO (900-007)
starting with the most recent report.

Export
 * Export All


Report 1
 


Form Description 1
 


Received Date 1
 


Filing Status 1
 


Amendments 1
 


Event Type 1
 


Event Date 1
 


Attachments (Electronic Only) 1
 


LM-15S
LM-15S
LM-15
LM-15
LM-15S
LM-15S
LM-15S
LM-15S
LM-15
LM-15S
TRUSTEESHIP SEMI-ANNUAL

Report Due
View
N/A
Period End Date
View All
Feb 25, 1994
View
N/A
LM-16
LM-16
LM-15
LM-15
LM-16
LM-16
LM-16
LM-16
LM-15
LM-16
TERMINAL TRUSTEESHIP REPORT

Report Due
View
N/A
Termination Date
View All
Jul 29, 1994
View
N/A
LM-15
LM-15
LM-15
LM-15
LM-15
LM-15
LM-15
LM-15
LM-15
LM-15
TRUSTEESHIP INITIAL REPORT

Report Due
View
N/A
Established Date
View All
Aug 26, 1993
View
N/A



of 1 page of 1 pages


10 items per page
1 - 3 of 3 items

Last Updated On: Sat Mar 18 2023 09:29:33 GMT+0000 (GMT)
For help on understanding and working with downloaded data, download the OLMS
Guide to Working with Downloaded LM Filing Data.
This guide was created to help users understand the file structure and contents
of the Download Yearly Data feature of the OLMS Online Public Disclosure Room.
Advanced database concepts are presented in this document and it is assumed the
reader will already have an understanding of relational database structure and
basic SQL.
The files below are Zip files containing pipe delimited text files.
Year 2023
Year 2022
Year 2021
Year 2020
Year 2019
Year 2018
Year 2017
Year 2016
Year 2015
Year 2014
Year 2013
Year 2012
Year 2011
Year 2010
Year 2009
Year 2008
Year 2007
Year 2006
Year 2005
Year 2004
Year 2003
Year 2002
Year 2001
Year 2000
 * LM-30 Union Officers and Employees
 * LM-20/21 Labor Relations Consultant
 * LM-10 Employer
 * Advanced Search

Quick Start Glossary
Export
 * Export As Filtered
 * Export Selected
 * Export All

Reset


List of LM-30 records based on their latest report filed (ordered by File #)

File # 1
 
 

Abbr 1
 
UnaffiliatedAAAAACSEAAEAAUPAAWLABGWACOPSACREACTACTWUAEIAFAAFGEAFGWAFLCIOAFMAFSCMEAFTAFTRAAGMAAGVAAIBTUAIUAIWALEAALMALOALPAALUAMMUAMMU&CWAMPANAAOATPAOHCUAPAAPAGAPWUATDAATUB.A.T.BACBBFBCTDBCTGMIBLEBMWEBPUBRSBSACBSAIBSOIWCJACLACOARCUCOIUCSTACTDUCUTWCWADPEDWWEAAIFAAMFASTFEIAFFAIFITUFOACWFOAPOFPAFPSPFRPSUFSOAFUPLJGBWAAGCIUGMPGUAHEREHFIAIAFFIAMIASIATCIATSEIBDWIIBEWIBGWIBTIBUICWIEAUIGAIIGLAAILAILGWUILWUIPFIIPTSAISPAIUDIUEIUECIUJATIUOEIUOPPEIUOSPIUPAIUPWIUSOIUSPOIWAIWUIWWJNESOKAILASHLDCLEOS-PBALGPNLIUNALPNLWUMAPMEBAMESAMMPMPBPMTDMTTDNAATSNABETNACUNAGENAILNALCNALEONAOSTUNAPFENATCANAWUNEANFFENFIUNFNNFOPNHPOANIANIWNLRBUNNUNOITUNPMHUNPMHU
INPWNPWUNSOINTEUNTSANVPUNWSEONWSLPAOCCOCLAOPCMOPEIUOSTEIPACEPAFCAPAGSSPASSPATPEDPLPNPMWPMWAD1PMWUPPANPPDSEPPFPRCGTPRCLPRCUIPRFPTPRSOUSPRTIPRUGTPTCNCPTERLCARTEARWAWRWDSUSAGSAGAFTRASCEASDMOASEIUSFAAWSIUNASLUISMARTSOCSOLOSPFPASPGUSTWTCU/IAMTCWGTJUTNGTPTPROATTDTWUUAPDUAWUCWAUEUFAAUFCWUFWUGSOAUGSOA
MUUGWULPBBULSTDUMWUNAFFUNAPUNITEUNITHEUPNAURSAIURWUSFAUSLPAUSOAUSPOAUSRPAUSSOAUSWUSWUUTUUTWUTWAUWAUWNEUWUWEIWGAEWGAWWISUWPPWWUWWF
 


Name 1
 
 


Union Name 1
 
 


Union City 1
 
 


Union State 1
 
AlabamaAlaskaArizonaArkansasCaliforniaCanal
ZoneColoradoConnecticutDelawareDistrict of
ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth
DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest
VirginiaWisconsinWyomingAmerican Samoa (Territory)Guam (Territory)Puerto Rico
(Territory)Virgin Islands (Territory)Wake Island (Territory)
 


City 1
 
 


State 1
 
AlabamaAlaskaArizonaArkansasCaliforniaCanal
ZoneColoradoConnecticutDelawareDistrict of
ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth
DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest
VirginiaWisconsinWyomingAmerican Samoa (Territory)Guam (Territory)Puerto Rico
(Territory)Virgin Islands (Territory)Wake Island (Territory)
 


U-1021
IUOE
GERALD, ELLIS
ENGINEERS, OPERATING, AFL-CIO
TULSA
OK


U-1025
CWA
MORTON, BAHR
COMMUNICATIONS WORKERS AFL-CIO
WASHINGTON
DC


U-1028
PAT
BROCCIA, RICHARD
PAINTERS AFL-CIO
BIG BEND
WI
MARSHFIELD
MA
U-1076
ATU
JAMES, LASALA
TRANSIT UNION AFL-CIO
SILVER SPRING
MD


U-1087
AFLCIO
SWEENEY, JOHN J
AFL-CIO
WASHINGTON
DC
WASHINGTON
DC
U-1100
UNITE
COWELL, SUSAN
UNITE AFL-CIO
NY
NY


U-1102
APWU
BILLER, MORRIS
POSTAL WORKERS, AMERICAN, AFL-CIO
WASHINGTON
DC


U-1104
GCIU
NORTON, JAMES J
GRAPHIC COMMUNICATIONS, IBT
WASHINGTON
DC


U-1112
IBEW
BARRY, JOHN J
ELECTRICAL WORKERS IBEW AFL-CIO
WASHINGTON, DC
DC


U-1156
UFCW
BURKE, WILLIAM C
FOOD AND COMMERCIAL WKRS
LANDOVER
MD
SILVER SPRING
MD
U-1195
IUOE
HANLEY, FRANK
ENGINEERS, OPERATING, AFL-CIO
WASHINGTON
DC


U-1198
BSOIW
WEST, JACOB F
IRON WORKERS AFL-CIO
WASHINGTON
DC


U-1204
HFIA
BERNARD, WILLIAM G
INSULATORS AFL-CIO
LANHAM
MD


U-1213
AFM
BEVERLY J., HESS
MUSICIANS AFL-CIO
WARREN
OH


U-1219
IAM/PPF
MONTGOMERY, JAMES S
MACHINISTS AFL-CIO/PLUMBERS AFL-CIO
COLUMBIA/LOUISVILLE
KY/MD
GUTHRIE
OK
U-1237
IAM
MATTOS, ANDREW R
MACHINISTS AFL-CIO
SAN JOSE
CA


U-1241
FPA
UPSHAW, EUGENE
PROFESSIONAL ATHLETES, FED, AFL-CIO
WASHINGTON
DC
WASHINGTON
DC

No Records Found

of 356 page of 356 pages


50 items per page
1 - 50 of 17769 items
You have requested 17,769 items. The first few are displayed quickly but the
rest may take a while. Please wait or press cancel.
17,769 / 17,769
   
 * GERALD, E (U-1021) x
   

Detailed summary of LM-30 REPORTS for GERALD, ELLIS for U-1021:
Export
 * Export All


Report 1
 


Received Date 1
 


Union Name 1
 


Union City 1
 


Union State 1
 


Begin Date 1
 


End Date 1
 


Amendment 1
 


2003 (LM-30)
Jun 25, 2003
ENGINEERS, OPERATING, AFL-CIO LU 627
TULSA
OK
Jan 1, 2003
Dec 31, 2003
N/A View
2002 (LM-30)
Feb 5, 2003
ENGINEERS, OPERATING, AFL-CIO LU 627
TULSA
OK
Jul 1, 2001
Jun 30, 2002
N/A View
2001 (LM-30)
Feb 5, 2003
ENGINEERS, OPERATING, AFL-CIO LU 627
TULSA
OK
Jul 1, 2000
Jun 30, 2001
N/A View



of 1 page of 1 pages


10 items per page
1 - 3 of 3 items

Quick Start Glossary
Export
 * Export As Filtered
 * Export Selected
 * Export All

Reset

List of LM-20/21 records based on their latest report filed (ordered by File #)

File # 1
 
 

Organization 1
 
 


City 1
 
 


State 1
 
AlabamaAlaskaArizonaArkansasCaliforniaCanal
ZoneColoradoConnecticutDelawareDistrict of
ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth
DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest
VirginiaWisconsinWyomingAmerican Samoa (Territory)Guam (Territory)Puerto Rico
(Territory)Virgin Islands (Territory)Wake Island (Territory)
 


C-214
BENNETT LAW FIRM, THE/BENNETT, BENNETT, TROJANO, P.A./THE BENNETT LAW FIRM, P.A.
PORTLAND
ME
C-216
BECKMANN, GENE/FREDERICKS, TOM S./JACKSON, T. S./MORRIS, BENJAMIN A./MORSE,
ROBERT C./PERSONNEL LABOR REL. SERV. (PLRS, INC.)/RAWSKI, THOMAS M./RICKER,
EDWIN D.
GRAND BLANC/LOS GATOS
MI
C-233
BLANKENSHIP AND ASSOCIATES
GREENWOOD
IN
C-242
FRIDAY, ELDREDGE AND CLARK
LITTLE ROCK
AR
C-257
COLON, EDWIN A./INDUSTRIAL RELATIONS CONSULTANTS/QUIGLEY, ROBERT J.
BEVERLY HILLS/LOS ANGELES
CA
C-272
CBC CONSULTING, LTD./CRAFT-BARRESI CONSULTANTS, LTD.
CLARKSTON/ORTONVILLE/TROY
MI
C-293
MCDONALD ASSOCIATES AND COMPANY/MCDONALD, EMIL G./SOMERVILLE, DAVE
DETROIT/SUMMERFIELD
FL/MI
C-297
HAZZARD, T. H., INC.
BOISE
ID
C-313
PACIFIC NW EMPLOYEE REL. ASSN. (PNERA)
PORTLAND
OR
C-322
KULTURE CONSULTING/KULTURE CONSULTING, LLC/KULTURE CONSULTING, LLC.
PAWLEYS ISLAND/WEST CALDWELL
NJ/SC
C-323
PRODUCTIVITY IMPROVEMENT, INC.
ROSEMONT
MN
C-363
WHEELER, WILLIAM P.
SHAKER HEIGHTS
OH
C-364
BALANCE INCORPORATED/GARRITY AND ASSOCIATES/HUMAN DYNAMICS
BOULDER CITY/SHERMAN OAKS
CA/CO/NV
C-367
AMERICAN CONSULTING GROUP/THE AMERICAN CONSULTING GROUP, INC
COSTA MESA/MISSION VIEJO
CA
C-376
BERENS & ASSOCIATES, P. C./BERENS AND TATE, P. C./TATE & ALDEN LAW FIRM, P. C.
LINCOLN/OMAHA
NE
C-382
ARES, HENRY/PASADENA CONSULTING
SOUTH PASADENA
CA
C-384
WIGGINS CONSULTING
OKLAHOMA CITY
OK

No Records Found

of 12 page of 12 pages


50 items per page
1 - 50 of 598 items
You have requested 598 items. The first few are displayed quickly but the rest
may take a while. Please wait or press cancel.
598 / 598
   
 * BENNETT LAW FIRM, THE/BENNETT, BENNETT, TROJANO, P.A./THE BENNETT LAW FIRM,
   P.A. (C-214) x
   

Detailed summary of LM-20/21 REPORTS for BENNETT LAW FIRM, THE/BENNETT, BENNETT,
TROJANO, P.A./THE BENNETT LAW FIRM, P.A. for C-214:
Export
 * Export All


Report 1
 


Received Date 1
 


Employer/Trade Name 1
 


Attachments(Electronic only) 1
 


Amendment 1
 


2020 (LM-21)
2020 (LM-21)
2020 (LM-21)
Mar 31, 2021
COCA-COLA BEVERAGES NORTHEAST, INC. View
COCA-COLA BEVERAGES NORTHEAST, INC.
COCA-COLA BEVERAGES NORTHEAST, INC. View
COCA-COLA BEVERAGES NORTHEAST, INC.
View
N/A View
2020 (LM-20)
2020 (LM-20)
2020 (LM-20)
Aug 26, 2020
COCA-COLA BEVERAGES NORTHEAST, INC. View
COCA-COLA BEVERAGES NORTHEAST, INC.
COCA-COLA BEVERAGES NORTHEAST, INC. View
COCA-COLA BEVERAGES NORTHEAST, INC.
View
N/A View
2019 (LM-21)
2019 (LM-21)
2019 (LM-21)
Jun 30, 2020
COCA-COLA BEVERAGES NORTHEAST, INC. + 2 RECORDS View
COCA-COLA BEVERAGES NORTHEAST, INC. + 2 RECORDS
COCA-COLA BEVERAGES NORTHEAST, INC. + 2 RECORDS View
COCA-COLA BEVERAGES NORTHEAST, INC. + 2 RECORDS
View
N/A View
2019 (LM-20)
2019 (LM-20)
2019 (LM-20)
Mar 19, 2020
SPRAGUE RESOURCES GP, LLC View
SPRAGUE RESOURCES GP, LLC
SPRAGUE RESOURCES GP, LLC View
SPRAGUE RESOURCES GP, LLC
View
N/A View
2019 (LM-20)
2019 (LM-20)
2019 (LM-20)
Jan 15, 2020
COCA-COLA BEVERAGES NORTHEST, INC. View
COCA-COLA BEVERAGES NORTHEST, INC.
COCA-COLA BEVERAGES NORTHEST, INC. View
COCA-COLA BEVERAGES NORTHEST, INC.
View
N/A View
2019 (LM-20)
2019 (LM-20)
2019 (LM-20)
Sep 9, 2019
COCA-COLA BOTTLING CO. OF NORTHERN N.E. View
COCA-COLA BOTTLING CO. OF NORTHERN N.E.
COCA-COLA BOTTLING CO. OF NORTHERN N.E. View
COCA-COLA BOTTLING CO. OF NORTHERN N.E.
View
N/A View
2019 (LM-20)
2019 (LM-20)
2019 (LM-20)
Jun 24, 2019
SPRAGUE RESOURCES GP, LLC View
SPRAGUE RESOURCES GP, LLC
SPRAGUE RESOURCES GP, LLC View
SPRAGUE RESOURCES GP, LLC
View
N/A View
2019 (LM-20)
2019 (LM-20)
2019 (LM-20)
Apr 15, 2019
COCA-COLA BOTTLING CO. OF NORTHERN N.E. View
COCA-COLA BOTTLING CO. OF NORTHERN N.E.
COCA-COLA BOTTLING CO. OF NORTHERN N.E. View
COCA-COLA BOTTLING CO. OF NORTHERN N.E.
View
N/A View
2019 (LM-20)
2019 (LM-20)
2019 (LM-20)
Apr 15, 2019
DEAD RIVER COMPANY View
DEAD RIVER COMPANY
DEAD RIVER COMPANY View
DEAD RIVER COMPANY
View
N/A View
2018 (LM-21)
2018 (LM-21)
2018 (LM-21)
Mar 25, 2019
AMOSKEAG BEVERAGES LLC + 12 RECORDS View
AMOSKEAG BEVERAGES LLC + 12 RECORDS
AMOSKEAG BEVERAGES LLC + 12 RECORDS View
AMOSKEAG BEVERAGES LLC + 12 RECORDS
View
N/A View



of 5 page of 5 pages


10 items per page
1 - 10 of 50 items

Quick Start Glossary
Export
 * Export As Filtered
 * Export Selected
 * Export All

Reset


List of LM-10 records based on their latest report filed (ordered by File #)

File # 1
 
 

Employer 1
 
 


City 1
 
 


State 1
 
AlabamaAlaskaArizonaArkansasCaliforniaCanal
ZoneColoradoConnecticutDelawareDistrict of
ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth
DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest
VirginiaWisconsinWyomingAmerican Samoa (Territory)Guam (Territory)Puerto Rico
(Territory)Virgin Islands (Territory)Wake Island (Territory)
 


E-42
COMMONWEALTH EDISON COMPANY
CHICAGO
IL
E-556
DIE SERVICES INTERNATIONAL, LLC/KEITH, BEN E., COMPANY
FORT WORTH/NEW HUDSON
MI/TX
E-1213
CROWN CORK AND SEAL COMPANY, INC.
PHILADELPHIA
PA
E-1564
NOVATO COMMUNITY HOSPITAL/NOVATO HEALTHCARE CENTER LLC
NOVATO
CA
E-1580
CHEVRON INDUSTRIES, INC./CHEVRON OIL COMPANY/CHEVRON U.S.A., INC./HUNTER, JOHN
L./STANDARD OIL COMPANY OF TEXAS
BOISE/DENVER/EL PASO/HOUSTON/RICHMOND
CA/CO/ID/TX
E-1939
GLOBE BATTERY/JOHNSON CONTROLS, INC.
FULLERTON/PLYMOUTH/YUMA
AZ/CA/MI
E-1958
BAR-S FOODS COMPANY
PHOENIX
AZ
E-1959
LEPAGE BAKERIES
AUBURN
ME
E-1964
EDDY PACKING COMPANY, INC.
YOAKUM
TX
E-1975
PIPE SYSTEMS, INC./PORTCO PIPE COMPANY
CROOKS ROAD/VANCOUVER
MI/WA
E-2005
EDISON INSTITUTE
DEARBORN
MI
E-2018
WOOD STRUCTURES, INC.
BIDDEFORD
ME
E-2193
LAMPERT YARDS, INC.
SAINT PAUL
MN
E-2220
LOZIER CORPORATION
OMAHA
NE
E-2387
OLIVER SPRINKLER COMPANY, INC.
KING OF PRUSSIA
PA
E-2428
UNIFIRST CORPORATION
CROYDON/DORCHESTER/WILMINGTON
MA/PA
E-2438
ALKEN - ZIEGLER
KALKASKA
MI

No Records Found

of 105 page of 105 pages


50 items per page
1 - 50 of 5226 items
You have requested 5,226 items. The first few are displayed quickly but the rest
may take a while. Please wait or press cancel.
5,226 / 5,226
   
 * COMMONWEALTH EDISON COMPANY (E-42) x
   

Report Listing of LM-10 Reports filed by COMMONWEALTH EDISON COMPANY (E-42)
Export
 * Export All


Report 1
 


Received Date 1
 


Organization 1
 


Attachments(Electronic only) 1
 


Amendment 1
 


2017 (LM-10)
2017 (LM-10)
2017 (LM-10)
Apr 19, 2018
IBEW 15 View
IBEW 15

View
N/A View
2016 (LM-10)
2016 (LM-10)
2016 (LM-10)
Mar 30, 2017
CHICAGO & COOK COUNTY BLDG & CONSTRUCTION TRADE + 10 RECORDS View
CHICAGO & COOK COUNTY BLDG & CONSTRUCTION TRADE + 10 RECORDS

View
N/A View
2015 (LM-10)
2015 (LM-10)
2015 (LM-10)
Mar 31, 2016
IBEW UNION LOCAL 15 + 6 RECORDS View
IBEW UNION LOCAL 15 + 6 RECORDS

View
N/A View
2014 (LM-10)
2014 (LM-10)
2014 (LM-10)
Mar 31, 2015
IBEW LOCAL UNION 15 + 2 RECORDS View
IBEW LOCAL UNION 15 + 2 RECORDS

View
N/A View
2013 (LM-10)
2013 (LM-10)
2013 (LM-10)
Mar 30, 2014
IBEW LOCAL 15 View
IBEW LOCAL 15

View
N/A View
2012 (LM-10)
2012 (LM-10)
2012 (LM-10)
Mar 29, 2013
CHICAGO FEDERATION OF LABOR + 2 RECORDS View
CHICAGO FEDERATION OF LABOR + 2 RECORDS

View
N/A View
2011 (LM-10)
2011 (LM-10)
2011 (LM-10)
Mar 30, 2012
View


View
N/A View
2010 (LM-10)
2010 (LM-10)
2010 (LM-10)
Mar 31, 2011
View


View
N/A View
2009 (LM-10)
2009 (LM-10)
2009 (LM-10)
Mar 31, 2010
View


View
N/A View
2008 (LM-10)
2008 (LM-10)
2008 (LM-10)
Mar 31, 2009
View


View
N/A View



of 2 page of 2 pages


10 items per page
1 - 10 of 13 items

Enter up to three names (people or organizations) as search criteria below:

Search Criteria 1

Search Criteria 2

Search Criteria 3

Search Reset

Quick Start Glossary
Export
 * Export As Filtered
 * Export All

Clear Filter

A list of records containing the search criteria entered and the location of the
"Match" in each form(s) (LM-10, LM-20, LM-21 and LM-30 only).
File # 1
 


Fiscal Year 1
 


Report 1
 


Received Date 1
 


Filer Name 1
 


Filer Organization 1
 


Match 1
 


Matching Item 1
 





   Sorry, no results found

    Search Suggestions:
      • Ensure the names are spelled correctly
       • Try using the portion of the text being searched (e.g., use Jo for John
or Joint Training)



of 1 page of 1 pages


50 items per page
1 - 0 of 0 items
You have requested -1 items. The first few are displayed quickly but the rest
may take a while. Please wait or press cancel.

pbClass=progress-striped active pbType=info  

 max=-1 value=0   

 showProgressBar=true showPendingBar= pendingMsg= 

0 / -1


 * CBA Search

Quick Start Glossary
Export
 * Export As Filtered
 * 
 * Export All

Reset


Collective Bargaining Agreements

Employer Name 1
 
 

CBA File 1



Location 1
 
 


Union 1
 
 


Expiration Date 1
 



NAICS* 1
 
 


#Wrkrs 1
 
 
 


Type 1
 
All CBAsAll PublicAll Private
 


3-D EXHIBITS, INC.
View
IL
CRCC
May 31, 2020


PRIVATE
30 MAJOR LEAGUE CLUBS
View
NY
MLBPA
Dec 01, 2021


PRIVATE
3535 LV CORP DBA LINQ HOTEL
View
NV
ELECTRICAL WORKERS IBEW AFL-CIO (IBEW) LOCAL UNION 357
Mar 31, 2019

48
PRIVATE
9W HALO OPCO L.P. DBA ANGELICA
View
IL
TEAMSTERS (IBT) LOCAL UNION 14
Aug 22, 2022


PRIVATE
A & P TEA CO. INC.
View
NY NJ
FOOD AND COMMERCIAL WKRS (UFCW) LOCAL UNION 464 A
Nov 08, 2008
445110
8000
PRIVATE
A & P TEA CO. INC.
View
MI
FOOD AND COMMERCIAL WKRS (UFCW) LOCAL UNION 876
Jun 01, 2007
445110
8000
PRIVATE
A & P TEA CO. INC.
View
NY
FOOD AND COMMERCIAL WKRS (UFCW) LOCAL UNION 342 050
Oct 30, 2003
445110
1600
PRIVATE
A. O. SMITH WATER PRODUCTS CO.
View
WA
BOILERMAKERS AFL-CIO (BBF) LODGE 104
Feb 07, 2010
316999
1000
PRIVATE
A.S. AMERICA INC
View
OH
STEELWORKERS, AFL-CIO (USW) LOCAL UNION 07 1538
Jan 31, 2020


PRIVATE
AALBERTS IPS-ELKHART PRODUCTS CORPORATION
View
IN
MACHINISTS AFL-CIO (IAM) LODGE 2018
Aug 13, 2022
332996
120
PRIVATE
ABBOTT HOUSE
View
NY
FOOD AND COMMERCIAL WKRS (UFCW) LOCAL UNION 888
May 31, 2019
623990
130
PRIVATE
ABBOTT NORTHWESTERN HOSPITAL
View
MN
SEIU -
Dec 31, 2013
62211
1000
PRIVATE
ABC INC.
View
NY
STAGE AND PICTURE OPERATORS AFL-CIO (IATSE) LOCAL UNION 804
Dec 11, 2016
513120

PRIVATE
ABC INC. (DISNEY- WAS CAPITAL CITIES)
View
NATIONAL
CWA/NABET
May 12, 2003
515120
1800
PRIVATE
ABC UNIFIED SCHOOL DISTRICT (TEACHERS)
View
CA CERRITOS
AFT ABCFT 2317
Jun 30, 2000
611110
1100
PUBLIC
ABC, INC. (WPVI-TV)
View
PA
STAGE AND PICTURE OPERATORS AFL-CIO (IATSE) LOCAL UNION 804
Jun 05, 2021


PRIVATE
ABLE BUILDING MAINTENANCE
View
CA
SERVICE EMPLOYEES (SEIU) LOCAL UNION 1877
Jan 31, 2012


PRIVATE

No Records Found

of 75 page of 75 pages


50 items per page
1 - 50 of 3740 items
You have requested 3,740 items. The first few are displayed quickly but the rest
may take a while. Please wait or press cancel.
3,740 / 3,740


*The North American Industry Classification System (NAICS) is the standard used
by Federal statistical agencies in classifying business establishments for the
purpose of collecting, analyzing, and publishing statistical data related to the
U.S. business economy. For more information on the NAICS and to look up codes,
visit the NAICS page at the U.S. Census Bureau.

Freedom of Information Act |  Privacy & Security Statement |  Disclaimers | 
Important Web Site Notices