answersLogoWhite

0

Short Term Disabilty

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What does STD devs stand for?

standard deviations


In religion what does STD stand for?

Doctor of Sacred Theology


What is std on a pay stub?

STD on a pay stub typically refers to Short-Term Disability insurance. This is a type of insurance that provides employees with a portion of their income if they are unable to work due to a temporary illness or injury. The deduction for STD coverage is usually listed on the pay stub, indicating the amount withheld from the employee's paycheck to fund this benefit.


What does FICA on a paycheck stand for?

Federal Insurance Contributions Act - more commonly referred toas Social Security.


What is mening of STD ISD?

Given this question is in the Technology section, I'm going to assume it's technology based... They are telecommunication based abbreviations which stand for...STD: Subscriber Trunk Dialling.ISD: International Subscriber Dialling.


What does fxstd stand for on a Harley Davidson?

The FX represents the style of front end on the bike. The STD is Soft Tail Deuce.


What does the sexual acronym SD stand for?

It stands for Sexual Disease. Normally, you will see STD which stands for Sexually Transmitted Disease.


What does SDI stand for on your paycheck stub?

SDI on your paycheck stub stands for State Disability Insurance. It is a program that provides short-term disability benefits to workers who are unable to perform their job due to a non-work-related illness or injury. The SDI deduction on your paycheck helps fund this insurance coverage, ensuring you receive financial support during your recovery period.


What is a paycheck?

A paycheck is the money received when working a business. The paycheck will include the amount they have earned after taxes have been taken out.


What is paycheck?

A paycheck is the money received when working a business. The paycheck will include the amount they have earned after taxes have been taken out.


What percentage of Americans live paycheck to paycheck?

A shocking 76 percent of Americans live paycheck to paycheck. This is the same across all income brackets, not just the lower ones.


How do you use sin in c plus plus?

#include<iostream> int main() { std::cout << "sin(1) = " << std::sin(1.0) << std::endl; std::cout << "cos(1) = " << std::cos(1.0) << std::endl; std::cout << "tan(1) = " << std::tan(1.0) << std::endl; std::cout << "asin(1) = " << std::asin(1.0) << std::endl; std::cout << "acos(1) = " << std::acos(1.0) << std::endl; std::cout << "atan(1) = " << std::atan(1.0) << std::endl; } Output: sin(1) = 0.841471 cos(1) = 0.540302 tan(1) = 1.55741 asin(1) = 1.5708 acos(1) = 0 atan(1) = 0.785398