UNPKG

@navinc/base-react-components

Version:
306 lines (295 loc) 12.8 kB
import React from 'react' import styled, { useTheme } from 'styled-components' import propTypes from 'prop-types' import Banner from './banner.js' import Copy from './copy.js' import Header from './header.js' import Link from './link.js' import isRebrand from './is-rebrand.js' const StyledBanner = styled(Banner)` margin: 16px 0; ` const List = styled(({ children, type = 'unordered', className }) => type === 'ordered' ? ( <ol className={className}> {React.Children.map(children, function (child, i) { return <li key={i}>{child}</li> })} </ol> ) : ( <ul className={className}> {React.Children.map(children, function (child, i) { return <li key={i}>{child}</li> })} </ul> ) )` list-style: initial; margin-left: 16px; & > li { margin-bottom: 8px; } & > li:last-child { margin-bottom: 0; } ` const Section = styled.div` & > ${Header} { margin-top: 16px; } & > ${List} { margin-top: 16px; margin-bottom: 16px; } & > ${Copy} + ${Copy} { margin-top: 16px; } ` const SubSection = styled.div` margin-top: ${({ theme }) => (isRebrand(theme) ? '24px' : '0')}; & ${Copy}, & ${List} { ${({ theme }) => isRebrand(theme) && 'margin-top: 8px'} } ` export const CARESActSBAFAQ = styled( ({ className, hideTitle, disasterLoansArticleLink, contactUsLink, forgivenessInfoLink = '/partner/education/resources', eidlGrantsArticleLink = '/partner/education/resources', }) => { const theme = useTheme() const rebrand = isRebrand(theme) const SubHeader = rebrand ? ({ children, ...props }) => ( <Copy size="lg" bold {...props}> {children} </Copy> ) : ({ children, ...props }) => ( <Header size="md" {...props}> {children} </Header> ) return ( <Section className={className}> {!hideTitle && <Header size={rebrand ? 'xs' : 'lg'}>PPP Loan FAQs</Header>} <SubSection> <SubHeader>What Does Payroll Include?</SubHeader> <List> <Copy>Salary, wages, commissions or similar compensation</Copy> <Copy> Payment of cash tips or equivalent (based on employer records of past tips or, in the absence of such records, a reasonable, good-faith employer estimate of such tips) </Copy> <Copy>Payment for vacation, parental, family, medical, or sick leave;</Copy> <Copy> Payment required for the provisions of employee benefits including insurance premiums (employer cost); </Copy> <Copy>Payment of any retirement benefit;</Copy> <Copy>Payment of any retirement benefit (employer cost);</Copy> <Copy>Payment of State or local tax assessed on the compensation of employees.</Copy> <Copy>New: group life, disability, vision, or dental insurance</Copy> </List> <Copy bold>It Does Not Include</Copy> <List> <Copy> The compensation of an individual in an amount that is more than $100,000 on an annualized basis, as prorated for the period during which the compensation is paid or the obligation to pay the compensation is incurred; </Copy> <Copy> Any compensation of an employee whose principal place of residence is outside the United States; </Copy> <Copy> Qualified sick and family leave wages for which a credit is allowed under sections 7001 and 7003 of the Families First Coronavirus Response Act </Copy> <Copy> Do not include rent, mortgage interest or utility payments when calculating your loan amount. Do not include payments to contractors you pay on a 1099 basis. They can apply for PPP themselves. </Copy> </List> </SubSection> <SubSection> <SubHeader>I don’t have employees. Can I still qualify?</SubHeader> <Copy> Self-employed individuals and independent contractors with no employees who file IRS Form 1040 Schedule C may qualify based on the 2019 net income for their business, as reported on line 31 of Schedule C. </Copy> </SubSection> <SubSection> <SubHeader>Do I qualify for a first-time PPP loan?</SubHeader> <Copy> To qualify for a Paycheck Protection Program loan, you must be a small business as defined by the SBA. This includes: </Copy> <List> <Copy>Small businesses or non-profit 501(c)(3) organizations with 500 or fewer employees</Copy> <Copy> Small businesses, 501(c)(19) veteran’s organizations or tribal concerns that meet the SBA size standards (See the 2020 SBA size standards here.) </Copy> <Copy>Sole proprietors or independent contractors</Copy> </List> <Copy> Businesses in the food or hospitality industry (NAICS codes beginning in 72) may be eligible on a per-location basis. </Copy> <Copy> In addition, the normal affiliation rules are waived for franchises or businesses receiving financial assistance from a Small Business Investment Company. </Copy> <Copy>Your business must have been operational by February 15, 2020.</Copy> </SubSection> <SubSection> <SubHeader>Do I qualify for a second PPP loan?</SubHeader> <Copy> To qualify for a second PPP loan, in addition to the requirements above, your business must also have: <List type="ordered"> <Copy>No more than 300 employees and</Copy> <Copy> At least a 25% reduction in revenues in at least one quarter in 2020 when compared to previous quarters. </Copy> </List> </Copy> </SubSection> <SubSection> <SubHeader>How is the 25% reduction in revenue calculated?</SubHeader> <Copy> Compare gross receipts of the business for any quarter in 2020 to the same quarter in 2019 to determine if revenues decreased by at least 25%. </Copy> <Copy> If you were not in business during the first or second quarter of 2019 but you were in business in the third and fourth quarter of 2019, you may compare any quarter in 2020 with the third or fourth quarter of 2019. </Copy> <Copy> If you were not in business during the first, second or third quarter of 2019, but you were in business in the fourth quarter of 2019, you may compare any quarter in 2020 with the fourth quarter of 2019. </Copy> <Copy> A business that wasn’t in business in 2019 but was in business before February 15, 2020 will compare gross receipts from the second, third or fourth quarter of 2020 to that first quarter of 2020. </Copy> </SubSection> <SubSection> <SubHeader>How much can I borrow?</SubHeader> <Copy> Businesses may borrow 2.5 times the average monthly payroll, either based on the year before the loan is made or 2019. However, businesses with a NAICS industry code starting with 72 (hospitality industry) may qualify for a second draw PPP loan of 3.5 times the average monthly payroll. </Copy> <Copy> The maximum loan amount is $2 million for second draw PPP loans and $10 million for first-time PPP loans. </Copy> </SubSection> <SubSection> <Header>Is this the free SBA grant money I heard about?</Header> <Copy> No. The advance (or grant) of up to $10,000 is part of the Economic Injury Disaster Loan program, not Paycheck Protection Loans. If eligible, you may apply for both.{' '} <Link target="_blank" rel="noreferrer" href={eidlGrantsArticleLink}> Read about new EIDL grants here </Link> . </Copy> </SubSection> <SubSection> <SubHeader>Where can I get one of these loans?</SubHeader> <Copy>Individual lenders, including many banks, credit unions and some online lenders make these loans.</Copy> <Copy> Learn more about PPP loans, including how you may use funds and how forgiveness works{' '} <Link target="_blank" rel="noreferrer" href={forgivenessInfoLink}> here </Link> . </Copy> </SubSection> <SubSection> <SubHeader>Is there a personal credit check?</SubHeader> <Copy> None is required. A few lenders checked credit in the first round of PPP; check with your lender if this is a concern. </Copy> </SubSection> <SubSection> <SubHeader>Is there a personal guarantee?</SubHeader> <Copy> No. There is no personal guarantee required. In addition, these will be non-recourse loans as long as proceeds are used for covered purposes. (Non-recourse means the government won’t be able to collect if you default.) </Copy> </SubSection> <SubSection> <SubHeader>Is collateral required?</SubHeader> <Copy> No. Normally SBA loans for more than $25,000 require collateral. That requirement is waived for these loans. </Copy> </SubSection> <SubSection> <SubHeader>How soon do I have to start making payments?</SubHeader> <Copy>Payments will be deferred until forgiveness is determined.</Copy> </SubSection> <SubSection> <SubHeader>How long will these loans be available?</SubHeader> <Copy>They are currently available through March 31, 2021 if funds remain available.</Copy> </SubSection> <SubSection> <SubHeader>Can these loans be forgiven?</SubHeader> <Copy>You can request forgiveness of the principal portion of the loan which covers:</Copy> <List> <Copy>Payroll costs</Copy> <Copy>Interest on a mortgage</Copy> <Copy>Rent</Copy> <Copy>Utilities</Copy> <Copy>Covered operations expenditure</Copy> <Copy>Covered property damage cost</Copy> <Copy>Covered supplier cost</Copy> <Copy>Covered worker protection expenditure</Copy> </List> <Copy> At least 60% of loan proceeds must be spent on payroll and payroll-related expenses. Forgiveness may be reduced if you reduce full-time equivalent employment hours and/or salaries and wages, with exceptions. Rehiring employees may mitigate reductions in the amount that can be forgiven. </Copy> </SubSection> <SubSection> <Copy bold>In addition:</Copy> <List> <Copy>Payroll includes the costs listed under the section “What Does Payroll Include?” above.</Copy> <Copy>Forgiven debt is not taxable.</Copy> </List> <Copy> Additional information about forgiveness is available{' '} <Link target="_blank" rel="noreferrer" href={forgivenessInfoLink}> here </Link> . </Copy> </SubSection> <SubSection> <StyledBanner type="warning" title="Please note:" copy="There are specific and technical calculations included in this section of the law, and you should not rely on this description to determine whether to keep employees, reduce employee wages or to determine your eligibility for loan forgiveness." /> <StyledBanner type="warning" copy="Please keep in mind this information is changing rapidly and is based on our current understanding of the programs. It can and likely will change. Although we will be monitoring and updating this as new information becomes available, please do not rely solely on this for your financial decisions." /> </SubSection> </Section> ) } )`` CARESActSBAFAQ.propTypes = { hideTitle: propTypes.bool, disasterLoansArticleLink: propTypes.string.isRequired, businessCreditReportLink: propTypes.string.isRequired, contactUsLink: propTypes.string.isRequired, }