Skip to main content

Function: expectedRateToBimonthlyCentavos()

expectedRateToBimonthlyCentavos(rate, period, hoursPerWeek?): Centavos

Defined in: src/lib/recruiting/candidateTo201Row.ts:67

Convert a candidate's expected PHP rate to a bi-monthly (twice-a-month, 24 periods/year) amount in centavos — the cadence Nightingale pays contractors on. monthly halves; hourly annualizes at 52 weeks and divides by 24. Returns integer centavos (rounded half away from zero).

Parameters

rate

Centavos

period

"monthly" | "hourly"

hoursPerWeek?

number = 40

Returns

Centavos