Skip to content
Sussex County

https://sussexcountyde.gov/modules/system/system.theme.css?tbe37g

Solicitation: Not available
Notice ID: 1e05ced660105b4dc1b61514b2a8c0cd
DepartmentSussex CountyStateDEPostedMar 04, 2026, 12:00 AM UTCDueNo due date posted

Federal opportunity from Sussex County. Place of performance: DE.

Market snapshot

Baseline awarded-market signal across all contracting (sample of 400 recent awards; refreshed periodically).

12-month awarded value
$1,310,325,434
Sector total $1,310,325,434 • Share 100.0%
Live
Median
$227,621
P10–P90
$31,601$2,474,119
Volatility
Volatile200%
Market composition
NAICS share of sector
A simple concentration signal, not a forecast.
100.0%
share
Momentum (last 3 vs prior 3 buckets)
+100%($1,310,325,434)
Deal sizing
$227,621 median
Use as a pricing centerline.
Live signal is computed from awarded notices already observed in the system.
Signals shown are descriptive of observed awards; not a forecast.

Related hubs & trends

Navigate the lattice: hubs for browsing, trends for pricing signals.

We write these bids →
Open on official portal →
Map for DE
Live POP
Place of performance
Sussex County, DE
State: DE
Contracting office
Not listed

Applicable Wage Determinations

SAM WDOL references matched to this opportunity's location and scope language.

WD Directory →
Published Jan 02, 2026
Delaware • Sussex
POWER EQUIPMENT OPERATOR Crane
Base: $45.81 • Fringe: $31.38
Drill
Base: $43.76 • Fringe: $30.77
Pounder
Base: $43.76 • Fringe: $30.77
Match signal: state match • county match
Published Jan 02, 2026
Delaware • Sussex
BOILERMAKER
Base: $55.00 • Fringe: $35.48
BRICKLAYER Brick Refractory/Brick Placement Worker
Base: $35.00 • Fringe: $24.57
Bricklayer
Base: $34.19 • Fringe: $27.98
Match signal: state match • county match
Published Jan 02, 2026
Delaware • Sussex
CARPENTER (Includes Form Work)
Base: $38.27 • Fringe: $25.34
LINE CONSTRUCTION (Lineman)
Base: $65.10 • Fringe: $29.75
POWER EQUIPMENT OPERATOR (Crane, Forklift, and Scraper)
Base: $48.73 • Fringe: $32.23
Match signal: state match • county match
Published Jan 02, 2026
Delaware • Kent, New Castle, Sussex
CARPENTER (Excluding Drywall Hangers) NEW CASTLE COUNTY
Base: $10.59 • Fringe: $2.05
Concrete Finisher KENT AND SUSSEX COUNTIES
Base: $9.69 • Fringe: $0.00
ELECTRICIAN KENT AND SUSSEX COUNTIES
Base: $10.00 • Fringe: $0.00
Match signal: state match • county match

Point of Contact

Not available

Agency & Office

Department
Sussex County
Agency
Not available
Subagency
Not available
Office
Legal Notices
Contracting Office Address
Not available

Description

/** * @file * Basic styling for common markup. */ /** * HTML elements. */ fieldset { margin-bottom: 1em; padding: 0.5em; } form { margin: 0; padding: 0; } hr { border: 1px solid gray; height: 1px; } img { border: 0; } table { border-collapse: collapse; } th { border-bottom: 3px solid #ccc; padding-right: 1em; /* LTR */ text-align: left; /* LTR */ } tbody { border-top: 1px solid #ccc; } tr.even, tr.odd { background-color: #eee; border-bottom: 1px solid #ccc; padding: 0.1em 0.6em; } /** * Markup generated by theme_tablesort_indicator(). */ th.active img { display: inline; } td.active { background-color: #ddd; } /** * Markup generated by theme_item_list(). */ .item-list .title { font-weight: bold; } .item-list ul { margin: 0 0 0.75em 0; padding: 0; } .item-list ul li { margin: 0 0 0.25em 1.5em; /* LTR */ padding: 0; } /** * Markup generated by Form API. */ .form-item, .form-actions { margin-top: 1em; margin-bottom: 1em; } tr.odd .form-item, tr.even .form-item { margin-top: 0; margin-bottom: 0; white-space: nowrap; } .form-item .description { font-size: 0.85em; } label { display: block; font-weight: bold; } label.option { display: inline; font-weight: normal; } .form-checkboxes .form-item, .form-radios .form-item { margin-top: 0.4em; margin-bottom: 0.4em; } .form-type-radio .description, .form-type-checkbox .description { margin-left: 2.4em; } input.form-checkbox, input.form-radio { vertical-align: middle; } .marker, .form-required { color: #f00; } .form-item input.error, .form-item textarea.error, .form-item select.error { border: 2px solid red; } /** * Inline items. */ .container-inline .form-actions, .container-inline.form-actions { margin-top: 0; margin-bottom: 0; } /** * Markup generated by theme_more_link(). */ .more-link { text-align: right; /* LTR */ } /** * Markup generated by theme_more_help_link(). */ .more-help-link { text-align: right; /* LTR */ } .more-help-link a { background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */ padding: 1px 0 1px 20px; /* LTR */ } /** * Markup generated by theme_pager(). */ .item-list .pager { clear: both; text-align: center; } .item-list .pager li { background-image: none; display: inline; list-style-type: none; padding: 0.5em; } .pager-current { font-weight: bold; } /** * Autocomplete. * * @see autocomplete.js */ /* Suggestion list */ #autocomplete li.selected { background: #0072b9; color: #fff; } /** * Collapsible fieldsets. * * @see collapse.js */ html.js fieldset.collapsible .fieldset-legend { background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */ padding-left: 15px; /* LTR */ } html.js fieldset.collapsed .fieldset-legend { background-image: url(../../misc/menu-collapsed.png); /* LTR */ background-position: 5px 50%; /* LTR */ } .fieldset-legend span.summary { color: #999; font-size: 0.9em; margin-left: 0.5em; } /** * TableDrag behavior. * * @see tabledrag.js */ tr.drag { background-color: #fffff0; } tr.drag-previous { background-color: #ffd; } .tabledrag-toggle-weight { font-size: 0.9em; } body div.tabledrag-changed-warning { margin-bottom: 0.5em; } /** * TableSelect behavior. * * @see tableselect.js */ tr.selected td { background: #ffc; } td.checkbox, th.checkbox { text-align: center; } /** * Progress bar. * * @see progress.js */ .progress { font-weight: bold; } .progress .bar { background: #ccc; border-color: #666; margin: 0 0.2em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .progress .filled { background: #0072b9 url(../../misc/progress.gif); }

Files

Files size/type shown when available.

No downloadable attachments detected for this notice.

BidPulsar Analysis

A practical, capture-style breakdown of fit, requirements, risks, and next steps.

Analysis is being generated for this notice. Check back shortly.

FAQ

How do I use the Market Snapshot?

It summarizes awarded-contract behavior for the opportunity’s NAICS and sector, including a recent pricing band (P10–P90), momentum, and composition. Use it as context, not a guarantee.

Is the data live?

The signal updates as new awarded notices enter the system. Always validate the official award and solicitation details on SAM.gov.

What do P10 and P90 mean?

P10 is the 10th percentile award size and P90 is the 90th percentile. Together they describe the typical spread of award values.