make more taxes vocabs load by default
parent
0237034cad
commit
045cd614c6
|
@ -11,5 +11,4 @@ IN: taxes.usa.futa
|
||||||
|
|
||||||
: futa-tax ( salary w4 -- x )
|
: futa-tax ( salary w4 -- x )
|
||||||
drop futa-base-rate min
|
drop futa-base-rate min
|
||||||
futa-tax-rate futa-tax-offset-credit -
|
futa-tax-rate futa-tax-offset-credit - * ;
|
||||||
* ;
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays assocs kernel math math.intervals
|
USING: accessors arrays assocs kernel math math.intervals
|
||||||
namespaces sequences money math.order taxes.usa.w4 ;
|
namespaces sequences money math.order taxes.usa.w4
|
||||||
|
taxes.usa.futa math.finance taxes.usa.fica
|
||||||
|
taxes.usa.federal ;
|
||||||
IN: taxes.usa
|
IN: taxes.usa
|
||||||
|
|
||||||
! Withhold: FICA, Medicare, Federal (FICA is social security)
|
! Withhold: FICA, Medicare, Federal (FICA is social security)
|
||||||
|
|
Loading…
Reference in New Issue