 #page-changer {padding:15px; background:#e5e5e5}
if (isset($_POST['nav'])) {
		 header("Location: $_POST[nav]");
	}
?**View questions about:**

Choose Topic...ALL FAQsMost Commonly Asked------------------------------------Account Setup, Systems Access, Running ReportsAuthorized SignatureBudgetingCapitalization, Equipment, EIN, DUNS, W-9ClinCardCompliance &amp; Review Boards (e.g. COI, IRB, IACUC)ConsultantsContactsDefinitionsEmployee Reimbursement &amp; TravelExclusions, MTDC, Fringe and Indirect (F&amp;A) RatesFormsGrant Applications/ProposalsInfoEd (Training, eRA Commons)Procedures / How To'sSignatures, Authorizations, and LevelsSubsVelosCT / Medicare Coverage Analysis (MCA)   ---


$(function() {
    $("#submit").hide();
    $("#page-changer select").change(function() {
        window.location = $("#page-changer select option:selected").val();
    })
});
[Show All](#) [Hide All](#)


$(function () {			
					$('a[data-toggle="collapse"]').on('click',function(){
				var objectID=$(this).attr('href');
				if($(objectID).hasClass('in'))
				{
                                    $(objectID).collapse('hide');
				}
				else{
                                    $(objectID).collapse('show');
				}
                    });
                    $('#expandAll').on('click',function(){
                        $(".inner-page-content").find('a[data-toggle="collapse"]').each(function(){
                            var objectID=$(this).attr('href');
                            if($(objectID).hasClass('in')===false)
                            {
                                 $(objectID).collapse('show');
                            }
                        });
                    });
                    $('#collapseAll').on('click',function(){
                        $(".inner-page-content").find('a[data-toggle="collapse"]').each(function(){
                            var objectID=$(this).attr('href');
                            $(objectID).collapse('hide');
                        });
                    });
					
		});
 [Where can I get a copy of the W-9 needed for the Independent Contractor/Consulting Agreement?](#collapse-3e)

<http://www.irs.gov/> - Click on Forms and Publications Finder; Type in W-9; Click Go; Click on Form W-9. You must have Adobe to Read/Print.



 [What is the difference between a subcontract and a consultant?](#collapse-2I)

Subcontract

- Collaborator will have programmatic decision making responsibility
- Collaborator will manage technical and administrative aspects of a portion of the overall project statement of work
- Collaborator will perform work as part of an institutional appointment and utilize their institutional facilities such as, students, staff, patient population...etc. 
    - Subcontract costs are excluded from BMC's indirect cost calculation in the budget.

Consultant

- An individual/firm/organization identified to provide professional advice or services for a fee
- Operates in a competitive environment
- Does not participate in the programmatic decision making of the project
- Provides similar goods or services to many different purchasers
- BMC's indirect costs are applied to all consultant costs.

\*\*If the consultant is an individual affiliated with another academic institution, the services must be provided outside of their institutional time commitments, without use of their institutional resources, and paid directly to the consultant as an individual and is subject to income taxes\*\*

\*\*BMC employees can not be paid consultants on BMC grants\*\*