canadian-income-tax 2023.0 → 2024.0
raw patch · 122 files changed
+31910/−29906 lines, 122 filesdep +aesondep ~containersdep ~deep-transformationsdep ~filepathbinary-addedPVP ok
version bump matches the API change (PVP)
Dependencies added: aeson
Dependency ranges changed: containers, deep-transformations, filepath, hedgehog, scotty, tar, time
API changes (from Hackage documentation)
Files
- CHANGELOG.md +29/−0
- README.md +13/−9
- app/Main.hs +61/−30
- canadian-income-tax.cabal +17/−13
- data/428/5006-c-fill-23e.fdf +0/−1258
- data/428/5007-c-fill-23e.fdf +0/−898
- data/428/5009-c-fill-23e.fdf +0/−942
- data/428/5010-c-fill-23e.fdf +0/−1182
- data/479/5006-tc-fill-23e.fdf +0/−270
- data/479/5010-tc-fill-23e.fdf +0/−634
- data/5000-s11-fill-23e.fdf +0/−302
- data/5000-s6-fill-23e.fdf +0/−758
- data/5000-s7-fill-23e.fdf +0/−334
- data/5000-s9-fill-23e.fdf +0/−286
- data/T1/fdf/5001-r-fill-23e.fdf +0/−2206
- data/T1/fdf/5002-r-fill-23e.fdf +0/−2190
- data/T1/fdf/5004-r-fill-23e.fdf +0/−2206
- data/T1/fdf/5005-r-fill-23e.fdf +0/−2222
- data/T1/fdf/5006-r-fill-23e.fdf +0/−2242
- data/T1/fdf/5010-r-fill-23e.fdf +0/−2234
- data/T1/fdf/5011-r-fill-23e.fdf +0/−2242
- data/T1/fdf/5012-r-fill-23e.fdf +0/−2230
- data/T1/fdf/5014-r-fill-23e.fdf +0/−2214
- data/T1/fdf/5015-r-fill-23e.fdf +0/−2202
- data/T1/pdf/5000-r-fill-22e.pdf binary
- data/T1/pdf/5001-r-fill-22e.pdf binary
- data/T1/pdf/5005-r-fill-22e.pdf binary
- data/T1/pdf/5006-r-fill-22e.pdf binary
- data/T1/pdf/5010-r-fill-22e.pdf binary
- data/T1/pdf/5011-r-fill-22e.pdf binary
- data/T1/pdf/5012-r-fill-22e.pdf binary
- data/T1/pdf/5014-r-fill-22e.pdf binary
- data/T1/pdf/5015-r-fill-22e.pdf binary
- data/fdf/428/5006-c-fill-24e.fdf +1258/−0
- data/fdf/428/5007-c-fill-24e.fdf +898/−0
- data/fdf/428/5009-c-fill-24e.fdf +906/−0
- data/fdf/428/5010-c-fill-24e.fdf +1198/−0
- data/fdf/479/5006-tc-fill-24e.fdf +270/−0
- data/fdf/479/5010-tc-fill-24e.fdf +602/−0
- data/fdf/5000-s11-fill-24e.fdf +302/−0
- data/fdf/5000-s6-fill-24e.fdf +758/−0
- data/fdf/5000-s7-fill-24e.fdf +334/−0
- data/fdf/5000-s8-fill-24e.fdf +1674/−0
- data/fdf/5000-s9-fill-24e.fdf +378/−0
- data/fdf/T1/5001-r-fill-24e.fdf +2262/−0
- data/fdf/T1/5002-r-fill-24e.fdf +2246/−0
- data/fdf/T1/5005-r-fill-24e.fdf +2278/−0
- data/fdf/T1/5006-r-fill-24e.fdf +2298/−0
- data/fdf/T1/5010-r-fill-24e.fdf +2266/−0
- data/fdf/T1/5011-r-fill-24e.fdf +2298/−0
- data/fdf/T1/5012-r-fill-24e.fdf +2286/−0
- data/fdf/T1/5014-r-fill-24e.fdf +2270/−0
- data/fdf/T1/5015-r-fill-24e.fdf +2258/−0
- data/fdf/t4-fill-24e.fdf +742/−0
- data/pdf/428/5006-c-fill-24e.pdf binary
- data/pdf/428/5007-c-fill-24e.pdf binary
- data/pdf/428/5009-c-fill-24e.pdf binary
- data/pdf/428/5010-c-fill-24e.pdf binary
- data/pdf/479/5006-tc-fill-24e.pdf binary
- data/pdf/479/5010-tc-fill-24e.pdf binary
- data/pdf/5000-s11-fill-24e.pdf binary
- data/pdf/5000-s6-fill-24e.pdf binary
- data/pdf/5000-s7-fill-24e.pdf binary
- data/pdf/5000-s8-fill-24e.pdf binary
- data/pdf/5000-s9-fill-24e.pdf binary
- data/pdf/T1/5001-r-fill-24e.pdf binary
- data/pdf/T1/5002-r-fill-24e.pdf binary
- data/pdf/T1/5005-r-fill-24e.pdf binary
- data/pdf/T1/5006-r-fill-24e.pdf binary
- data/pdf/T1/5010-r-fill-24e.pdf binary
- data/pdf/T1/5011-r-fill-24e.pdf binary
- data/pdf/T1/5012-r-fill-24e.pdf binary
- data/pdf/T1/5014-r-fill-24e.pdf binary
- data/pdf/T1/5015-r-fill-24e.pdf binary
- src/Tax/Canada.hs +71/−11
- src/Tax/Canada/Federal.hs +172/−22
- src/Tax/Canada/Federal/Schedule11.hs +34/−37
- src/Tax/Canada/Federal/Schedule6.hs +35/−12
- src/Tax/Canada/Federal/Schedule7.hs +3/−2
- src/Tax/Canada/Federal/Schedule8.hs +658/−0
- src/Tax/Canada/Federal/Schedule9.hs +50/−11
- src/Tax/Canada/FormKey.hs +6/−0
- src/Tax/Canada/Province/AB.hs +26/−21
- src/Tax/Canada/Province/AB/AB428/FieldNames.hs +33/−37
- src/Tax/Canada/Province/AB/AB428/Fix.hs +7/−12
- src/Tax/Canada/Province/AB/AB428/Types.hs +2/−8
- src/Tax/Canada/Province/BC.hs +30/−15
- src/Tax/Canada/Province/BC/BC428/FieldNames.hs +16/−14
- src/Tax/Canada/Province/BC/BC428/Fix.hs +9/−9
- src/Tax/Canada/Province/BC/BC428/Types.hs +7/−4
- src/Tax/Canada/Province/BC/BC479/FieldNames.hs +16/−17
- src/Tax/Canada/Province/BC/BC479/Fix.hs +7/−8
- src/Tax/Canada/Province/BC/BC479/Types.hs +1/−2
- src/Tax/Canada/Province/MB.hs +27/−17
- src/Tax/Canada/Province/MB/MB428/FieldNames.hs +3/−3
- src/Tax/Canada/Province/MB/MB428/Fix.hs +5/−5
- src/Tax/Canada/Province/ON.hs +37/−24
- src/Tax/Canada/Province/ON/ON428/FieldNames.hs +12/−15
- src/Tax/Canada/Province/ON/ON428/Fix.hs +11/−13
- src/Tax/Canada/Province/ON/ON428/Types.hs +3/−6
- src/Tax/Canada/Province/ON/ON479/FieldNames.hs +5/−5
- src/Tax/Canada/Province/ON/ON479/Fix.hs +3/−3
- src/Tax/Canada/Shared.hs +5/−5
- src/Tax/Canada/T1.hs +8/−2
- src/Tax/Canada/T1/FieldNames/AB.hs +1/−6
- src/Tax/Canada/T1/FieldNames/BC.hs +5/−8
- src/Tax/Canada/T1/FieldNames/NB.hs +2/−2
- src/Tax/Canada/T1/FieldNames/NT.hs +5/−2
- src/Tax/Canada/T1/FieldNames/ON.hs +104/−98
- src/Tax/Canada/T1/FieldNames/PE.hs +3/−2
- src/Tax/Canada/T1/FieldNames/QC.hs +40/−39
- src/Tax/Canada/T1/FieldNames/YT.hs +5/−6
- src/Tax/Canada/T1/Fix.hs +125/−120
- src/Tax/Canada/T1/Types.hs +87/−81
- src/Tax/Canada/T4.hs +130/−0
- src/Tax/FDF.hs +38/−25
- src/Tax/PDFtk.hs +3/−3
- src/Tax/Util.hs +5/−2
- test/Properties.hs +32/−19
- test/Regression.hs +25/−15
- test/Test/Transformations.hs +3/−0
- web/Main.hs +93/−34
@@ -1,5 +1,34 @@ # Revision history for `canadian-income-tax` +## 2024.0++* Breaking changes to the library:+ * Support for `T4` slips required signature change to `completeForms`+ * Generalized the `totalOf` function+ * Renamed some `T1` fields+ * Added underscore before the long permanent line numbers+ * Updated for the 2024 tax return forms+* Library additions:+ * Support for federal schedule 8 and `T4` slips+ * Added functions `formFileNames`, `relevantFormKeys`, and `completeRelevantForms`+ * Added the `Year` field constructor+ * Added the `FormKey` and `InputForms` types+* Improvements to executables:+ * Both the command-line and the web server executable now automatically include and complete all supported federal+ schedule forms that are relevant, _i.e._ that affect `T1` in any way.+ * Added command-line options `--only-given` and `--keep-irrelevant` to override the new default behaviour+ * Added command-line options `--t4` and `--s8` for newly supported forms+ * Added the save & load ability to the web server+ * Added schedule 8 support to the web server+ * Added T4 support to the web server as both a PDF upload and overlay form input+* Fixes and maintenance:+ * Fixed the handling of PDF file names with spaces+ * Updated dependency bounds+ * Added more Haddock documentation+ * Added more regression tests+ * Fixed compilation with GHC 9.6.4+ * Fixed the `cabal check` warnings+ ## 2023.0 * Updated for the 2023 tax return forms
@@ -21,19 +21,23 @@ form: your name, SIN, and other identifying information fall into this category, except for the birth date and marital status which may affect your tax credits. + If you have T4 slips in form of fillable PDF files, you can specify them as inputs directly. Otherwise you'll have+ to manually enter their amounts in the appropriate lines of T1 and Schedule 8 form inputs, or better yet download+ a blank T4 slip from https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/t4/t4-fill-24e.pdf and fill it in.+ 3. Save the filled-in PDF form(s). 4. Run - complete-canadian-taxes <province code> --t1 50??-r-fill-23e.pdf -o completed/+ complete-canadian-taxes <province code> --t1 50??-r-fill-24e.pdf -o completed/ where `<province code>` is the two-letter code of the province or territory (AB, BC, QC, etc),- `50??-r-fill-23e.pdf` is the T1 form file you previously saved and `completed/` is the name of the output+ `50??-r-fill-24e.pdf` is the T1 form file you previously saved and `completed/` is the name of the output directory; feel free to change the names. If applicable, you can also supply the 428 and 479 form with the command-line options of the same name. For example, to complete all three forms for Ontario (ON) taxes the full command line would be - complete-canadian-taxes ON --t1 5006-r-fill-23e.pdf --428 5006-c-fill-23e.pdf --479 5006-tc-fill-23e.pdf -o completed/+ complete-canadian-taxes ON --t1 5006-r-fill-24e.pdf --428 5006-c-fill-24e.pdf --479 5006-tc-fill-24e.pdf -o completed/ The usual `--help` option will give you the full list of all supported forms. @@ -66,23 +70,23 @@ 41. Run - pdftk 5006-r-fill-23e.pdf generate_fdf output 5006-r-fill-23e-filled.fdf+ pdftk 5006-r-fill-24e.pdf generate_fdf output 5006-r-fill-24e-filled.fdf - where `5006-r-fill-23e.pdf` is the file you previously saved and `5006-r-fill-23e-filled.fdf` is the name of the+ where `5006-r-fill-24e.pdf` is the file you previously saved and `5006-r-fill-24e-filled.fdf` is the name of the output file; feel free to change them. 42. Run - complete-canadian-taxes <province code> --t1 5006-r-fill-23e-filled.fdf -o completed/+ complete-canadian-taxes <province code> --t1 5006-r-fill-24e-filled.fdf -o completed/ to complete all the field calculations and store the result in the output file- `completed/5006-r-fill-23e-filled.fdf`.+ `completed/5006-r-fill-24e-filled.fdf`. 43. Run - pdftk 5006-r-fill-23e.pdf fill_form completed/5006-r-fill-23e-filled.fdf output 5006-r-fill-23e-completed.pdf+ pdftk 5006-r-fill-24e.pdf fill_form completed/5006-r-fill-24e-filled.fdf output 5006-r-fill-24e-completed.pdf - to transfer the FDF field values from the previous step to the new PDF file, `5006-r-fill-23e-completed.pdf`.+ to transfer the FDF field values from the previous step to the new PDF file, `5006-r-fill-24e-completed.pdf`. The FDF files are almost (but not quite) text files, which makes them `diff`able. You can use this to quickly compare the effects of different changes without eyeballing through the PDF forms.
@@ -9,9 +9,10 @@ import Codec.Archive.Tar qualified as Tar import Codec.Archive.Tar.Entry (fileEntry, toTarPath)-import Control.Applicative ((<**>), optional)+import Control.Applicative ((<**>), many, optional) import Control.Arrow ((&&&)) import Control.Monad (unless, void, when)+import Data.Bifunctor (bimap) import Data.ByteString (ByteString) import Data.ByteString qualified as ByteString import Data.ByteString.Lazy qualified as Lazy@@ -19,21 +20,28 @@ import Data.CAProvinceCodes qualified as Province import Data.Char (toUpper) import Data.Foldable (toList)-import Data.List (intercalate, sortOn)+import Data.Functor.Compose (Compose(Compose, getCompose))+import Data.List qualified as List import Data.Map.Lazy qualified as Map+import Data.Set qualified as Set import Data.Maybe (catMaybes) import Data.Semigroup (Any (Any)) import Data.Semigroup.Cancellative (isPrefixOf, isSuffixOf) import Data.Text (Text)+import Data.Text qualified as Text import Options.Applicative (Parser, ReadM, long, metavar, short) import Options.Applicative qualified as OptsAp import Rank2 qualified import System.Directory (createDirectoryIfMissing, doesDirectoryExist, doesFileExist)-import System.FilePath (replaceDirectory, takeFileName)+import System.FilePath (combine, replaceDirectory, takeFileName) import System.IO (hPutStrLn, stderr) import Text.FDF (FDF, parse, serialize) -import Tax.Canada (completeForms)+import Paths_canadian_income_tax (getDataDir)+import Tax.Canada (completeForms, completeRelevantForms, formFileNames)+import Tax.Canada.Federal (loadInputForms)+import Tax.Canada.FormKey (FormKey)+import Tax.Canada.FormKey qualified as FormKey import Tax.FDF (FDFs) import Tax.FDF qualified as FDF import Tax.PDFtk (fdf2pdf, pdf2fdf)@@ -46,13 +54,17 @@ data Options = Options { province :: Province.Code, t1InputPath :: FilePath,+ t4InputPaths :: [FilePath], p428InputPath :: Maybe FilePath, p479InputPath :: Maybe FilePath, schedule6InputPath :: Maybe FilePath, schedule7InputPath :: Maybe FilePath,+ schedule8InputPath :: Maybe FilePath, schedule9InputPath :: Maybe FilePath, schedule11InputPath :: Maybe FilePath, outputPath :: FilePath,+ onlyGivenForms :: Bool,+ keepIrrelevantForms :: Bool, verbose :: Bool} optionsParser :: Parser Options@@ -60,13 +72,17 @@ Options <$> OptsAp.argument readProvince (metavar "<two-letter province code>") <*> OptsAp.strOption (long "t1" <> metavar "<input T1 form file>")+ <*> many (OptsAp.strOption (long "t4" <> metavar "<input t4 form file>")) <*> optional (OptsAp.strOption (long "428" <> metavar "<input 428 form file>")) <*> optional (OptsAp.strOption (long "479" <> metavar "<input 479 form file>")) <*> optional (OptsAp.strOption (long "s6" <> metavar "<input Schedule 6 form file>")) <*> optional (OptsAp.strOption (long "s7" <> metavar "<input Schedule 7 form file>"))+ <*> optional (OptsAp.strOption (long "s8" <> metavar "<input Schedule 8 form file>")) <*> optional (OptsAp.strOption (long "s9" <> metavar "<input Schedule 9 form file>")) <*> optional (OptsAp.strOption (long "s11" <> metavar "<input Schedule 11 form file>")) <*> OptsAp.strOption (short 'o' <> long "output" <> OptsAp.value "-" <> metavar "<output file or directory>")+ <*> OptsAp.switch (long "only-given")+ <*> OptsAp.switch (long "keep-irrelevant") <*> OptsAp.switch (short 'v' <> long "verbose") <**> OptsAp.helper @@ -75,7 +91,7 @@ where tryRead s = case reads s of [(p, "")] -> Right p _ -> Left ("Invalid province code " <> s <> " - expecting one of "- <> intercalate ", " (onLast ("or " <>) $ show <$> Province.all))+ <> List.intercalate ", " (onLast ("or " <>) $ show <$> Province.all)) onLast f [x] = [f x] onLast f (x:xs) = x : onLast f xs onLast _ [] = []@@ -92,22 +108,33 @@ else error "Expecting an FDF or PDF file" process :: Options -> IO ()-process Options{province, t1InputPath, p428InputPath, p479InputPath,- schedule6InputPath, schedule7InputPath, schedule9InputPath, schedule11InputPath,- outputPath, verbose} = do- let inputFiles :: [(Text, FilePath)]- inputFiles = sortOn fst $- catMaybes [(,) "T1" <$> Just t1InputPath,- (,) "428" <$> p428InputPath,- (,) "479" <$> p479InputPath,- (,) "Schedule6" <$> schedule6InputPath,- (,) "Schedule7" <$> schedule7InputPath,- (,) "Schedule9" <$> schedule9InputPath,- (,) "Schedule11" <$> schedule11InputPath]- inputs <- traverse (traverse readFDF) inputFiles :: IO [(Text, (Bool, Lazy.ByteString))]- let writeFrom :: FilePath -> Bool -> ByteString.ByteString -> IO ()- writeFrom inputPath asPDF content = do- content' <- (if asPDF then (either error Lazy.toStrict <$>) . fdf2pdf inputPath . Lazy.fromStrict else pure) content+process Options{province, t1InputPath, t4InputPaths, p428InputPath, p479InputPath,+ schedule6InputPath, schedule7InputPath, schedule8InputPath, schedule9InputPath, schedule11InputPath,+ outputPath, onlyGivenForms, keepIrrelevantForms, verbose} = do+ dataDir <- getDataDir+ let inputFiles :: [(FormKey, FilePath)]+ inputFiles = List.sortOn fst $+ ((,) FormKey.T4 <$> t4InputPaths) <>+ catMaybes [(,) FormKey.T1 <$> Just t1InputPath,+ (,) FormKey.Provincial428 <$> p428InputPath,+ (,) FormKey.Provincial479 <$> p479InputPath,+ (,) FormKey.Schedule6 <$> schedule6InputPath,+ (,) FormKey.Schedule7 <$> schedule7InputPath,+ (,) FormKey.Schedule8 <$> schedule8InputPath,+ (,) FormKey.Schedule9 <$> schedule9InputPath,+ (,) FormKey.Schedule11 <$> schedule11InputPath]+ allFiles+ | onlyGivenForms = inputFiles+ | otherwise = Map.toList $ Map.fromAscList inputFiles <> emptyFiles+ emptyFiles = completePath <$> Map.delete FormKey.Provincial479 (formFileNames province)+ completePath baseName = combine dataDir $ combine "pdf" $ Text.unpack baseName <> "-fill-24e.pdf"+ inputs <- traverse (traverse readFDF) allFiles :: IO [(FormKey, (Bool, Lazy.ByteString))]+ let writeFrom :: FormKey -> ByteString.ByteString -> IO ()+ writeFrom key content = do+ let Just inputPath = List.lookup key allFiles+ Just (asPDF, _) = List.lookup key inputs+ fromFDF = if asPDF then (either error Lazy.toStrict <$>) . fdf2pdf inputPath . Lazy.fromStrict else pure+ content' <- fromFDF content if outputPath == "-" then ByteString.putStr content' else do@@ -115,23 +142,27 @@ if isDir then ByteString.writeFile (replaceDirectory inputPath outputPath) content' else ByteString.writeFile outputPath content'- paths = snd <$> inputFiles :: [FilePath]- arePDFs = fst . snd <$> inputs+ fdfs = getCompose <$> traverse (parse . Lazy.toStrict . snd) (Compose inputs) :: Either String [(FormKey, FDF)] bytesMap = Lazy.toStrict . snd <$> Map.fromAscList inputs- case traverse parse bytesMap >>= completeForms province of+ case do (inputFDFs, ioFDFs) <- List.partition ((FormKey.T4 ==) . fst) <$> fdfs+ inputForms <- loadInputForms inputFDFs+ let complete = if keepIrrelevantForms then completeForms else completeRelevantForms+ complete province inputForms (Map.fromAscList ioFDFs)+ of Left err -> error err Right fixedFDFs -> do let bytesMap' = serialize <$> fixedFDFs- byteses' = toList bytesMap'- tarEntries = sequenceA (zipWith fdfEntry paths byteses')- fdfEntry path content =- (`fileEntry` ByteString.Lazy.fromStrict content) <$> toTarPath False (takeFileName path)- tarFile = either (error . ("Can't tar: " <>)) (ByteString.Lazy.toStrict . Tar.write) tarEntries+ tarEntries = Map.traverseWithKey fdfEntry bytesMap'+ fdfEntry key content+ | Just path <- List.lookup key allFiles+ = (`fileEntry` ByteString.Lazy.fromStrict content) <$> toTarPath False (takeFileName path)+ | otherwise = Left (show key)+ tarFile = either (error . ("Can't tar: " <>)) (ByteString.Lazy.toStrict . Tar.write . toList) tarEntries -- when verbose (hPutStrLn stderr $ show (form'T1, form'ON)) when ("/" `isSuffixOf` outputPath) (createDirectoryIfMissing True outputPath) if outputPath == "-" then ByteString.putStr tarFile else do isDir <- doesDirectoryExist outputPath if isDir- then void $ sequenceA (zipWith3 writeFrom paths arePDFs byteses')+ then void $ Map.traverseWithKey writeFrom bytesMap' else ByteString.writeFile outputPath tarFile
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: canadian-income-tax-version: 2023.0+version: 2024.0 synopsis: Canadian income tax calculation @@ -31,8 +31,10 @@ Tax.Canada.Federal Tax.Canada.Federal.Schedule6 Tax.Canada.Federal.Schedule7+ Tax.Canada.Federal.Schedule8 Tax.Canada.Federal.Schedule9 Tax.Canada.Federal.Schedule11+ Tax.Canada.FormKey Tax.Canada.Province.AB Tax.Canada.Province.BC Tax.Canada.Province.MB@@ -46,6 +48,7 @@ Tax.Canada.Territory.YT Tax.Canada.Shared Tax.Canada.T1+ Tax.Canada.T4 Tax.FDF Tax.PDFtk Tax.Util@@ -85,8 +88,8 @@ -- LANGUAGE extensions used by modules in this package. -- other-extensions: build-depends: base == 4.*, text >= 1.0 && < 2.2, bytestring >= 0.10.4 && < 1,- time == 1.*, containers >= 0.5 && < 0.8, bitwise-enum ^>= 1.0.0, bifunctors ^>= 5.6,- monoid-subclasses == 1.*, rank2classes ^>= 1.5.3, deep-transformations ^>= 0.2.2,+ time == 1.*, containers >= 0.5 && < 0.9, bitwise-enum ^>= 1.0.0, bifunctors ^>= 5.6,+ monoid-subclasses == 1.*, rank2classes ^>= 1.5.3, deep-transformations ^>= 0.2.2 || ^>= 0.3, ca-province-codes == 1.0.*, forms-data-format ^>= 0.2, typed-process >= 0.1 && ^>=0.2, template-haskell == 2.* hs-source-dirs: src@@ -104,10 +107,11 @@ base == 4.*, text, bytestring, containers, monoid-subclasses, rank2classes, optparse-applicative >= 0.15 && < 0.19,- filepath >= 1.3 && < 1.5, directory >= 1.2 && < 1.4, tar >= 0.4 && < 0.6,+ filepath >= 1.3 && < 1.6, directory >= 1.2 && < 1.4, tar >= 0.4 && < 0.7, ca-province-codes, forms-data-format, canadian-income-tax-+ other-modules: Paths_canadian_income_tax+ autogen-modules: Paths_canadian_income_tax hs-source-dirs: app default-language: Haskell2010 @@ -123,9 +127,9 @@ -- other-extensions: build-depends: base == 4.*, text, bytestring, containers, monoid-subclasses,- filepath >= 1.3 && < 1.5, unix >= 2.6 && < 2.9, directory >= 1.2 && < 1.4,- time >= 1.9.1 && < 1.13, zip-archive ^>= 0.4,- http-types ^>= 0.12, scotty ^>= 0.21, wai-extra ^>= 3.1.10, wai-middleware-static ^>= 0.9.1,+ filepath >= 1.3 && < 1.6, unix >= 2.6 && < 2.9, directory >= 1.2 && < 1.4,+ time >= 1.9.1 && < 1.15, zip-archive ^>= 0.4, aeson ^>= 2.2,+ http-types ^>= 0.12, scotty ^>= 0.22, wai-extra ^>= 3.1.10, wai-middleware-static ^>= 0.9.1, forms-data-format, canadian-income-tax hs-source-dirs: web@@ -135,10 +139,10 @@ test-suite properties type: exitcode-stdio-1.0 build-depends: base >= 4.7 && < 5, bytestring,- directory ^>= 1.3, filepath ^>= 1.4,+ directory ^>= 1.3, filepath, forms-data-format, monoid-subclasses, rank2classes, deep-transformations,- text, time >= 1.9.1 && < 1.13, ca-province-codes,- tasty >= 0.7, tasty-hedgehog ^>= 1.4, hedgehog ^>= 1.4,+ text, time >= 1.9.1 && < 1.15, ca-province-codes,+ tasty >= 0.7, tasty-hedgehog ^>= 1.4, hedgehog ^>= 1.4 || ^>= 1.5, canadian-income-tax hs-source-dirs: test main-is: Properties.hs@@ -150,10 +154,10 @@ test-suite regression type: exitcode-stdio-1.0 build-depends: base >= 4.7 && < 5, bytestring, containers,- directory ^>= 1.3, filepath ^>= 1.4,+ directory ^>= 1.3, filepath, forms-data-format, rank2classes, deep-transformations,- text, time >= 1.9.1 && < 1.13, ca-province-codes,+ text, time >= 1.9.1 && < 1.15, ca-province-codes, tasty >= 0.7, tasty-golden ^>=2.3, canadian-income-tax hs-source-dirs: test
@@ -1,1258 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Line27[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line52[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line54[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line29[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line35[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line50[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Min-Tax-Carryover[0])-/Kids [-<<-/T (Line59[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line58[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line60[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line56[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line61[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line46[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Donations[0])-/Kids [-<<-/T (Line49[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line48[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line47[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (Line44[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line53[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line55[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line51[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Medical-Expenses[0])-/Kids [-<<-/T (Line41[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line39[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line38[0])-/Kids [-<<-/T (Percent_ReadOnly[0])-/V (3%)->>]->> -<<-/T (Line36[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line37[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line45[0])-/Kids [-<<-/T (Percent_ReadOnly[0])-/V (5.05%)->>]->> -<<-/T (Line43[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line26[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Line77[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line76[0])-/Kids [-<<-/T (Line_60970[0])-/Kids [-<<-/T (Number[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line80[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line74[0])-/Kids [-<<-/T (Amount[0])-/V (274.00)->>]->> -<<-/T (Line75[0])-/Kids [-<<-/T (Line_60969[0])-/Kids [-<<-/T (Number[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line78[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line79[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line73[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line70[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line72[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line71[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line66[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (ON-Surtax[0])-/Kids [-<<-/T (Line65[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line64[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line63[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line68[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line67[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line69[0])-/Kids [-<<-/T (Amount2[0])-/V ()->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line82[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line81[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line62[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Chart[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V (11.16%)->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V (6,990.89)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V (98,463.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V (13.16%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V (21,254.42)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V (220,000.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V (12.16%)->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V (12,742.42)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V (150,000.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V (9.15%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V (2,486.17)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V (49,231.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V (5.05%)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V (0.00)->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V (0.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Part_B[0])-/Kids [-<<-/T (Employment-Insurance[0])-/Kids [-<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Eligible-Dependant[0])-/Kids [-<<-/T (Line16[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V (11,082.00)->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (CPP-QPP[0])-/Kids [-<<-/T (Line20[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line19[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Spouse-Amount[0])-/Kids [-<<-/T (Line11[0])-/Kids [-<<-/T (Amount[0])-/V (11,082.00)->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line24[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Line90[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line89[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line86[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line85[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line87[0])-/Kids [-<<-/T (Line62150[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Amount2[0])-/V ()->>]->> -<<-/T (Line88[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (ON_Health_Prenium-worksheet[0])-/Kids [-<<-/T (Chart_ON_Health_Prenium[0])-/Kids [-<<-/T (Taxable_Line8[0])-/Kids [-<<-/T (Amount3[0])-/V ()->> -<<-/T (Amount4[0])-/V ()->> -<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Taxable_Line10[0])-/Kids [-<<-/T (Amount4[0])-/V ()->> -<<-/T (Amount3[0])-/V ()->> -<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Taxable_Line6[0])-/Kids [-<<-/T (Amount3[0])-/V ()->> -<<-/T (Amount4[0])-/V ()->> -<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Taxable_Line4[0])-/Kids [-<<-/T (Amount4[0])-/V ()->> -<<-/T (Amount3[0])-/V ()->> -<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Taxable_Line2[0])-/Kids [-<<-/T (Amount3[0])-/V ()->> -<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->>]->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,898 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line53[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line52[0])-/Kids [-<<-/T (Percent_ReadOnly[0])-/V (10.8%)->>]->> -<<-/T (Line54[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line55[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line49[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line35[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line36[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line56[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line50[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line37[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line51[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line38[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line39[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (MedicalExpenses[0])-/Kids [-<<-/T (Line48[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line45[0])-/Kids [-<<-/T (Percent_ReadOnly[0])-/V (3%)->>]->> -<<-/T (Line46[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line47[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line44[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (PartC[0])-/Kids [-<<-/T (Line77[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line75[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line79[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line58[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line73[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line71[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line65[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line63[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line67[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line69[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line82[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line61[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line76[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line80[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line74[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line78[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line59[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line70[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line72[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line66[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line64[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line68[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line60[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line81[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line62[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Line28[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Table[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V (17.4%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V (9,433.77)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V (79,625.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V (10.8%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V (0.00)->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V (0.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V (12.75%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V (3,978.94)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V (36,842.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line29[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount[0])-/V (9,134.00)->>]->> -<<-/T (Line19[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V (9,134.00)->>]->> -<<-/T (Line16[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line25[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line20[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line26[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line24[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (line13[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,942 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (PartB_Page2[0])-/Kids [-<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line29[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line35[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line36[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line50[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line51[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (MedicalExp[0])-/Kids [-<<-/T (Line41[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line39[0])-/Kids [-<<-/T (PercentAmount[0])-/V (3%)->>]->> -<<-/T (Line38[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line37[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (DonationGift[0])-/Kids [-<<-/T (Line49[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line48[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (Line45[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line47[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line46[0])-/Kids [-<<-/T (Percent[0])-/V (10%)->>]->> -<<-/T (Line43[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line44[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line26[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (PartC[0])-/Kids [-<<-/T (Line53[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line52[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line54[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line55[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line58[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line59[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line56[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (PoliticalCont[0])-/Kids [-<<-/T (Line65[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line66[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line64[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line63[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (UAITC[0])-/Kids [-<<-/T (Line67[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line68[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line69[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line60[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line61[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line62[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Line19to20[0])-/Kids [-<<-/T (Line19[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line20[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11to13[0])-/Kids [-<<-/T (Line11[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 21,003.00)->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14to16[0])-/Kids [-<<-/T (Line16[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 21,003.00)->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Chart[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 17,644.28)->>]->> -<<-/T (LIne5[0])-/Kids [-<<-/T (Percent[0])-/V ( 13%)->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 170,751.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V ( 15%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 40,980.25)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 341,502.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V ( 14%)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 25,043.49)->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 227,668.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V ( 10%)->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 0.00)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 0.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent[0])-/V ( 12%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 14,229.20)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_Fixed[0])-/V ( 142,292.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Line21to22[0])-/Kids [-<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line25[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line24[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,1182 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Line27[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line52[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line54[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line29[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line58[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line35[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line56[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line37[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33[0])-/Kids [-<<-/T (I2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (I1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line31[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line39[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line44[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line53[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line55[0])-/Kids [-<<-/T (PercentAmount_ReadOnly[0])-/V (5.06%)->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line59[0])-/Kids [-<<-/T (Gifts_from_57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line36[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (MedicalExp[0])-/Kids [-<<-/T (Line49[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line48[0])-/Kids [-<<-/T (PercentAmount_ReadOnly[0])-/V (3%)->>]->> -<<-/T (Line47[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line46[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line50[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line51[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line41[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line38[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line60[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line45[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line26[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Line77[0])-/Kids [-<<-/T (PercentAmount_ReadOnly[0])-/V (3.56%)->>]->> -<<-/T (Line75[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 23,179.00)->>]->> -<<-/T (Line79[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line73[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line71[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line65[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line90[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line63[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line86[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line67[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line69[0])-/Kids [-<<-/T (Line120[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line88[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line61[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line82[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line76[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line80[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line74[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line78[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line70[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line72[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line89[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line91[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line66[0])-/Kids [-<<-/T (Line40427[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line64[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line68[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line85[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line87[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line81[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line62[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line16[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount_Eligible_Dependant[0])-/Kids [-<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ( 11,285.00)->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Spouse_CPL_Amount[0])-/Kids [-<<-/T (Line20[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Amount[0])-/V ( 11,285.00)->>]->> -<<-/T (Line19[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line25[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line24[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column7[0])-/Kids [-<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V (240,716.00)->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Percent_Amount[0])-/V (20.5%)->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V (28,109.25)->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column3[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Percent_Amount[0])-/V (10.5%)->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 5,825.60)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 91,310.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Column6[0])-/Kids [-<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V (172,602.00)->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Percent_amount[0])-/V (16.8%)->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V (16,666.10)->>]->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (LIne15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V (127,299.00)->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Percent_Amount[0])-/V (14.7%)->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V (10,006.56)->>]->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent_Amount[0])-/V (12.29%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 7,245.73)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 104,835.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Percent_Amount[0])-/V (5.06%)->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 0.00)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 0.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Percent_Amount[0])-/V (7.7%)->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 2,310.09)->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 45,654.00)->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,270 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (ON_Political_Contribution[0])-/Kids [-<<-/T (Line16[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Line63220[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Amount2[0])-/V ()->>]->> -<<-/T (Line19[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line20[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (ON_coop_education[0])-/Kids [-<<-/T (Line63265[0])-/Kids [-<<-/T (RadioButtonGroup[0])-/V /->>]->> -<<-/T (Line63260[0])-/Kids [-<<-/T (NmbrApprentices[0])-/V ()->>]->> -<<-/T (Line63270[0])-/Kids [-<<-/T (BusinessNumber_9_Comb_Bottom_Adv[0])-/Kids [-<<-/T (BusinessNumber[0])-/V ()->>]->>]->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V (35,000.00)->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Percent_ReadOnly[0])-/V (5%)->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Line63100[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Percent_ReadOnly[0])-/V (25%)->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,634 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Line16[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (BCMETC[0])-/Kids [-<<-/T (Line24[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (BCTTC[0])-/Kids [-<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line29[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31[0])-/Kids [-<<-/T (I2[0])-/Kids [-<<-/T (Amount2[0])-/V ()->>]->> -<<-/T (I1[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (Line32[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (BCVCTC[0])-/Kids [-<<-/T (Line19[0])-/Kids [-<<-/T (Account_Number_Comb_EN[0])-/Kids [-<<-/T (Account_Number[0])-/V ()->>]->>]->> -<<-/T (Line20[0])-/Kids [-<<-/T (Note1[0])-/V /->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Note1[0])-/V /->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Account_Number[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (I2[0])-/Kids [-<<-/T (Amount2[0])-/V ()->>]->> -<<-/T (I1[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->>]->>]->> -<<-/T (BCCBTC[0])-/Kids [-<<-/T (Line27[0])-/Kids [-<<-/T (I2[0])-/Kids [-<<-/T (Amount2[0])-/V ()->>]->> -<<-/T (I1[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (Line25[0])-/Kids [-<<-/T (I1[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (Line26[0])-/Kids [-<<-/T (I1[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Line41[0])-/Kids [-<<-/T (I2[0])-/Kids [-<<-/T (Amount2[0])-/V ()->>]->> -<<-/T (I1[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (Table[0])-/Kids [-<<-/T (Row1[0])-/Kids [-<<-/T (Nameoflandlord[0])-/V ()->> -<<-/T (Rentaladdress[0])-/V ()->> -<<-/T (Numberofmonths[0])-/V ()->> -<<-/T (RentPaid[0])-/V ()->>]->> -<<-/T (Headers[0])-/Kids [-<<-/T (Footnote1[0])-/V /->>]->> -<<-/T (Row2[0])-/Kids [-<<-/T (Nameoflandlord[0])-/V ()->> -<<-/T (Rentpaid[0])-/V ()->> -<<-/T (Rentaladdress[0])-/V ()->> -<<-/T (Numberofmonths[0])-/V ()->>]->>]->> -<<-/T (Line38[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line39[0])-/Kids [-<<-/T (PercentAmount_ReadOnly[0])-/V (2%)->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line35[0])-/Kids [-<<-/T (Amount_ReadOnly[0])-/V ( 400.00)->>]->> -<<-/T (Line36[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line37[0])-/Kids [-<<-/T (AmountRead_Only[0])-/V ( 60,000.00)->>]->> -<<-/T (Line42[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40[0])-/Kids [-<<-/T (L1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (L2[0])-/Kids [-<<-/T (Amount2[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Chart[0])-/Kids [-<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Col2_Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Col2_Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Col2_Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Col2_Amount[0])-/V ()->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Col2_Amount[0])-/V ()->>]->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Col1_Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Col1_Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Col1_Amount[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Col1_Amount[0])-/V ()->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Col1_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (BCSHRTC[0])-/Kids [-<<-/T (Line60890[0])-/Kids [-<<-/T (CheckBox[0])-/V /->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Line60480[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (Background[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (Background[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Background[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,302 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Transfer_CF[0])-/Kids [-<<-/T (Line25[0])-/Kids [-<<-/T (Amount25[0])-/V ()->>]->> -<<-/T (Line20[0])-/Kids [-<<-/T (Amount20[0])-/V ()->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Amount18[0])-/V ()->>]->> -<<-/T (Line19[0])-/Kids [-<<-/T (Amount19[0])-/V ()->>]->> -<<-/T (Line24[0])-/Kids [-<<-/T (Amount24[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount21[0])-/V ()->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount22[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (Amount22[0])-/V ()->>]->>]->> -<<-/T (Enrolment[0])-/Kids [-<<-/T (Line32020[0])-/Kids [-<<-/T (Fulltime_Months[0])-/V ()->>]->> -<<-/T (Line32010[0])-/Kids [-<<-/T (parttime_Months[0])-/V ()->>]->> -<<-/T (Line32005[0])-/Kids [-<<-/T (CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (YourTuition[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Amount6[0])-/V ()->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount7[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount8[0])-/V ()->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount2[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount11[0])-/V ()->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount11[0])-/V ()->>]->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount10[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount5[0])-/V ()->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount13[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount4[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount12[0])-/V ()->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount17[0])-/V ()->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount15[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount14[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line16[0])-/Kids [-<<-/T (Amount16[0])-/V ()->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,758 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Step1_tickboxes[0])-/Kids [-<<-/T (Questions[0])-/Kids [-<<-/T (Line38104[0])-/Kids [-<<-/T (Line38104_CheckBoxGroup[0])-/Kids [-<<-/T (Line38104_CheckBox_EN[1])-/V /->> -<<-/T (Line38104_CheckBox_EN[0])-/V /->>]->>]->> -<<-/T (Line38103[0])-/Kids [-<<-/T (Line38103_CheckBoxGroup[0])-/Kids [-<<-/T (Line38103_CheckBox_EN[1])-/V /->> -<<-/T (Line38103_CheckBox_EN[0])-/V /->>]->>]->> -<<-/T (Line38101[0])-/Kids [-<<-/T (Line38101_CheckBoxGroup[0])-/Kids [-<<-/T (Line38101_CheckBox_EN[1])-/V /->> -<<-/T (Line38101_CheckBox_EN[0])-/V /->>]->>]->> -<<-/T (Line38102[0])-/Kids [-<<-/T (Line38102_CheckBoxGroup[0])-/Kids [-<<-/T (Line38102_CheckBox_EN[1])-/V /->> -<<-/T (Line38102_CheckBox_EN[0])-/V /->>]->>]->> -<<-/T (Line38105[0])-/Kids [-<<-/T (Note1[0])-/V /->> -<<-/T (Line38105_CheckBoxGroup[0])-/Kids [-<<-/T (Line38105_CheckBox_EN[1])-/V /->> -<<-/T (Line38105_CheckBox_EN[0])-/V /->>]->>]->> -<<-/T (Line38100[0])-/Kids [-<<-/T (Line38100_CheckBoxGroup[0])-/Kids [-<<-/T (Line38100_CheckBox_EN[1])-/V /->> -<<-/T (Line38100_CheckBox_EN[0])-/V /->>]->>]->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Chart[0])-/Kids [-<<-/T (Line5_Sub[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (line4[0])-/Kids [-<<-/T (Note1[0])-/V /->> -<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Note2[0])-/V /->> -<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Chart[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line49[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line45[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line48[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line46[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line47[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line44[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Step3[0])-/Kids [-<<-/T (Line29[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line35[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line36[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line37[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30[0])-/Kids [-<<-/T (Amount[0])-/V ( 1,150.00)->>]->> -<<-/T (Line33[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32[0])-/Kids [-<<-/T (Percent[0])-/V (27%)->>]->> -<<-/T (Line41[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line39[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line38[0])-/Kids [-<<-/T (Percent[0])-/V ()->>]->> -<<-/T (Line42[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Step2[0])-/Kids [-<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line19[0])-/Kids [-<<-/T (Percent[0])-/V (27%)->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ( 3,000.00)->>]->> -<<-/T (Line16[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line20[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line26[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line24[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,334 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (PartA[0])-/Kids [-<<-/T (Line5[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (PartC[0])-/Kids [-<<-/T (Line16[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line19[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line20[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Note1[0])-/V /->> -<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (PartE[0])-/Kids [-<<-/T (Line28[0])-/Kids [-<<-/T (Box_Line27[0])-/V /->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line26[0])-/Kids [-<<-/T (Box_Line25[0])-/V /->>]->>]->> -<<-/T (PartD[0])-/Kids [-<<-/T (Line24[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartF[0])-/Kids [-<<-/T (Line29[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,286 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page1[0])-/Kids [-<<-/T (AmountC[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line8[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line6[0])-/Kids [-<<-/T (AmountA[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (AmountE[0])-/Kids [-<<-/T (Amount_Line14[0])-/V ()->>]->> -<<-/T (Line10[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line19[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line17[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line12[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount_Line14[0])-/V ()->>]->> -<<-/T (Line16[0])-/Kids [-<<-/T (NumWithoutCurrency[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (AmountG[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line23[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line5[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line7[0])-/Kids [-<<-/T (AmountD[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line9[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (AmountB[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line11[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line13[0])-/Kids [-<<-/T (Amount_Line13[0])-/V ()->>]->> -<<-/T (Line3[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line18[0])-/Kids [-<<-/T (Amount[0])-/V ( 235,675.00)->>]->> -<<-/T (Line15[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line20[0])-/Kids [-<<-/T (AmountF[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22[0])-/Kids [-<<-/T (AmountH[0])-/Kids [-<<-/T (Amount_Line14[0])-/V ()->>]->> -<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2206 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[1])-/V /->> -<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->> -<<-/T (Indian_Act[0])-/Kids [-<<-/T (IndianAct_Question[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (CAI[0])-/Kids [-<<-/T (AB_CAI[0])-/Kids [-<<-/T (Tick_box[0])-/V /->>]->>]->> -<<-/T (ResidencyInformation[0])-/Kids [-<<-/T (Question[0])-/Kids [-<<-/T (Residency_CheckBox[1])-/V /->> -<<-/T (Residency_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Return-pg7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Return-pg8[0])-/Kids [-<<-/T (Step6-Cont[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line_46900_Amount[0])-/V ()->> -<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line167[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line148[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Efile[0])-/Kids [-<<-/T (Line48900[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (Line49000[0])-/Kids [-<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->>]->> -<<-/T (Refund_or_Balance-owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2190 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Return-pg2[0])-/Kids [-<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Return-pg7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Return-pg8[0])-/Kids [-<<-/T (Step6-Continued[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->> -<<-/T (Line_46900_Amount[0])-/V ()->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line167[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line148[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Efile[0])-/Kids [-<<-/T (Line48900[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (Line49000[0])-/Kids [-<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->>]->> -<<-/T (Refund_or_Balance-owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2206 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page2[0])-/Kids [-<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (CAI[0])-/Kids [-<<-/T (CAI-2023[0])-/Kids [-<<-/T (Tick_box[0])-/V /->>]->> -<<-/T (CAI_2024[0])-/Kids [-<<-/T (Tick_box[0])-/V /->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Return-pg7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Return-pg8[0])-/Kids [-<<-/T (Refund_or_Balance-Owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->> -<<-/T (Step6-Continued[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->> -<<-/T (Line_46900_Amount[0])-/V ()->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line167[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line148[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Efile[0])-/Kids [-<<-/T (Line48900[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (Line49000[0])-/Kids [-<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2222 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Return-pg2[0])-/Kids [-<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Amount[0])-/V ()->> -<<-/T (Line_25600_Specify[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line58[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (Part_A[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Amount_Line77[0])-/V ()->> -<<-/T (Amount_Line76[0])-/V ( 18,942.24)->> -<<-/T (Amount_Line75[0])-/V ()->> -<<-/T (Percent_Line74[0])-/V (26%)->> -<<-/T (Amount_Line71[0])-/V ()->> -<<-/T (Amount_Line72[0])-/V ( 106,717.00)->> -<<-/T (Amount_Line73[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ()->> -<<-/T (Line42Rate5[0])-/V (33%)->> -<<-/T (Line44Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line39Amount5[0])-/V ()->> -<<-/T (Line43Amount5[0])-/V ()->> -<<-/T (Line40Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line45Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line42Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ()->> -<<-/T (Line44Amount4[0])-/V ( 34,207.62)->> -<<-/T (Amount_Line71[0])-/V ()->> -<<-/T (Amount_Line72[0])-/V ( 165,430.00)->> -<<-/T (Line43Amount4[0])-/V ()->> -<<-/T (Line45Amount4[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Amount_Line77[0])-/V ()->> -<<-/T (Amount_Line76[0])-/V ( 0.00)->> -<<-/T (Amount_Line75[0])-/V ()->> -<<-/T (Percent_Line74[0])-/V (15%)->> -<<-/T (Amount_Line71[0])-/V ()->> -<<-/T (Amount_Line72[0])-/V ( 0.00)->> -<<-/T (Amount_Line73[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Amount_Line77[0])-/V ()->> -<<-/T (Amount_Line75[0])-/V ()->> -<<-/T (Amount_Line76[0])-/V ( 8,003.85)->> -<<-/T (Percent_Line74[0])-/V (20.5%)->> -<<-/T (Amount_Line71[0])-/V ()->> -<<-/T (Amount_Line72[0])-/V ( 53,359.00)->> -<<-/T (Amount_Line73[0])-/V ()->>]->>]->> -<<-/T (Part_B[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30499_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_Number[0])-/V ()->>]->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Step3[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line22300[0])-/Kids [-<<-/T (Line_22300_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line31215[0])-/Kids [-<<-/T (Line_31215_Amount[0])-/V ()->>]->> -<<-/T (Line100[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line102[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line112[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_mount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount1[0])-/V ()->> -<<-/T (Line_33200_Line32Amount2[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31210[0])-/Kids [-<<-/T (Line_31210_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line31205[0])-/Kids [-<<-/T (Line_31205_Amount[0])-/V ()->>]->> -<<-/T (Line85[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line105[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line113[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line146[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line122[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line125[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line128[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line134[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line133[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line135[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line136[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Line_49000_IfFeeWasCharged[0])-/Kids [-<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (EFileNumber_Comb[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->> -<<-/T (Step6-Continued[0])-/Kids [-<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45355_Amount[0])-/V ()->>]->> -<<-/T (Line172[0])-/Kids [-<<-/T (Refund_or_BalanceOwing_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->> -<<-/T (Line_46900_Amount[0])-/V ()->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line43900[0])-/Kids [-<<-/T (Line_43900_Amount1[0])-/V ()->> -<<-/T (Line_43900_Amount2[0])-/V ()->>]->> -<<-/T (Line157[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount2[0])-/V ()->> -<<-/T (Line_44000_Amount1[0])-/V ()->>]->> -<<-/T (Line45100[0])-/Kids [-<<-/T (Line_45100_Amount1[0])-/V ()->> -<<-/T (Line_45100_Amount2[0])-/V ()->>]->> -<<-/T (Line151[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43800[0])-/Kids [-<<-/T (Line_43800_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Refund_or_Balancing-owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2242 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line10100[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page2[0])-/Kids [-<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (CAI[0])-/Kids [-<<-/T (CAI_ON[0])-/Kids [-<<-/T (Tick_box[0])-/V /->>]->>]->> -<<-/T (Organ_donor[0])-/Kids [-<<-/T (Question[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (OrganDonor_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (OrganDonor_CheckBox[0])-/V /->>]->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Return-pg7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Line_49000_IfFeeWasCharged[0])-/Kids [-<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (EFileNumber_Comb[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->> -<<-/T (Step6-Continued[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45355_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->> -<<-/T (Line_46900_Amount[0])-/V ()->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45350_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line167[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line148[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (ONOpportunitiesFund2[0])-/Kids [-<<-/T (Line_3[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line_2[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line_1[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (Refund_or_Balance-owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2234 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (ResidencyInformation[0])-/Kids [-<<-/T (Question1[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (Residency_CheckBox1[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (Residency_CheckBox1[0])-/V /->>]->>]->> -<<-/T (Question2[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (Residency_CheckBox2[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (Residency_CheckBox2[0])-/V /->>]->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line1[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Step3[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Return-pg7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Return-pg8[0])-/Kids [-<<-/T (Step6-Continued[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->> -<<-/T (Line_46900_Amount[0])-/V ()->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line167[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line148[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Efile[0])-/Kids [-<<-/T (Line48900[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (Line49000[0])-/Kids [-<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->>]->> -<<-/T (Refund_or_Balance-owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2242 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Step1-Continued[0])-/Kids [-<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (ResidencyInformation[0])-/Kids [-<<-/T (Question1[0])-/Kids [-<<-/T (Residency_CheckBox[1])-/V /->> -<<-/T (Residency_CheckBox[0])-/V /->>]->> -<<-/T (QuestionB[0])-/Kids [-<<-/T (B_CheckBox[1])-/V /->> -<<-/T (B_CheckBox[0])-/V /->>]->> -<<-/T (QuestionA[0])-/Kids [-<<-/T (A_Self_Governing_Field[0])-/V ()->> -<<-/T (A_IdentificationNumber[0])-/Kids [-<<-/T (IdentificationNum[0])-/V ()->>]->>]->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line10100[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line142[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line43200[0])-/Kids [-<<-/T (Line_43200_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line4100[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Line_49000_IfFeeWasCharged[0])-/Kids [-<<-/T (Line48900[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (Line49000[0])-/Kids [-<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->>]->> -<<-/T (Step6-Cont[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45355_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (sfline46800end[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->> -<<-/T (Line_46900_Amount[0])-/V ()->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45350_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line149[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line169[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line44100[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Refund_or_Balance-owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2230 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line10100[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page2[0])-/Kids [-<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Step1[0])-/Kids [-<<-/T (ResidencyInformation[0])-/Kids [-<<-/T (Q1[0])-/Kids [-<<-/T (Residency_CheckBox[1])-/V /->> -<<-/T (Residency_CheckBox[0])-/V /->>]->> -<<-/T (Q2[0])-/Kids [-<<-/T (ResidencyB_CheckBox[1])-/V /->> -<<-/T (ResidencyB_CheckBox[0])-/V /->>]->> -<<-/T (Q3[0])-/Kids [-<<-/T (B_CheckBox[1])-/V /->> -<<-/T (B_CheckBox[0])-/V /->>]->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Return-pg7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Return-pg8[0])-/Kids [-<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Step6[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line_46900_Amount[0])-/V ()->> -<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line167[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line148[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Efile[0])-/Kids [-<<-/T (Line48900[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (Line49000[0])-/Kids [-<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->>]->> -<<-/T (Refund_or_Balance-owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2214 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Step1[0])-/Kids [-<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Organ_donor[0])-/Kids [-<<-/T (Question[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (OrganDonor_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (OrganDonor_CheckBox[0])-/V /->>]->>]->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line10100[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Return-pg7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Return-pg8[0])-/Kids [-<<-/T (Step6-Continued[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->> -<<-/T (Line_46900_Amount[0])-/V ()->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line167[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line148[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Efile[0])-/Kids [-<<-/T (Line48900[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (Line49000[0])-/Kids [-<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->>]->> -<<-/T (Refund_or_Balance-owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
@@ -1,2202 +0,0 @@-%FDF-1.2-%âãÏÓ-1 0 obj--<<-/FDF -<<-/Fields [-<<-/T (form1[0])-/Kids [-<<-/T (Page2[0])-/Kids [-<<-/T (Step1-Cont[0])-/Kids [-<<-/T (Foreign_property[0])-/Kids [-<<-/T (Line26600[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (ForeignProperty_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (Tax_exempt[0])-/Kids [-<<-/T (Exempt[0])-/Kids [-<<-/T (Spouse_SelfEmployed[0])-/V /->>]->>]->> -<<-/T (ElectionsCanada[0])-/Kids [-<<-/T (LineA[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (A_CheckBox[0])-/V /->>]->>]->> -<<-/T (LineB[0])-/Kids [-<<-/T (Option2[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->> -<<-/T (Option1[0])-/Kids [-<<-/T (B_Authorize_CheckBox[0])-/V /->>]->>]->>]->> -<<-/T (CAI[0])-/Kids [-<<-/T (AB_CAI[0])-/Kids [-<<-/T (Tick_box[0])-/V /->>]->>]->>]->>]->> -<<-/T (Page3[0])-/Kids [-<<-/T (Return-pg3[0])-/Kids [-<<-/T (Line11410[0])-/Kids [-<<-/T (Line_11410_Amount[0])-/V ()->>]->> -<<-/T (Line13700[0])-/Kids [-<<-/T (Line_13700_Amount[0])-/V ()->> -<<-/T (Line13699[0])-/Kids [-<<-/T (Line_13699_Amount[0])-/V ()->>]->>]->> -<<-/T (Line27[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line12000[0])-/Kids [-<<-/T (Line_12000_Amount[0])-/V ()->>]->> -<<-/T (Line14500[0])-/Kids [-<<-/T (Line_14500_Amount[0])-/V ()->>]->> -<<-/T (Line12600[0])-/Kids [-<<-/T (Line12599[0])-/Kids [-<<-/T (Line_12599_Amount[0])-/V ()->>]->> -<<-/T (Line_12600_Amount[0])-/V ()->>]->> -<<-/T (Line10130[0])-/Kids [-<<-/T (Line_10130_Amount[0])-/V ()->>]->> -<<-/T (Line12900[0])-/Kids [-<<-/T (Line_12900_Amount[0])-/V ()->>]->> -<<-/T (Line13010[0])-/Kids [-<<-/T (Line_13010_Amount[0])-/V ()->>]->> -<<-/T (Line15000[0])-/Kids [-<<-/T (Line_15000_Amount[0])-/V ()->>]->> -<<-/T (Line12010[0])-/Kids [-<<-/T (Line_12010_Amount[0])-/V ()->>]->> -<<-/T (Line10400[0])-/Kids [-<<-/T (Line_10400_Amount[0])-/V ()->>]->> -<<-/T (Line12905[0])-/Kids [-<<-/T (Line_12905_Amount[0])-/V ()->>]->> -<<-/T (Line14300[0])-/Kids [-<<-/T (Line14299[0])-/Kids [-<<-/T (Line_14299_Amount[0])-/V ()->>]->> -<<-/T (Line_14300_Amount[0])-/V ()->>]->> -<<-/T (Line13500[0])-/Kids [-<<-/T (Line13499[0])-/Kids [-<<-/T (Line_13499_Amount[0])-/V ()->>]->> -<<-/T (Line_13500_Amount[0])-/V ()->>]->> -<<-/T (Line11500[0])-/Kids [-<<-/T (Line_11500_Amount[0])-/V ()->>]->> -<<-/T (Line10100[0])-/Kids [-<<-/T (Line_10100_Amount[0])-/V ()->>]->> -<<-/T (Line11701[0])-/Kids [-<<-/T (Line_11701_Amount[0])-/V ()->>]->> -<<-/T (Line21[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14600[0])-/Kids [-<<-/T (Line_14600_Amount[0])-/V ()->>]->> -<<-/T (Line11900[0])-/Kids [-<<-/T (Line_11900_Amount[0])-/V ()->>]->> -<<-/T (Line28[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line14100[0])-/Kids [-<<-/T (Line_14100_Amount[0])-/V ()->> -<<-/T (Line14099[0])-/Kids [-<<-/T (Line_14099_Amount[0])-/V ()->>]->>]->> -<<-/T (Line11600[0])-/Kids [-<<-/T (Line_11600_Amount[0])-/V ()->>]->> -<<-/T (Line14700[0])-/Kids [-<<-/T (Line_14700_Amount1[0])-/V ()->> -<<-/T (Line_14700_Amount2[0])-/V ()->>]->> -<<-/T (Line14400[0])-/Kids [-<<-/T (Line_14400_Amount[0])-/V ()->>]->> -<<-/T (Line12700[0])-/Kids [-<<-/T (Line_12700_Amount[0])-/V ()->>]->> -<<-/T (Line12100[0])-/Kids [-<<-/T (Line_12100_Amount[0])-/V ()->>]->> -<<-/T (Line11300[0])-/Kids [-<<-/T (Line_11300_Amount[0])-/V ()->>]->> -<<-/T (Line12800[0])-/Kids [-<<-/T (Line_12800_Amount[0])-/V ()->> -<<-/T (Line_12799[0])-/Kids [-<<-/T (Line_12799_Amount[0])-/V ()->>]->>]->> -<<-/T (Line12906[0])-/Kids [-<<-/T (Line_12906_Amount[0])-/V ()->>]->> -<<-/T (Line11400[0])-/Kids [-<<-/T (Line_11400_Amount[0])-/V ()->>]->> -<<-/T (Line13900[0])-/Kids [-<<-/T (Line_13900_Amount[0])-/V ()->> -<<-/T (Line13899[0])-/Kids [-<<-/T (Line_13899_Amount[0])-/V ()->>]->>]->> -<<-/T (Line13000[0])-/Kids [-<<-/T (Line_13000_Amount[0])-/V ()->> -<<-/T (Line_13000_Specify[0])-/V ()->>]->> -<<-/T (Line11905[0])-/Kids [-<<-/T (Line_11905_Amount[0])-/V ()->>]->> -<<-/T (Line12200[0])-/Kids [-<<-/T (Line_12200_Amount[0])-/V ()->>]->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Line_11700_Amount[0])-/V ()->>]->> -<<-/T (Line10105[0])-/Kids [-<<-/T (Line_10105_Amount[0])-/V ()->>]->> -<<-/T (Line10120[0])-/Kids [-<<-/T (Line_10120_Amount[0])-/V ()->>]->> -<<-/T (Line12500[0])-/Kids [-<<-/T (Line_12500_Amount[0])-/V ()->>]->>]->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (Return-pg1[0])-/Kids [-<<-/T (Identification[0])-/Kids [-<<-/T (EmailAddress[0])-/V ()->> -<<-/T (DateDeath_Comb_BordersAll[0])-/Kids [-<<-/T (DateDeath_Comb[0])-/V ()->>]->> -<<-/T (PostalCode_Comb_BordersAll[0])-/Kids [-<<-/T (PostalCode[0])-/V ()->>]->> -<<-/T (Your_Language[0])-/Kids [-<<-/T (RadioButtonlanguaget[0])-/V /->>]->> -<<-/T (ID_City[0])-/V ()->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (ID_LastName[0])-/V ()->> -<<-/T (DateBirth_Comb_BordersAll[0])-/Kids [-<<-/T (DateBirth_Comb[0])-/V ()->>]->> -<<-/T (ID_FirstNameInitial[0])-/V ()->> -<<-/T (ID_MailingAddress[0])-/V ()->> -<<-/T (MaritalStatus_Checkbox[0])-/Kids [-<<-/T (MaritalStatus[2])-/V /->> -<<-/T (MaritalStatus[1])-/V /->> -<<-/T (MaritalStatus[0])-/V /->> -<<-/T (MaritalStatus[5])-/V /->> -<<-/T (MaritalStatus[4])-/V /->> -<<-/T (MaritalStatus[3])-/V /->>]->> -<<-/T (ID_RuralRoute[0])-/V ()->> -<<-/T (ID_POBox[0])-/V ()->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Residence_Info[0])-/Kids [-<<-/T (Prov_DropDown-Business[0])-/V ()->> -<<-/T (Prov_DropDown-Residence[0])-/V ()->> -<<-/T (Date_Departure[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Date_Entry[0])-/Kids [-<<-/T (DateMMDD_Comb_BordersAll_Std[0])-/Kids [-<<-/T (DateMMDD_Comb[0])-/V ()->>]->>]->> -<<-/T (Prov_DropDown[0])-/V ()->>]->> -<<-/T (Info_Spouse_CLP[0])-/Kids [-<<-/T (Line23600[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Self-employment[0])-/Kids [-<<-/T (Checkbox[0])-/V /->>]->> -<<-/T (Spouse_First_Name[0])-/V ()->> -<<-/T (Line11700[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (SIN_Comb_BordersAll[0])-/Kids [-<<-/T (SIN_Comb[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (#pageSet[0])-/Kids [-<<-/T (Page1[2])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[1])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[0])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[6])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[5])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[4])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[3])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->> -<<-/T (Page1[7])-/Kids [-<<-/T (ClearData_EN[0])-/V /->>]->>]->> -<<-/T (Page5[0])-/Kids [-<<-/T (Return-pg5[0])-/Kids [-<<-/T (Step4[0])-/Kids [-<<-/T (Line25500[0])-/Kids [-<<-/T (Line_25500_Amount[0])-/V ()->>]->> -<<-/T (Line24900[0])-/Kids [-<<-/T (Line_24900_Amount[0])-/V ()->>]->> -<<-/T (Line24400[0])-/Kids [-<<-/T (Line_24400_Amount[0])-/V ()->>]->> -<<-/T (Line25200[0])-/Kids [-<<-/T (Line_25200_Amount[0])-/V ()->>]->> -<<-/T (Line25600[0])-/Kids [-<<-/T (Line_25600_Specify[0])-/V ()->> -<<-/T (Line_25600_Amount[0])-/V ()->>]->> -<<-/T (Line25100[0])-/Kids [-<<-/T (Line_25100_Amount[0])-/V ()->>]->> -<<-/T (Line26000[0])-/Kids [-<<-/T (Line_26000_Amount[0])-/V ()->>]->> -<<-/T (Line57[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line25700[0])-/Kids [-<<-/T (Line_25700_Amount2[0])-/V ()->> -<<-/T (Line_25700_Amount1[0])-/V ()->>]->> -<<-/T (Line25300[0])-/Kids [-<<-/T (Line_25300_Amount[0])-/V ()->>]->> -<<-/T (Line25000[0])-/Kids [-<<-/T (Line_25000_Amount[0])-/V ()->>]->> -<<-/T (Line25400[0])-/Kids [-<<-/T (Line_25400_Amount[0])-/V ()->>]->>]->> -<<-/T (PartB[0])-/Kids [-<<-/T (Line30100[0])-/Kids [-<<-/T (Line_30100_Amount[0])-/V ()->>]->> -<<-/T (Line30400[0])-/Kids [-<<-/T (Line_30400_Amount[0])-/V ()->>]->> -<<-/T (Line30300[0])-/Kids [-<<-/T (Line_30300_Amount[0])-/V ()->>]->> -<<-/T (Line30425[0])-/Kids [-<<-/T (Line_30425_Amount[0])-/V ()->>]->> -<<-/T (Line30450[0])-/Kids [-<<-/T (Line_30450_Amount[0])-/V ()->>]->> -<<-/T (Line30500[0])-/Kids [-<<-/T (Line_30500_Amount[0])-/V ()->> -<<-/T (Line30499[0])-/Kids [-<<-/T (Line_30499_ChildrenNum[0])-/V ()->>]->>]->> -<<-/T (Line83[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line30000[0])-/Kids [-<<-/T (Line_30000_Amount[0])-/V ()->>]->>]->> -<<-/T (PartA[0])-/Kids [-<<-/T (Column3[0])-/Kids [-<<-/T (Line42Amount3[0])-/V ()->> -<<-/T (Line37Amount3[0])-/V ( 106,717.00)->> -<<-/T (Line39Rate3[0])-/V (26%)->> -<<-/T (Line41Amount3[0])-/V ( 18,942.24)->> -<<-/T (Line36Amount3[0])-/V ()->> -<<-/T (Line40Amount3[0])-/V ()->> -<<-/T (Line38Amount3[0])-/V ()->>]->> -<<-/T (Column5[0])-/Kids [-<<-/T (Line41Amount5[0])-/V ( 54,578.67)->> -<<-/T (Line36Amount5[0])-/V ()->> -<<-/T (Line37Amount5[0])-/V ( 235,675.00)->> -<<-/T (Line39Rate5[0])-/V (33%)->> -<<-/T (Line40Amount5[0])-/V ()->> -<<-/T (Line42Amount5[0])-/V ()->> -<<-/T (Line38Amount5[0])-/V ()->>]->> -<<-/T (Column4[0])-/Kids [-<<-/T (Line36Amount4[0])-/V ()->> -<<-/T (Line37Amount4[0])-/V ( 165,430.00)->> -<<-/T (Line39Rate4[0])-/V (29%)->> -<<-/T (Line41Amount4[0])-/V ( 34,207.62)->> -<<-/T (Line40Amount4[0])-/V ()->> -<<-/T (Line42Amount4[0])-/V ()->> -<<-/T (Line38Amount4[0])-/V ()->>]->> -<<-/T (Column2[0])-/Kids [-<<-/T (Line37Amount2[0])-/V ( 53,359.00)->> -<<-/T (Line41Amount2[0])-/V ( 8,003.85)->> -<<-/T (Line36Amount2[0])-/V ()->> -<<-/T (Line40Amount2[0])-/V ()->> -<<-/T (Line39Rate2[0])-/V (20.5%)->> -<<-/T (Line38Amount2[0])-/V ()->> -<<-/T (Line42Amount2[0])-/V ()->>]->> -<<-/T (Column1[0])-/Kids [-<<-/T (Line38Amount1[0])-/V ()->> -<<-/T (Line37Amount1[0])-/V ( 0.00)->> -<<-/T (Line36Amount1[0])-/V ()->> -<<-/T (Line39Rate1[0])-/V (15%)->> -<<-/T (Line40Amount1[0])-/V ()->> -<<-/T (Line41Amount1[0])-/V ( 0.00)->> -<<-/T (Line42Amount1[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page4[0])-/Kids [-<<-/T (Return-pg4[0])-/Kids [-<<-/T (Line23400[0])-/Kids [-<<-/T (Line_23400_Amount[0])-/V ()->>]->> -<<-/T (Line22000[0])-/Kids [-<<-/T (Line21999[0])-/Kids [-<<-/T (Line_21999_Amount[0])-/V ()->>]->> -<<-/T (Line_22000_Amount[0])-/V ()->>]->> -<<-/T (Line23100[0])-/Kids [-<<-/T (Line_23100_Amount[0])-/V ()->>]->> -<<-/T (Line22900[0])-/Kids [-<<-/T (Line_22900_Amount[0])-/V ()->>]->> -<<-/T (Line23200[0])-/Kids [-<<-/T (Line_23200_Amount[0])-/V ()->> -<<-/T (Line_23200_Specify[0])-/V ()->>]->> -<<-/T (Line23500[0])-/Kids [-<<-/T (Line_23500_Amount[0])-/V ()->>]->> -<<-/T (Line21500[0])-/Kids [-<<-/T (Line_21500_Amount[0])-/V ()->>]->> -<<-/T (Line20700[0])-/Kids [-<<-/T (Line_20700_Amount[0])-/V ()->>]->> -<<-/T (Line21200[0])-/Kids [-<<-/T (Line_21200_Amount[0])-/V ()->>]->> -<<-/T (Line21000[0])-/Kids [-<<-/T (Line_21000_Amount[0])-/V ()->>]->> -<<-/T (Line21900[0])-/Kids [-<<-/T (Line_21900_Amount[0])-/V ()->>]->> -<<-/T (Line34[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line22400[0])-/Kids [-<<-/T (Line_22400_Amount[0])-/V ()->>]->> -<<-/T (Line20800[0])-/Kids [-<<-/T (Line_20800_Amount[0])-/V ()->>]->> -<<-/T (Line22100[0])-/Kids [-<<-/T (Line_22100_Amount[0])-/V ()->>]->> -<<-/T (Line22215[0])-/Kids [-<<-/T (Line_22215_Amount[0])-/V ()->>]->> -<<-/T (Line21300[0])-/Kids [-<<-/T (Line_21300_Amount[0])-/V ()->>]->> -<<-/T (Line22200[0])-/Kids [-<<-/T (Line_22200_Amount[0])-/V ()->>]->> -<<-/T (Line20810[0])-/Kids [-<<-/T (Line_20810_Amount[0])-/V ()->>]->> -<<-/T (Line23600[0])-/Kids [-<<-/T (Line_23600_Amount[0])-/V ()->>]->> -<<-/T (Line20805[0])-/Kids [-<<-/T (Line_20805_Amount[0])-/V ()->>]->> -<<-/T (Line21400[0])-/Kids [-<<-/T (Line_21400_Amount[0])-/V ()->>]->> -<<-/T (Line20600[0])-/Kids [-<<-/T (Line_20600_Amount[0])-/V ()->>]->> -<<-/T (Line23300[0])-/Kids [-<<-/T (Line_23300_Amount2[0])-/V ()->> -<<-/T (Line_23300_Amount1[0])-/V ()->>]->> -<<-/T (Line21700[0])-/Kids [-<<-/T (Line_21700_Amount[0])-/V ()->> -<<-/T (Line21699[0])-/Kids [-<<-/T (Line_21699_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page7[0])-/Kids [-<<-/T (Return-pg7[0])-/Kids [-<<-/T (Step6[0])-/Kids [-<<-/T (Line42200[0])-/Kids [-<<-/T (Line_42200_Amount[0])-/V ()->>]->> -<<-/T (Line43500[0])-/Kids [-<<-/T (Line_43500_Amount[0])-/V ()->>]->> -<<-/T (Line42120[0])-/Kids [-<<-/T (Line_42120_Amount[0])-/V ()->>]->> -<<-/T (Line42800[0])-/Kids [-<<-/T (Line_42800_Amount[0])-/V ()->>]->> -<<-/T (Line42100[0])-/Kids [-<<-/T (Line_42100_Amount[0])-/V ()->>]->> -<<-/T (Line14[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->>]->> -<<-/T (PartC[0])-/Kids [-<<-/T (Line40600[0])-/Kids [-<<-/T (Line_40600_Amount[0])-/V ()->>]->> -<<-/T (Line41000[0])-/Kids [-<<-/T (Line_41000_Amount[0])-/V ()->> -<<-/T (Line40900[0])-/Kids [-<<-/T (Line_40900_Amount[0])-/V ()->>]->>]->> -<<-/T (Line118[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line124[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line121[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line127[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40427[0])-/Kids [-<<-/T (Line_40427_Amount[0])-/V ()->>]->> -<<-/T (Line126[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41600[0])-/Kids [-<<-/T (Line_41600_Amount1[0])-/V ()->> -<<-/T (Line_41600_Amount2[0])-/V ()->>]->> -<<-/T (Line129[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line42900[0])-/Kids [-<<-/T (Line_42900_Amount[0])-/V ()->>]->> -<<-/T (Line40500[0])-/Kids [-<<-/T (Line_40500_Amount[0])-/V ()->>]->> -<<-/T (Line41200[0])-/Kids [-<<-/T (Line_41200_Amount[0])-/V ()->>]->> -<<-/T (Line41800[0])-/Kids [-<<-/T (Line_41800_Amount[0])-/V ()->>]->> -<<-/T (Line131[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line40424[0])-/Kids [-<<-/T (Line_40424_Amount[0])-/V ()->>]->> -<<-/T (Line40425[0])-/Kids [-<<-/T (Line_40425_Amount[0])-/V ()->>]->> -<<-/T (Line132[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line130[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line41500[0])-/Kids [-<<-/T (Line_41500_Amount[0])-/V ()->>]->> -<<-/T (Line41400[0])-/Kids [-<<-/T (Line_41400_Amount[0])-/V ()->> -<<-/T (Line41300[0])-/Kids [-<<-/T (Line_41300_Amount[0])-/V ()->>]->>]->> -<<-/T (Line42000[0])-/Kids [-<<-/T (Line_42000_Amount[0])-/V ()->>]->> -<<-/T (Line40400[0])-/Kids [-<<-/T (Line_40400_Amount[0])-/V ()->>]->> -<<-/T (Line41700[0])-/Kids [-<<-/T (Line_41700_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page6[0])-/Kids [-<<-/T (Return-pg6[0])-/Kids [-<<-/T (PartB[0])-/Kids [-<<-/T (Line31240[0])-/Kids [-<<-/T (Line_31240_Amount[0])-/V ()->>]->> -<<-/T (Line98[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line32300[0])-/Kids [-<<-/T (Line_32300_Amount[0])-/V ()->>]->> -<<-/T (Line96[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31217[0])-/Kids [-<<-/T (Line_31217_Amount[0])-/V ()->>]->> -<<-/T (Line32600[0])-/Kids [-<<-/T (Line_32600_Amount[0])-/V ()->>]->> -<<-/T (Line35000[0])-/Kids [-<<-/T (Line_35000_Amount[0])-/V ()->>]->> -<<-/T (Line110[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line108[0])-/Kids [-<<-/T (Amount2[0])-/V ()->> -<<-/T (Amount1[0])-/V ()->>]->> -<<-/T (Line31800[0])-/Kids [-<<-/T (Line_31800_Amount[0])-/V ()->>]->> -<<-/T (Line106[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33099[0])-/Kids [-<<-/T (Line_33099_Amount[0])-/V ()->>]->> -<<-/T (Line114[0])-/Kids [-<<-/T (Percent[0])-/V (15%)->>]->> -<<-/T (Line84[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line33500[0])-/Kids [-<<-/T (Line_33500_Amount[0])-/V ()->>]->> -<<-/T (Line33800[0])-/Kids [-<<-/T (Line_33800_Amount[0])-/V ()->>]->> -<<-/T (Line31200[0])-/Kids [-<<-/T (Line_31200_Amount[0])-/V ()->>]->> -<<-/T (Line34900[0])-/Kids [-<<-/T (Line_34900_Amount[0])-/V ()->>]->> -<<-/T (Line31000[0])-/Kids [-<<-/T (Line_31000_Amount[0])-/V ()->>]->> -<<-/T (Line31600[0])-/Kids [-<<-/T (Line_31600_Amount[0])-/V ()->>]->> -<<-/T (Line31350[0])-/Kids [-<<-/T (Line_31350_Amount[0])-/V ()->>]->> -<<-/T (Line31900[0])-/Kids [-<<-/T (Line_31900_Amount[0])-/V ()->>]->> -<<-/T (Line32400[0])-/Kids [-<<-/T (Line_32400_Amount[0])-/V ()->>]->> -<<-/T (Line33199[0])-/Kids [-<<-/T (Line_33199_Amount[0])-/V ()->>]->> -<<-/T (Line101[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31260[0])-/Kids [-<<-/T (Line_31260_Amount[0])-/V ()->>]->> -<<-/T (Line33200[0])-/Kids [-<<-/T (Line_33200_Amount2[0])-/V ()->> -<<-/T (Line_33200_Amount1[0])-/V ()->>]->> -<<-/T (Line30800[0])-/Kids [-<<-/T (Line_30800_Amount[0])-/V ()->>]->> -<<-/T (Line31285[0])-/Kids [-<<-/T (Line_31285_Amount[0])-/V ()->>]->> -<<-/T (Line31300[0])-/Kids [-<<-/T (Line_31300_Amount[0])-/V ()->>]->> -<<-/T (Line109[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line31270[0])-/Kids [-<<-/T (Line_31270_Amount[0])-/V ()->>]->> -<<-/T (Line31220[0])-/Kids [-<<-/T (Line_31220_Amount[0])-/V ()->>]->> -<<-/T (Line31400[0])-/Kids [-<<-/T (Line_31400_Amount[0])-/V ()->>]->>]->>]->>]->> -<<-/T (Page8[0])-/Kids [-<<-/T (Return-pg8[0])-/Kids [-<<-/T (Refund_or_Balance-Owing[0])-/Kids [-<<-/T (Line48500[0])-/Kids [-<<-/T (Line_48500_Amount[0])-/V ()->>]->> -<<-/T (Line48400[0])-/Kids [-<<-/T (Line_48400_Amount[0])-/V ()->>]->>]->> -<<-/T (Step6-Cont[0])-/Kids [-<<-/T (Line44800[0])-/Kids [-<<-/T (Line_44800_Amount[0])-/V ()->>]->> -<<-/T (Line45355[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line46900[0])-/Kids [-<<-/T (Line_46900_Amount[0])-/V ()->> -<<-/T (Line46800[0])-/Kids [-<<-/T (Line_46800_Amount[0])-/V ()->>]->>]->> -<<-/T (Line47600[0])-/Kids [-<<-/T (Line_47600_Amount[0])-/V ()->>]->> -<<-/T (Line45200[0])-/Kids [-<<-/T (Line_45200_Amount[0])-/V ()->>]->> -<<-/T (Line45600[0])-/Kids [-<<-/T (Line_45600_Amount[0])-/V ()->>]->> -<<-/T (Line45350[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45300[0])-/Kids [-<<-/T (Line_45300_Amount[0])-/V ()->>]->> -<<-/T (Line45000[0])-/Kids [-<<-/T (Line_45000_Amount[0])-/V ()->>]->> -<<-/T (Line47900[0])-/Kids [-<<-/T (Line_47900_Amount[0])-/V ()->>]->> -<<-/T (Line47557[0])-/Kids [-<<-/T (Line_47557_Amount[0])-/V ()->>]->> -<<-/T (Line47556[0])-/Kids [-<<-/T (Line_47556_Amount[0])-/V ()->>]->> -<<-/T (Line47555[0])-/Kids [-<<-/T (Line_47555_Amount[0])-/V ()->>]->> -<<-/T (Line167[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line43700[0])-/Kids [-<<-/T (Line_43700_Amount[0])-/V ()->>]->> -<<-/T (Line148[0])-/Kids [-<<-/T (Amount[0])-/V ()->>]->> -<<-/T (Line48200[0])-/Kids [-<<-/T (Line_48200_Amount1[0])-/V ()->> -<<-/T (Line_48200_Amount2[0])-/V ()->>]->> -<<-/T (Line45700[0])-/Kids [-<<-/T (Line_45700_Amount[0])-/V ()->>]->> -<<-/T (Line44000[0])-/Kids [-<<-/T (Line_44000_Amount[0])-/V ()->>]->> -<<-/T (Line45400[0])-/Kids [-<<-/T (Line_45400_Amount[0])-/V ()->>]->>]->> -<<-/T (Certification[0])-/Kids [-<<-/T (Date[0])-/V ()->> -<<-/T (Telephone[0])-/V ()->>]->> -<<-/T (Efile[0])-/Kids [-<<-/T (Line48900[0])-/Kids [-<<-/T (EFile[0])-/V ()->>]->> -<<-/T (TelephoneOfPreparer[0])-/V ()->> -<<-/T (NameOfPreparer[0])-/V ()->> -<<-/T (Line49000[0])-/Kids [-<<-/T (Line49000_CheckBoxGroup[0])-/Kids [-<<-/T (Line49000_CheckBox_EN[0])-/V /->> -<<-/T (Line49000_CheckBox_EN[1])-/V /->>]->>]->>]->>]->>]->>]->>]->>->>-endobj--trailer--<<-/Root 1 0 R->>-%%EOF
binary file changed (520329 → absent bytes)
binary file changed (530250 → absent bytes)
binary file changed (534534 → absent bytes)
binary file changed (590478 → absent bytes)
binary file changed (543197 → absent bytes)
binary file changed (534306 → absent bytes)
binary file changed (538840 → absent bytes)
binary file changed (525425 → absent bytes)
binary file changed (523327 → absent bytes)
@@ -0,0 +1,1258 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Line27[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line52[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line54[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line35[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line50[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Min-Tax-Carryover[0])+/Kids [+<<+/T (Line59[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line58[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line60[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line57[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line56[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line61[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Donations[0])+/Kids [+<<+/T (Line49[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line48[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line47[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>>]+>> +<<+/T (Line44[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line53[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line28[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line55[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line34[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line51[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line32[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Medical-Expenses[0])+/Kids [+<<+/T (Line41[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line39[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line38[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (3%)+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line37[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (5.05%)+>>]+>> +<<+/T (Line43[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (Line77[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line76[0])+/Kids [+<<+/T (Line_60970[0])+/Kids [+<<+/T (Number-Dependant[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line80[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line74[0])+/Kids [+<<+/T (Amount[0])+/V (286.00)+>>]+>> +<<+/T (Line75[0])+/Kids [+<<+/T (Line_60969[0])+/Kids [+<<+/T (Number-Child[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line78[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line79[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line73[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line70[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line71[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line66[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (ON-Surtax[0])+/Kids [+<<+/T (Line65[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line64[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line63[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line68[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line67[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line69[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line83[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line82[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line81[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line62[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Chart[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Percent[0])+/V (11.16%)+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V (7,305.52)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V (102,894.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line5[0])+/Kids [+<<+/T (Percent[0])+/V (13.16%)+>>]+>> +<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V (21,074.54)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V (220,000.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Percent[0])+/V (12.16%)+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V (12,562.54)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V (150,000.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line5[0])+/Kids [+<<+/T (Percent[0])+/V (9.15%)+>>]+>> +<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V (2,598.02)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V (51,446.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Percent[0])+/V (5.05%)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V (0.00)+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V (0.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Part_B[0])+/Kids [+<<+/T (Employment-Insurance[0])+/Kids [+<<+/T (Line21[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Eligible-Dependant[0])+/Kids [+<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount[0])+/V (11,581.00)+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (CPP-QPP[0])+/Kids [+<<+/T (Line20[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Spouse-Amount[0])+/Kids [+<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V (11,581.00)+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line24[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line86[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line85[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line87[0])+/Kids [+<<+/T (Line62150[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line88[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (ON_Health_Prenium-worksheet[0])+/Kids [+<<+/T (Chart_ON_Health_Prenium[0])+/Kids [+<<+/T (Taxable_Line8[0])+/Kids [+<<+/T (Amount3[0])+/V ()+>> +<<+/T (Amount4[0])+/V ()+>> +<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Taxable_Line10[0])+/Kids [+<<+/T (Amount4[0])+/V ()+>> +<<+/T (Amount3[0])+/V ()+>> +<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Taxable_Line6[0])+/Kids [+<<+/T (Amount3[0])+/V ()+>> +<<+/T (Amount4[0])+/V ()+>> +<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Taxable_Line4[0])+/Kids [+<<+/T (Amount4[0])+/V ()+>> +<<+/T (Amount3[0])+/V ()+>> +<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Taxable_Line2[0])+/Kids [+<<+/T (Amount3[0])+/V ()+>> +<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Line84[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,898 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line53[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line52[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (10.8%)+>>]+>> +<<+/T (Line54[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line55[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line49[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line34[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line35[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line57[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line56[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line50[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line37[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line51[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line32[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line38[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line39[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (MedicalExpenses[0])+/Kids [+<<+/T (Line48[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (3%)+>>]+>> +<<+/T (Line46[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line47[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line44[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line43[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (PartC[0])+/Kids [+<<+/T (Line77[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line75[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line79[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line58[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line73[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line71[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line65[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line63[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line67[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line69[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line82[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line61[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line76[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line80[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line74[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line78[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line70[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line66[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line64[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line68[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line60[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line81[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line62[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Line28[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Table[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line5[0])+/Kids [+<<+/T (Percent[0])+/V (17.4%)+>>]+>> +<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V (11,833.50)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V (100,000.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line5[0])+/Kids [+<<+/T (Percent[0])+/V (10.8%)+>>]+>> +<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V (0.00)+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V (0.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line5[0])+/Kids [+<<+/T (Percent[0])+/V (12.75%)+>>]+>> +<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V (5,076.00)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V (47,000.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Line27[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V (9,134.00)+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount[0])+/V (9,134.00)+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line24[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (line13[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line21[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,906 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Line28[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line27[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line34[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line35[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line50[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line51[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line32[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Donation-Gift[0])+/Kids [+<<+/T (Line49[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line48[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>>]+>> +<<+/T (Medical-Expenses[0])+/Kids [+<<+/T (Line41[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line38[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line39[0])+/Kids [+<<+/T (Percent[0])+/V (3%)+>>]+>> +<<+/T (Line37[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46[0])+/Kids [+<<+/T (Percent[0])+/V (10%)+>>]+>> +<<+/T (Line47[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line44[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line43[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (PartC[0])+/Kids [+<<+/T (Line53[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line52[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line54[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line55[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line58[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line57[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line56[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line65[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line66[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line63[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line64[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line60[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line61[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line62[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (EI[0])+/Kids [+<<+/T (Line21[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Chart[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line4-C3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7-C3[0])+/Kids [+<<+/T (Amount[0])+/V ( 18,385.26)+>>]+>> +<<+/T (Line2-C3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3-C3[0])+/Kids [+<<+/T (Amount[0])+/V ( 177,922.00)+>>]+>> +<<+/T (Line6-C3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line8-C3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (LIne5-C3[0])+/Kids [+<<+/T (Percent[0])+/V ( 13%)+>>]+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line7-C5[0])+/Kids [+<<+/T (Amount[0])+/V ( 42,701.40)+>>]+>> +<<+/T (Line4-C5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2-C5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5-C5[0])+/Kids [+<<+/T (Percent[0])+/V ( 15%)+>>]+>> +<<+/T (Line3-C5[0])+/Kids [+<<+/T (Amount[0])+/V ( 355,845.00)+>>]+>> +<<+/T (Line6-C5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line8-C5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line4-C4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7-C4[0])+/Kids [+<<+/T (Amount[0])+/V ( 26,095.30)+>>]+>> +<<+/T (Line2-C4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6-C4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3-C4[0])+/Kids [+<<+/T (Amount[0])+/V ( 237,230.00)+>>]+>> +<<+/T (Line5-C4[0])+/Kids [+<<+/T (Percent[0])+/V ( 14%)+>>]+>> +<<+/T (Line8-C4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line8-C1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5-C1[0])+/Kids [+<<+/T (Percent[0])+/V ( 10%)+>>]+>> +<<+/T (Line4-C1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2-C1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6-C1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7-C1[0])+/Kids [+<<+/T (Amount[0])+/V ( 0.00)+>>]+>> +<<+/T (Line3-C1[0])+/Kids [+<<+/T (Amount[0])+/V ( 0.00)+>>]+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line5-C2[0])+/Kids [+<<+/T (Percent[0])+/V ( 12%)+>>]+>> +<<+/T (Line8-C2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7-C2[0])+/Kids [+<<+/T (Amount[0])+/V ( 14,826.90)+>>]+>> +<<+/T (Line4-C2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2-C2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3-C2[0])+/Kids [+<<+/T (Amount[0])+/V ( 148,269.00)+>>]+>> +<<+/T (Line6-C2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Eligible-Dependant[0])+/Kids [+<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount[0])+/V ( 21,885.00)+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (CPP-QPP[0])+/Kids [+<<+/T (Line20[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Spouse-Net-Income[0])+/Kids [+<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ( 21,885.00)+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line24[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,1198 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Line27[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line52[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line54[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line58[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line35[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line56[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line37[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33[0])+/Kids [+<<+/T (I2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (I1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line31[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line39[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line44[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line53[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line28[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line55[0])+/Kids [+<<+/T (PercentAmount_ReadOnly[0])+/V (5.06%)+>>]+>> +<<+/T (Line34[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Gifts_from_57[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line57[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line32[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (MedicalExp[0])+/Kids [+<<+/T (Line49[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line48[0])+/Kids [+<<+/T (PercentAmount_ReadOnly[0])+/V (3%)+>>]+>> +<<+/T (Line47[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line50[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line51[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line41[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line38[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line60[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line43[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (Line77[0])+/Kids [+<<+/T (PercentAmount_ReadOnly[0])+/V (3.56%)+>>]+>> +<<+/T (Line75[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 24,338.00)+>>]+>> +<<+/T (Line79[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line73[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line71[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line65[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line63[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line86[0])+/Kids [+<<+/T (Certificatenumber[0])+/Kids [+<<+/T (Certificat-no[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line67[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line69[0])+/Kids [+<<+/T (Line120[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line88[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line84[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line61[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line82[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line76[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line80[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line74[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line78[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line70[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line91[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line66[0])+/Kids [+<<+/T (Line40427[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line64[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line68[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line85[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line87[0])+/Kids [+<<+/T (Certificatenumber[0])+/Kids [+<<+/T (Certificat-no[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line83[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line81[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line62[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount_Eligible_Dependant[0])+/Kids [+<<+/T (Line21[0])+/Kids [+<<+/T (Amount[0])+/V ( 11,850.00)+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Spouse_CPL_Amount[0])+/Kids [+<<+/T (Line20[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ( 11,850.00)+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line24[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column7[0])+/Kids [+<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V (252,752.00)+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (20.5%)+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V (29,514.76)+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column3[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (10.5%)+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 6,116.84)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 95,875.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Column6[0])+/Kids [+<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V (181,232.00)+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (16.8%)+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V (17,499.40)+>>]+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (LIne15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V (133,664.00)+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (14.7%)+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V (10,506.91)+>>]+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (12.29%)+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 7,607.94)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 110,076.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (7.7%)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 2,425.61)+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 47,937.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line5[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (5.06%)+>>]+>> +<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 0.00)+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 0.00)+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,270 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (ON-Coop-Education[0])+/Kids [+<<+/T (Line63265[0])+/Kids [+<<+/T (RadioButtonGroup[0])+/V /+>>]+>> +<<+/T (Line63260[0])+/Kids [+<<+/T (NmbrApprentices[0])+/V ()+>>]+>> +<<+/T (Line63270[0])+/Kids [+<<+/T (BusinessNumber_9_Comb_Bottom_Adv[0])+/Kids [+<<+/T (BusinessNumber[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (ON-Political-Contribution[0])+/Kids [+<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Line63220[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V (35,000.00)+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (5%)+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Line63100[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Percent_ReadOnly[0])+/V (25%)+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,602 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (BCMETC[0])+/Kids [+<<+/T (Line24[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (BCTTC[0])+/Kids [+<<+/T (Line28[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31[0])+/Kids [+<<+/T (I2[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (I1[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>>]+>> +<<+/T (Line32[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (BCVCTC[0])+/Kids [+<<+/T (Line19[0])+/Kids [+<<+/T (Account_Number_Comb_EN[0])+/Kids [+<<+/T (Account_Number[0])+/V ()+>>]+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (Note1[0])+/V /+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Note1[0])+/V /+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line21[0])+/Kids [+<<+/T (Account_Number[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (I2[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (I1[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (BCCBTC[0])+/Kids [+<<+/T (Line27[0])+/Kids [+<<+/T (I2[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (I1[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (I1[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (I1[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (Line41[0])+/Kids [+<<+/T (I2[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (I1[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>>]+>> +<<+/T (Line38[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line39[0])+/Kids [+<<+/T (PercentAmount_ReadOnly[0])+/V (2%)+>>]+>> +<<+/T (Line34[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line35[0])+/Kids [+<<+/T (Amount_ReadOnly[0])+/V ( 400.00)+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Declaration-For-Renters[0])+/Kids [+<<+/T (Table[0])+/Kids [+<<+/T (Headers[0])+/Kids [+<<+/T (Footnote2[0])+/V /+>> +<<+/T (Footnote3[0])+/V /+>>]+>> +<<+/T (Row1[0])+/Kids [+<<+/T (Nameoflandlord[0])+/V ()+>> +<<+/T (Rentpaid[0])+/V ()+>> +<<+/T (Rentaladdress[0])+/V ()+>> +<<+/T (Numberofmonths[0])+/V ()+>>]+>> +<<+/T (Row2[0])+/Kids [+<<+/T (Nameoflandlord[0])+/V ()+>> +<<+/T (Rentpaid[0])+/V ()+>> +<<+/T (Rentaladdress[0])+/V ()+>> +<<+/T (Numberofmonths[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Line37[0])+/Kids [+<<+/T (AmountRead_Only[0])+/V ( 63,000.00)+>>]+>> +<<+/T (Line42[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40[0])+/Kids [+<<+/T (L1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (L2[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Chart[0])+/Kids [+<<+/T (Line5[0])+/Kids [+<<+/T (Col1_Amount[0])+/V ()+>> +<<+/T (Col2_Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (NumWithoutCurrency[0])+/V ()+>> +<<+/T (NumWithoutCurrency2[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Col1_Amount[0])+/V ()+>> +<<+/T (Col2_Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Col1_Amount[0])+/V ()+>> +<<+/T (Col2_Amount[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Col1_Amount[0])+/V ()+>> +<<+/T (Col2_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (BCSHRTC[0])+/Kids [+<<+/T (Line60890[0])+/Kids [+<<+/T (CheckBox[0])+/V /+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Line60480[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,302 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Transfer_CF[0])+/Kids [+<<+/T (Line25[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line24[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line21[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Enrolment[0])+/Kids [+<<+/T (Line32020[0])+/Kids [+<<+/T (Part_time_months[0])+/V ()+>>]+>> +<<+/T (Line32010[0])+/Kids [+<<+/T (Part_time_months[0])+/V ()+>>]+>> +<<+/T (Line32005[0])+/Kids [+<<+/T (CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (YourTuition[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,758 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Step1_tickboxes[0])+/Kids [+<<+/T (Questions[0])+/Kids [+<<+/T (Line38104[0])+/Kids [+<<+/T (Line38104_CheckBoxGroup[0])+/Kids [+<<+/T (Line38104_CheckBox_EN[1])+/V /+>> +<<+/T (Line38104_CheckBox_EN[0])+/V /+>>]+>>]+>> +<<+/T (Line38103[0])+/Kids [+<<+/T (Line38103_CheckBoxGroup[0])+/Kids [+<<+/T (Line38103_CheckBox_EN[1])+/V /+>> +<<+/T (Line38103_CheckBox_EN[0])+/V /+>>]+>>]+>> +<<+/T (Line38101[0])+/Kids [+<<+/T (Line38101_CheckBoxGroup[0])+/Kids [+<<+/T (Line38101_CheckBox_EN[1])+/V /+>> +<<+/T (Line38101_CheckBox_EN[0])+/V /+>>]+>>]+>> +<<+/T (Line38102[0])+/Kids [+<<+/T (Line38102_CheckBoxGroup[0])+/Kids [+<<+/T (Line38102_CheckBox_EN[1])+/V /+>> +<<+/T (Line38102_CheckBox_EN[0])+/V /+>>]+>>]+>> +<<+/T (Line38105[0])+/Kids [+<<+/T (Footnote1[0])+/V /+>> +<<+/T (Line38105_CheckBoxGroup[0])+/Kids [+<<+/T (Line38105_CheckBox_EN[1])+/V /+>> +<<+/T (Line38105_CheckBox_EN[0])+/V /+>>]+>>]+>> +<<+/T (Line38100[0])+/Kids [+<<+/T (Line38100_CheckBoxGroup[0])+/Kids [+<<+/T (Line38100_CheckBox_EN[1])+/V /+>> +<<+/T (Line38100_CheckBox_EN[0])+/V /+>>]+>>]+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Chart[0])+/Kids [+<<+/T (Line5_Sub[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (line4[0])+/Kids [+<<+/T (Footnote1[0])+/V /+>> +<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Footnote2[0])+/V /+>> +<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Chart[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line49[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line48[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line47[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line44[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line43[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Step3[0])+/Kids [+<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line34[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line35[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line37[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ( 1,150.00)+>>]+>> +<<+/T (Line33[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line32[0])+/Kids [+<<+/T (Percent[0])+/V (27%)+>>]+>> +<<+/T (Line41[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line39[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line38[0])+/Kids [+<<+/T (Percent[0])+/V ()+>>]+>> +<<+/T (Line42[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Step2[0])+/Kids [+<<+/T (Line28[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line27[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Percent[0])+/V (27%)+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ( 3,000.00)+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line21[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line24[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,334 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (PartA[0])+/Kids [+<<+/T (Line5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (PartC[0])+/Kids [+<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Note1[0])+/V /+>> +<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (PartE[0])+/Kids [+<<+/T (Line28[0])+/Kids [+<<+/T (Box_Line27[0])+/V /+>>]+>> +<<+/T (Line27[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (Box_Line25[0])+/V /+>>]+>>]+>> +<<+/T (PartD[0])+/Kids [+<<+/T (Line24[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartF[0])+/Kids [+<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,1674 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Part1[0])+/Kids [+<<+/T (Election-Evocation[0])+/Kids [+<<+/T (Line50372[0])+/Kids [+<<+/T (Month_grp[0])+/Kids [+<<+/T (Stop-Month[0])+/V ()+>>]+>>]+>> +<<+/T (Line50374[0])+/Kids [+<<+/T (Month_grp[0])+/Kids [+<<+/T (Revoke-Month[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (Part2[0])+/Kids [+<<+/T (LineB[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (LineA[0])+/Kids [+<<+/T (Number[0])+/V ()+>>]+>> +<<+/T (LineC[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (LineD[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (LineE[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[9])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[8])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page10[0])+/Kids [+<<+/T (Part5-Cont[0])+/Kids [+<<+/T (Line90[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line91[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line86[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line92[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line93[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line97[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line94[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line87[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line96[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line88[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line95[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Part3_Cont[0])+/Kids [+<<+/T (Line28[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line27[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line35[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line34[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line37[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line32[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line38[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line39[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line43[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Part3[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line21[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line24[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page9[0])+/Kids [+<<+/T (Part5_Cont[0])+/Kids [+<<+/T (Line77[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line75[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line79[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line58[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line73[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line71[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line56[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line65[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line63[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line67[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line69[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line84[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line61[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line82[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line76[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line80[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line74[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line78[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line70[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line57[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line66[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line64[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line68[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line85[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line83[0])+/Kids [+<<+/T (AmountA[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line60[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line81[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>>]+>> +<<+/T (Line62[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Part5[0])+/Kids [+<<+/T (Line27[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line8[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line25[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line21[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line28[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Note2[0])+/V /+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line26[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line24[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Part4[0])+/Kids [+<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Note1[0])+/V /+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Part5_Cont[0])+/Kids [+<<+/T (Line52[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line54[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line35[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line37[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line50[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line33[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line39[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line48[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line44[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line53[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line55[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line49[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line34[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line51[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line32[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line38[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line47[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line43[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,378 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Charts[0])+/Kids [+<<+/T (Chart2[0])+/Kids [+<<+/T (Line1[0])+/Kids [+<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Chart1[0])+/Kids [+<<+/T (Line_3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line_1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line_2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line_4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (TextField_Underlined_Bottom[0])+/V ()+>> +<<+/T (Line_5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (AmountC[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line8[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line6[0])+/Kids [+<<+/T (AmountA[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (AmountE[0])+/Kids [+<<+/T (Amount_Line14[0])+/V ()+>>]+>> +<<+/T (Line10[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line19[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line17[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line14[0])+/Kids [+<<+/T (Amount_Line14[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line21[0])+/Kids [+<<+/T (AmountG[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line5[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line7[0])+/Kids [+<<+/T (AmountD[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line9[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (AmountB[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line13[0])+/Kids [+<<+/T (Amount_Line13[0])+/V ()+>>]+>> +<<+/T (Line3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line18[0])+/Kids [+<<+/T (Amount[0])+/V ( 246,752.00)+>>]+>> +<<+/T (Line15[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line20[0])+/Kids [+<<+/T (AmountF[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22[0])+/Kids [+<<+/T (AmountH[0])+/Kids [+<<+/T (Amount_Line14[0])+/V ()+>>]+>> +<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2262 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page2[0])+/Kids [+<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[1])+/V /+>> +<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (Indian_Act[0])+/Kids [+<<+/T (IndianAct_Question[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (CAI[0])+/Kids [+<<+/T (AB_CAI[0])+/Kids [+<<+/T (Tick_box[0])+/V /+>>]+>>]+>> +<<+/T (ResidencyInformation[0])+/Kids [+<<+/T (Question[0])+/Kids [+<<+/T (Residency_CheckBox[1])+/V /+>> +<<+/T (Residency_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Return-pg5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Specify[0])+/V ()+>> +<<+/T (Line_25600_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30500_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line42Amount3[0])+/V ()+>> +<<+/T (Line37Amount3[0])+/V ( 111,733.00)+>> +<<+/T (Line39Rate3[0])+/V (26%)+>> +<<+/T (Line41Amount3[0])+/V ( 19,832.58)+>> +<<+/T (Line36Amount3[0])+/V ()+>> +<<+/T (Line40Amount3[0])+/V ()+>> +<<+/T (Line38Amount3[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line36Amount5[0])+/V ()+>> +<<+/T (Line37Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line39Rate5[0])+/V (33%)+>> +<<+/T (Line40Amount5[0])+/V ()+>> +<<+/T (Line42Amount5[0])+/V ()+>> +<<+/T (Line38Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line36Amount4[0])+/V ()+>> +<<+/T (Line37Amount4[0])+/V ( 173,205.00)+>> +<<+/T (Line39Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Line40Amount4[0])+/V ()+>> +<<+/T (Line42Amount4[0])+/V ()+>> +<<+/T (Line38Amount4[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line37Amount2[0])+/V ( 55,867.00)+>> +<<+/T (Line41Amount2[0])+/V ( 8,380.05)+>> +<<+/T (Line36Amount2[0])+/V ()+>> +<<+/T (Line40Amount2[0])+/V ()+>> +<<+/T (Line39Rate2[0])+/V (20.5%)+>> +<<+/T (Line38Amount2[0])+/V ()+>> +<<+/T (Line42Amount2[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line38Amount1[0])+/V ()+>> +<<+/T (Line37Amount1[0])+/V ( 0.00)+>> +<<+/T (Line36Amount1[0])+/V ()+>> +<<+/T (Line39Rate1[0])+/V (15%)+>> +<<+/T (Line40Amount1[0])+/V ()+>> +<<+/T (Line41Amount1[0])+/V ( 0.00)+>> +<<+/T (Line42Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Return-pg4[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Line_20810_Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21698_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Return-pg7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>> +<<+/T (Line148[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42100[0])+/Kids [+<<+/T (Line_42100_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line41000[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line127[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line133[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line135[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line132[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line130[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line138[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Return-pg6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line102[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line114[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line104[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line112[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_Amount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount2[0])+/V ()+>> +<<+/T (Line_33200_Amount1[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line107[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line115[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Return-pg8[0])+/Kids [+<<+/T (Step6-Cont[0])+/Kids [+<<+/T (Line44800[0])+/Kids [+<<+/T (Line_44800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line172[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (Line_46900_Amount[0])+/V ()+>> +<<+/T (Line46800[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line47900[0])+/Kids [+<<+/T (Line_47900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47555_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line154[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (Efile[0])+/Kids [+<<+/T (Line48900[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (Line49000[0])+/Kids [+<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>>]+>> +<<+/T (Refund_or_Balance-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2246 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page2[0])+/Kids [+<<+/T (Return-pg2[0])+/Kids [+<<+/T (Tax_exempt[0])+/Kids [+<<+/T (Exempt[0])+/Kids [+<<+/T (Spouse_SelfEmployed[0])+/V /+>>]+>>]+>> +<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Return-pg5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Specify[0])+/V ()+>> +<<+/T (Line_25600_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30500_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line42Amount3[0])+/V ()+>> +<<+/T (Line37Amount3[0])+/V ( 111,733.00)+>> +<<+/T (Line39Rate3[0])+/V (26%)+>> +<<+/T (Line41Amount3[0])+/V ( 19,832.58)+>> +<<+/T (Line36Amount3[0])+/V ()+>> +<<+/T (Line40Amount3[0])+/V ()+>> +<<+/T (Line38Amount3[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line36Amount5[0])+/V ()+>> +<<+/T (Line37Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line39Rate5[0])+/V (33%)+>> +<<+/T (Line40Amount5[0])+/V ()+>> +<<+/T (Line42Amount5[0])+/V ()+>> +<<+/T (Line38Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line36Amount4[0])+/V ()+>> +<<+/T (Line37Amount4[0])+/V ( 173,205.00)+>> +<<+/T (Line39Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Line40Amount4[0])+/V ()+>> +<<+/T (Line42Amount4[0])+/V ()+>> +<<+/T (Line38Amount4[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line37Amount2[0])+/V ( 55,867.00)+>> +<<+/T (Line41Amount2[0])+/V ( 8,380.05)+>> +<<+/T (Line36Amount2[0])+/V ()+>> +<<+/T (Line40Amount2[0])+/V ()+>> +<<+/T (Line39Rate2[0])+/V (20.5%)+>> +<<+/T (Line38Amount2[0])+/V ()+>> +<<+/T (Line42Amount2[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line38Amount1[0])+/V ()+>> +<<+/T (Line37Amount1[0])+/V ( 0.00)+>> +<<+/T (Line36Amount1[0])+/V ()+>> +<<+/T (Line39Rate1[0])+/V (15%)+>> +<<+/T (Line40Amount1[0])+/V ()+>> +<<+/T (Line41Amount1[0])+/V ( 0.00)+>> +<<+/T (Line42Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Return-pg4[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Line_20810_Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21698_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Return-pg7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>> +<<+/T (Line148[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42100[0])+/Kids [+<<+/T (Line_42100_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line41000[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line127[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line133[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line135[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line132[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line130[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line138[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Return-pg6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line102[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line114[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line104[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line112[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_Amount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount2[0])+/V ()+>> +<<+/T (Line_33200_Amount1[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line107[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line115[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Return-pg8[0])+/Kids [+<<+/T (Step6-Cont[0])+/Kids [+<<+/T (Line44800[0])+/Kids [+<<+/T (Line_44800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line172[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (Line_46900_Amount[0])+/V ()+>> +<<+/T (Line46800[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line47900[0])+/Kids [+<<+/T (Line_47900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47555_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line154[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (Efile[0])+/Kids [+<<+/T (Line48900[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (Line49000[0])+/Kids [+<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>>]+>> +<<+/T (Refund_or_Balance-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2278 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page2[0])+/Kids [+<<+/T (Return-pg2[0])+/Kids [+<<+/T (Tax_exempt[0])+/Kids [+<<+/T (Exempt[0])+/Kids [+<<+/T (Spouse_SelfEmployed[0])+/V /+>>]+>>]+>> +<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_25999_Amount[0])+/V ()+>>]+>> +<<+/T (Line73[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_24901_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Amount[0])+/V ()+>> +<<+/T (Line_25600_Specify[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line60[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Part_A[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Amount_Line77[0])+/V ()+>> +<<+/T (Amount_Line76[0])+/V ( 19,832.58)+>> +<<+/T (Amount_Line75[0])+/V ()+>> +<<+/T (Percent_Line74[0])+/V (26%)+>> +<<+/T (Amount_Line71[0])+/V ()+>> +<<+/T (Amount_Line72[0])+/V ( 111,733.00)+>> +<<+/T (Amount_Line73[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ()+>> +<<+/T (Line42Rate5[0])+/V (33%)+>> +<<+/T (Line44Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line39Amount5[0])+/V ()+>> +<<+/T (Line43Amount5[0])+/V ()+>> +<<+/T (Line40Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line45Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line42Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ()+>> +<<+/T (Line44Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Amount_Line71[0])+/V ()+>> +<<+/T (Amount_Line72[0])+/V ( 173,205.00)+>> +<<+/T (Line43Amount4[0])+/V ()+>> +<<+/T (Line45Amount4[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Amount_Line77[0])+/V ()+>> +<<+/T (Amount_Line76[0])+/V ( 0.00)+>> +<<+/T (Amount_Line75[0])+/V ()+>> +<<+/T (Percent_Line74[0])+/V (15%)+>> +<<+/T (Amount_Line71[0])+/V ()+>> +<<+/T (Amount_Line72[0])+/V ( 0.00)+>> +<<+/T (Amount_Line73[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Amount_Line77[0])+/V ()+>> +<<+/T (Amount_Line75[0])+/V ()+>> +<<+/T (Amount_Line76[0])+/V ( 8,380.05)+>> +<<+/T (Percent_Line74[0])+/V (20.5%)+>> +<<+/T (Amount_Line71[0])+/V ()+>> +<<+/T (Amount_Line72[0])+/V ( 55,867.00)+>> +<<+/T (Amount_Line73[0])+/V ()+>>]+>>]+>> +<<+/T (Part_B[0])+/Kids [+<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30499_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Step3[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line22300[0])+/Kids [+<<+/T (Line_22300_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line31215[0])+/Kids [+<<+/T (Line_31215_Amount[0])+/V ()+>>]+>> +<<+/T (Line119[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line108[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line106[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_mount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line118[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount1[0])+/V ()+>> +<<+/T (Line_33200_Line32Amount2[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31210[0])+/Kids [+<<+/T (Line_31210_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line91[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31205[0])+/Kids [+<<+/T (Line_31205_Amount[0])+/V ()+>>]+>> +<<+/T (Line111[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line152[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line41000[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line142[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line140[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line141[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line128[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line134[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line131[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line139[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Line_49000_IfFeeWasCharged[0])+/Kids [+<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (EFileNumber_Comb[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>> +<<+/T (Step6-Continued[0])+/Kids [+<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45355_Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (Line46800[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>> +<<+/T (Line_46900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line163[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47555_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line43900[0])+/Kids [+<<+/T (Line_43900_Amount1[0])+/V ()+>> +<<+/T (Line_43900_Amount2[0])+/V ()+>>]+>> +<<+/T (Line157[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount2[0])+/V ()+>> +<<+/T (Line_44000_Amount1[0])+/V ()+>>]+>> +<<+/T (Line45100[0])+/Kids [+<<+/T (Line_45100_Amount1[0])+/V ()+>> +<<+/T (Line_45100_Amount2[0])+/V ()+>>]+>> +<<+/T (Line43800[0])+/Kids [+<<+/T (Line_43800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>> +<<+/T (Line177[0])+/Kids [+<<+/T (Refund_or_BalanceOwing_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (Refund_or_Balancing-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2298 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page2[0])+/Kids [+<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Tax_exempt[0])+/Kids [+<<+/T (Exempt[0])+/Kids [+<<+/T (Spouse_SelfEmployed[0])+/V /+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (CAI[0])+/Kids [+<<+/T (CAI_ON[0])+/Kids [+<<+/T (Tick_box[0])+/V /+>>]+>>]+>> +<<+/T (Organ_donor[0])+/Kids [+<<+/T (Question[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (OrganDonor_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (OrganDonor_CheckBox[0])+/V /+>>]+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Return-pg5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Specify[0])+/V ()+>> +<<+/T (Line_25600_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30500_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line42Amount3[0])+/V ()+>> +<<+/T (Line37Amount3[0])+/V ( 111,733.00)+>> +<<+/T (Line39Rate3[0])+/V (26%)+>> +<<+/T (Line41Amount3[0])+/V ( 19,832.58)+>> +<<+/T (Line36Amount3[0])+/V ()+>> +<<+/T (Line40Amount3[0])+/V ()+>> +<<+/T (Line38Amount3[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line36Amount5[0])+/V ()+>> +<<+/T (Line37Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line39Rate5[0])+/V (33%)+>> +<<+/T (Line40Amount5[0])+/V ()+>> +<<+/T (Line42Amount5[0])+/V ()+>> +<<+/T (Line38Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line36Amount4[0])+/V ()+>> +<<+/T (Line37Amount4[0])+/V ( 173,205.00)+>> +<<+/T (Line39Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Line40Amount4[0])+/V ()+>> +<<+/T (Line42Amount4[0])+/V ()+>> +<<+/T (Line38Amount4[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line37Amount2[0])+/V ( 55,867.00)+>> +<<+/T (Line41Amount2[0])+/V ( 8,380.05)+>> +<<+/T (Line36Amount2[0])+/V ()+>> +<<+/T (Line40Amount2[0])+/V ()+>> +<<+/T (Line39Rate2[0])+/V (20.5%)+>> +<<+/T (Line38Amount2[0])+/V ()+>> +<<+/T (Line42Amount2[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line38Amount1[0])+/V ()+>> +<<+/T (Line37Amount1[0])+/V ( 0.00)+>> +<<+/T (Line36Amount1[0])+/V ()+>> +<<+/T (Line39Rate1[0])+/V (15%)+>> +<<+/T (Line40Amount1[0])+/V ()+>> +<<+/T (Line41Amount1[0])+/V ( 0.00)+>> +<<+/T (Line42Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Return-pg4[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Line_20810_Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21698_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Return-pg7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>> +<<+/T (Line148[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42100[0])+/Kids [+<<+/T (Line_42100_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line41000[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line127[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line133[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line135[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line132[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line130[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line138[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Return-pg6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line102[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line114[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line104[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line112[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_Amount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount2[0])+/V ()+>> +<<+/T (Line_33200_Amount1[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line107[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line115[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Line_49000_IfFeeWasCharged[0])+/Kids [+<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (EFileNumber_Comb[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>> +<<+/T (Step6-Continued[0])+/Kids [+<<+/T (Line44800[0])+/Kids [+<<+/T (Line_44800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45355_Amount[0])+/V ()+>>]+>> +<<+/T (Line172[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (Line46800[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>> +<<+/T (Line_46900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45350_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line47900[0])+/Kids [+<<+/T (Line_47900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line154[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (ONOpportunitiesFund2[0])+/Kids [+<<+/T (Line_3[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line_2[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line_1[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Refund_or_Balance-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2266 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page2[0])+/Kids [+<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Tax_exempt[0])+/Kids [+<<+/T (Exempt[0])+/Kids [+<<+/T (Spouse_SelfEmployed[0])+/V /+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Organ_donor[0])+/Kids [+<<+/T (Authori[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (OrganDonor_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (OrganDonor_CheckBox[0])+/V /+>>]+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Return-pg5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Specify[0])+/V ()+>> +<<+/T (Line_25600_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30500_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line42Amount3[0])+/V ()+>> +<<+/T (Line37Amount3[0])+/V ( 111,733.00)+>> +<<+/T (Line39Rate3[0])+/V (26%)+>> +<<+/T (Line41Amount3[0])+/V ( 19,832.58)+>> +<<+/T (Line36Amount3[0])+/V ()+>> +<<+/T (Line40Amount3[0])+/V ()+>> +<<+/T (Line38Amount3[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line36Amount5[0])+/V ()+>> +<<+/T (Line37Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line39Rate5[0])+/V (33%)+>> +<<+/T (Line40Amount5[0])+/V ()+>> +<<+/T (Line42Amount5[0])+/V ()+>> +<<+/T (Line38Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line36Amount4[0])+/V ()+>> +<<+/T (Line37Amount4[0])+/V ( 173,205.00)+>> +<<+/T (Line39Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Line40Amount4[0])+/V ()+>> +<<+/T (Line42Amount4[0])+/V ()+>> +<<+/T (Line38Amount4[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line37Amount2[0])+/V ( 55,867.00)+>> +<<+/T (Line41Amount2[0])+/V ( 8,380.05)+>> +<<+/T (Line36Amount2[0])+/V ()+>> +<<+/T (Line40Amount2[0])+/V ()+>> +<<+/T (Line39Rate2[0])+/V (20.5%)+>> +<<+/T (Line38Amount2[0])+/V ()+>> +<<+/T (Line42Amount2[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line38Amount1[0])+/V ()+>> +<<+/T (Line37Amount1[0])+/V ( 0.00)+>> +<<+/T (Line36Amount1[0])+/V ()+>> +<<+/T (Line39Rate1[0])+/V (15%)+>> +<<+/T (Line40Amount1[0])+/V ()+>> +<<+/T (Line41Amount1[0])+/V ( 0.00)+>> +<<+/T (Line42Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Return-pg4[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Line_20810_Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21698_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Return-pg7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>> +<<+/T (Line148[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42100[0])+/Kids [+<<+/T (Line_42100_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line41000[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line127[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line133[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line135[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line132[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line130[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line138[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Return-pg6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line102[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line114[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line104[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line112[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_Amount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount2[0])+/V ()+>> +<<+/T (Line_33200_Amount1[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line107[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line115[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Return-pg8[0])+/Kids [+<<+/T (Step6-Cont[0])+/Kids [+<<+/T (Line44800[0])+/Kids [+<<+/T (Line_44800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line172[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (Line_46900_Amount[0])+/V ()+>> +<<+/T (Line46800[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line47900[0])+/Kids [+<<+/T (Line_47900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47555_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line154[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (Efile[0])+/Kids [+<<+/T (Line48900[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (Line49000[0])+/Kids [+<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>>]+>> +<<+/T (Refund_or_Balance-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2298 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page2[0])+/Kids [+<<+/T (Step1-Continued[0])+/Kids [+<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Tax_exempt[0])+/Kids [+<<+/T (Exempt[0])+/Kids [+<<+/T (Spouse_SelfEmployed[0])+/V /+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (ResidencyInformation[0])+/Kids [+<<+/T (Question1[0])+/Kids [+<<+/T (Residency_CheckBox[1])+/V /+>> +<<+/T (Residency_CheckBox[0])+/V /+>>]+>> +<<+/T (QuestionB[0])+/Kids [+<<+/T (B_CheckBox[1])+/V /+>> +<<+/T (B_CheckBox[0])+/V /+>>]+>> +<<+/T (QuestionA[0])+/Kids [+<<+/T (A_Self_Governing_Field[0])+/V ()+>> +<<+/T (A_IdentificationNumber[0])+/Kids [+<<+/T (IdentificationNum[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>> +<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Return-pg5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Specify[0])+/V ()+>> +<<+/T (Line_25600_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30500_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line42Amount3[0])+/V ()+>> +<<+/T (Line37Amount3[0])+/V ( 111,733.00)+>> +<<+/T (Line39Rate3[0])+/V (26%)+>> +<<+/T (Line41Amount3[0])+/V ( 19,832.58)+>> +<<+/T (Line36Amount3[0])+/V ()+>> +<<+/T (Line40Amount3[0])+/V ()+>> +<<+/T (Line38Amount3[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line36Amount5[0])+/V ()+>> +<<+/T (Line37Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line39Rate5[0])+/V (33%)+>> +<<+/T (Line40Amount5[0])+/V ()+>> +<<+/T (Line42Amount5[0])+/V ()+>> +<<+/T (Line38Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line36Amount4[0])+/V ()+>> +<<+/T (Line37Amount4[0])+/V ( 173,205.00)+>> +<<+/T (Line39Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Line40Amount4[0])+/V ()+>> +<<+/T (Line42Amount4[0])+/V ()+>> +<<+/T (Line38Amount4[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line37Amount2[0])+/V ( 55,867.00)+>> +<<+/T (Line41Amount2[0])+/V ( 8,380.05)+>> +<<+/T (Line36Amount2[0])+/V ()+>> +<<+/T (Line40Amount2[0])+/V ()+>> +<<+/T (Line39Rate2[0])+/V (20.5%)+>> +<<+/T (Line38Amount2[0])+/V ()+>> +<<+/T (Line42Amount2[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line38Amount1[0])+/V ()+>> +<<+/T (Line37Amount1[0])+/V ( 0.00)+>> +<<+/T (Line36Amount1[0])+/V ()+>> +<<+/T (Line39Rate1[0])+/V (15%)+>> +<<+/T (Line40Amount1[0])+/V ()+>> +<<+/T (Line41Amount1[0])+/V ( 0.00)+>> +<<+/T (Line42Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Return-pg4[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Line_20810_Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21698_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line43200[0])+/Kids [+<<+/T (Line_43200_Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>> +<<+/T (Line148[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42100[0])+/Kids [+<<+/T (Line_42100_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line4100[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line127[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line133[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line135[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line132[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line130[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line138[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Return-pg6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line102[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line114[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line104[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line112[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_Amount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount2[0])+/V ()+>> +<<+/T (Line_33200_Amount1[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line107[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line115[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Line_49000_IfFeeWasCharged[0])+/Kids [+<<+/T (Line48900[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (Line49000[0])+/Kids [+<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>>]+>> +<<+/T (Step6-Cont[0])+/Kids [+<<+/T (Line44800[0])+/Kids [+<<+/T (Line_44800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45355_Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (sfline46800end[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>> +<<+/T (Line_46900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45350_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line47900[0])+/Kids [+<<+/T (Line_47900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47555_Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line44100[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line155[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line174[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (Refund_or_Balance-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2286 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page2[0])+/Kids [+<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Tax_exempt[0])+/Kids [+<<+/T (Exempt[0])+/Kids [+<<+/T (Spouse_SelfEmployed[0])+/V /+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Step1[0])+/Kids [+<<+/T (ResidencyInformation[0])+/Kids [+<<+/T (Q1[0])+/Kids [+<<+/T (Residency_CheckBox[1])+/V /+>> +<<+/T (Residency_CheckBox[0])+/V /+>>]+>> +<<+/T (Q2[0])+/Kids [+<<+/T (ResidencyB_CheckBox[1])+/V /+>> +<<+/T (ResidencyB_CheckBox[0])+/V /+>>]+>> +<<+/T (Q3[0])+/Kids [+<<+/T (B_CheckBox[1])+/V /+>> +<<+/T (B_CheckBox[0])+/V /+>>]+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Return-pg5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Specify[0])+/V ()+>> +<<+/T (Line_25600_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30500_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line42Amount3[0])+/V ()+>> +<<+/T (Line37Amount3[0])+/V ( 111,733.00)+>> +<<+/T (Line39Rate3[0])+/V (26%)+>> +<<+/T (Line41Amount3[0])+/V ( 19,832.58)+>> +<<+/T (Line36Amount3[0])+/V ()+>> +<<+/T (Line40Amount3[0])+/V ()+>> +<<+/T (Line38Amount3[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line36Amount5[0])+/V ()+>> +<<+/T (Line37Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line39Rate5[0])+/V (33%)+>> +<<+/T (Line40Amount5[0])+/V ()+>> +<<+/T (Line42Amount5[0])+/V ()+>> +<<+/T (Line38Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line36Amount4[0])+/V ()+>> +<<+/T (Line37Amount4[0])+/V ( 173,205.00)+>> +<<+/T (Line39Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Line40Amount4[0])+/V ()+>> +<<+/T (Line42Amount4[0])+/V ()+>> +<<+/T (Line38Amount4[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line37Amount2[0])+/V ( 55,867.00)+>> +<<+/T (Line41Amount2[0])+/V ( 8,380.05)+>> +<<+/T (Line36Amount2[0])+/V ()+>> +<<+/T (Line40Amount2[0])+/V ()+>> +<<+/T (Line39Rate2[0])+/V (20.5%)+>> +<<+/T (Line38Amount2[0])+/V ()+>> +<<+/T (Line42Amount2[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line38Amount1[0])+/V ()+>> +<<+/T (Line37Amount1[0])+/V ( 0.00)+>> +<<+/T (Line36Amount1[0])+/V ()+>> +<<+/T (Line39Rate1[0])+/V (15%)+>> +<<+/T (Line40Amount1[0])+/V ()+>> +<<+/T (Line41Amount1[0])+/V ( 0.00)+>> +<<+/T (Line42Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Return-pg4[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Line_20810_Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21698_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Return-pg7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>> +<<+/T (Line148[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42100[0])+/Kids [+<<+/T (Line_42100_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line41000[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line127[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line133[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line135[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line132[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line130[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line138[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Return-pg6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line102[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line114[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line104[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line112[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_Amount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount2[0])+/V ()+>> +<<+/T (Line_33200_Amount1[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line107[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line115[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Return-pg8[0])+/Kids [+<<+/T (Step6-Cont[0])+/Kids [+<<+/T (Line44800[0])+/Kids [+<<+/T (Line_44800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line172[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (Line_46900_Amount[0])+/V ()+>> +<<+/T (Line46800[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line47900[0])+/Kids [+<<+/T (Line_47900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47555_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line154[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (Efile[0])+/Kids [+<<+/T (Line48900[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (Line49000[0])+/Kids [+<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>>]+>> +<<+/T (Refund_or_Balance-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2270 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page2[0])+/Kids [+<<+/T (Step1[0])+/Kids [+<<+/T (Tax_exempt[0])+/Kids [+<<+/T (Exempt[0])+/Kids [+<<+/T (Spouse_SelfEmployed[0])+/V /+>>]+>>]+>> +<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Organ_donor[0])+/Kids [+<<+/T (Question[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (OrganDonor_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (OrganDonor_CheckBox[0])+/V /+>>]+>>]+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Return-pg5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Specify[0])+/V ()+>> +<<+/T (Line_25600_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30500_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line42Amount3[0])+/V ()+>> +<<+/T (Line37Amount3[0])+/V ( 111,733.00)+>> +<<+/T (Line39Rate3[0])+/V (26%)+>> +<<+/T (Line41Amount3[0])+/V ( 19,832.58)+>> +<<+/T (Line36Amount3[0])+/V ()+>> +<<+/T (Line40Amount3[0])+/V ()+>> +<<+/T (Line38Amount3[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line36Amount5[0])+/V ()+>> +<<+/T (Line37Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line39Rate5[0])+/V (33%)+>> +<<+/T (Line40Amount5[0])+/V ()+>> +<<+/T (Line42Amount5[0])+/V ()+>> +<<+/T (Line38Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line36Amount4[0])+/V ()+>> +<<+/T (Line37Amount4[0])+/V ( 173,205.00)+>> +<<+/T (Line39Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Line40Amount4[0])+/V ()+>> +<<+/T (Line42Amount4[0])+/V ()+>> +<<+/T (Line38Amount4[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line37Amount2[0])+/V ( 55,867.00)+>> +<<+/T (Line41Amount2[0])+/V ( 8,380.05)+>> +<<+/T (Line36Amount2[0])+/V ()+>> +<<+/T (Line40Amount2[0])+/V ()+>> +<<+/T (Line39Rate2[0])+/V (20.5%)+>> +<<+/T (Line38Amount2[0])+/V ()+>> +<<+/T (Line42Amount2[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line38Amount1[0])+/V ()+>> +<<+/T (Line37Amount1[0])+/V ( 0.00)+>> +<<+/T (Line36Amount1[0])+/V ()+>> +<<+/T (Line39Rate1[0])+/V (15%)+>> +<<+/T (Line40Amount1[0])+/V ()+>> +<<+/T (Line41Amount1[0])+/V ( 0.00)+>> +<<+/T (Line42Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Return-pg4[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Line_20810_Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21698_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Return-pg7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>> +<<+/T (Line148[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42100[0])+/Kids [+<<+/T (Line_42100_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line41000[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line127[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line133[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line135[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line132[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line130[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line138[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Return-pg6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line102[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line114[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line104[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line112[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_Amount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount2[0])+/V ()+>> +<<+/T (Line_33200_Amount1[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line107[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line115[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Return-pg8[0])+/Kids [+<<+/T (Step6-Cont[0])+/Kids [+<<+/T (Line44800[0])+/Kids [+<<+/T (Line_44800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line172[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (Line_46900_Amount[0])+/V ()+>> +<<+/T (Line46800[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line47900[0])+/Kids [+<<+/T (Line_47900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47555_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line154[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (Efile[0])+/Kids [+<<+/T (Line48900[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (Line49000[0])+/Kids [+<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>>]+>> +<<+/T (Refund_or_Balance-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,2258 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page3[0])+/Kids [+<<+/T (Return-pg3[0])+/Kids [+<<+/T (Line11410[0])+/Kids [+<<+/T (Line_11410_Amount[0])+/V ()+>>]+>> +<<+/T (Line13700[0])+/Kids [+<<+/T (Line_13700_Amount[0])+/V ()+>> +<<+/T (Line13699[0])+/Kids [+<<+/T (Line_13699_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line29[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12000[0])+/Kids [+<<+/T (Line_12000_Amount[0])+/V ()+>>]+>> +<<+/T (Line12701[0])+/Kids [+<<+/T (Line_12701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14500[0])+/Kids [+<<+/T (Line_14500_Amount[0])+/V ()+>>]+>> +<<+/T (Line12600[0])+/Kids [+<<+/T (Line12599[0])+/Kids [+<<+/T (Line_12599_Amount[0])+/V ()+>>]+>> +<<+/T (Line_12600_Amount[0])+/V ()+>>]+>> +<<+/T (Line10130[0])+/Kids [+<<+/T (Line_10130_Amount[0])+/V ()+>>]+>> +<<+/T (Line12900[0])+/Kids [+<<+/T (Line_12900_Amount[0])+/V ()+>>]+>> +<<+/T (Line13010[0])+/Kids [+<<+/T (Line_13010_Amount[0])+/V ()+>>]+>> +<<+/T (Line15000[0])+/Kids [+<<+/T (Line_15000_Amount[0])+/V ()+>>]+>> +<<+/T (Line16[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line12010[0])+/Kids [+<<+/T (Line_12010_Amount[0])+/V ()+>>]+>> +<<+/T (Line10400[0])+/Kids [+<<+/T (Line_10400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12905[0])+/Kids [+<<+/T (Line_12905_Amount[0])+/V ()+>>]+>> +<<+/T (Line14300[0])+/Kids [+<<+/T (Line14299[0])+/Kids [+<<+/T (Line_14299_Amount[0])+/V ()+>>]+>> +<<+/T (Line_14300_Amount[0])+/V ()+>>]+>> +<<+/T (Line13500[0])+/Kids [+<<+/T (Line13499[0])+/Kids [+<<+/T (Line_13499_Amount[0])+/V ()+>>]+>> +<<+/T (Line_13500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11500[0])+/Kids [+<<+/T (Line_11500_Amount[0])+/V ()+>>]+>> +<<+/T (Line11701[0])+/Kids [+<<+/T (Line_11701_Amount[0])+/V ()+>>]+>> +<<+/T (Line14600[0])+/Kids [+<<+/T (Line_14600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line11900[0])+/Kids [+<<+/T (Line_11900_Amount[0])+/V ()+>>]+>> +<<+/T (Line14100[0])+/Kids [+<<+/T (Line_14100_Amount[0])+/V ()+>> +<<+/T (Line14099[0])+/Kids [+<<+/T (Line_14099_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line11600[0])+/Kids [+<<+/T (Line_11600_Amount[0])+/V ()+>>]+>> +<<+/T (Line14700[0])+/Kids [+<<+/T (Line_14700_Amount1[0])+/V ()+>> +<<+/T (Line_14700_Amount2[0])+/V ()+>>]+>> +<<+/T (Line14400[0])+/Kids [+<<+/T (Line_14400_Amount[0])+/V ()+>>]+>> +<<+/T (Line12700[0])+/Kids [+<<+/T (Line_12700_Amount[0])+/V ()+>>]+>> +<<+/T (Line1[0])+/Kids [+<<+/T (Line_10100_Amount[0])+/V ()+>>]+>> +<<+/T (Line30[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line12100[0])+/Kids [+<<+/T (Line_12100_Amount[0])+/V ()+>>]+>> +<<+/T (Line11300[0])+/Kids [+<<+/T (Line_11300_Amount[0])+/V ()+>>]+>> +<<+/T (Line12800[0])+/Kids [+<<+/T (Line_12800_Amount[0])+/V ()+>> +<<+/T (Line_12799[0])+/Kids [+<<+/T (Line_12799_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line12906[0])+/Kids [+<<+/T (Line_12906_Amount[0])+/V ()+>>]+>> +<<+/T (Line11400[0])+/Kids [+<<+/T (Line_11400_Amount[0])+/V ()+>>]+>> +<<+/T (Line13900[0])+/Kids [+<<+/T (Line_13900_Amount[0])+/V ()+>> +<<+/T (Line13899[0])+/Kids [+<<+/T (Line_13899_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line13000[0])+/Kids [+<<+/T (Line_13000_Amount[0])+/V ()+>> +<<+/T (Line_13000_Specify[0])+/V ()+>>]+>> +<<+/T (Line11905[0])+/Kids [+<<+/T (Line_11905_Amount[0])+/V ()+>>]+>> +<<+/T (Line12200[0])+/Kids [+<<+/T (Line_12200_Amount[0])+/V ()+>>]+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Line_11700_Amount[0])+/V ()+>>]+>> +<<+/T (Line10105[0])+/Kids [+<<+/T (Line_10105_Amount[0])+/V ()+>>]+>> +<<+/T (Line10120[0])+/Kids [+<<+/T (Line_10120_Amount[0])+/V ()+>>]+>> +<<+/T (Line12500[0])+/Kids [+<<+/T (Line_12500_Amount[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page2[0])+/Kids [+<<+/T (Step1-Cont[0])+/Kids [+<<+/T (Foreign_property[0])+/Kids [+<<+/T (Line26600[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (ForeignProperty_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (Tax_exempt[0])+/Kids [+<<+/T (Exempt[0])+/Kids [+<<+/T (Spouse_SelfEmployed[0])+/V /+>>]+>>]+>> +<<+/T (ElectionsCanada[0])+/Kids [+<<+/T (LineA[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (A_CheckBox[0])+/V /+>>]+>>]+>> +<<+/T (LineB[0])+/Kids [+<<+/T (Option2[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>> +<<+/T (Option1[0])+/Kids [+<<+/T (B_Authorize_CheckBox[0])+/V /+>>]+>>]+>>]+>> +<<+/T (CAI[0])+/Kids [+<<+/T (AB_CAI[0])+/Kids [+<<+/T (Tick_box[0])+/V /+>>]+>>]+>>]+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (Return-pg1[0])+/Kids [+<<+/T (Identification[0])+/Kids [+<<+/T (EmailAddress[0])+/V ()+>> +<<+/T (DateDeath_Comb_BordersAll[0])+/Kids [+<<+/T (DateDeath_Comb[0])+/V ()+>>]+>> +<<+/T (PostalCode_Comb_BordersAll[0])+/Kids [+<<+/T (PostalCode[0])+/V ()+>>]+>> +<<+/T (Your_Language[0])+/Kids [+<<+/T (RadioButtonlanguaget[0])+/V /+>>]+>> +<<+/T (ID_City[0])+/V ()+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (ID_LastName[0])+/V ()+>> +<<+/T (DateBirth_Comb_BordersAll[0])+/Kids [+<<+/T (DateBirth_Comb[0])+/V ()+>>]+>> +<<+/T (ID_FirstNameInitial[0])+/V ()+>> +<<+/T (ID_MailingAddress[0])+/V ()+>> +<<+/T (MaritalStatus_Checkbox[0])+/Kids [+<<+/T (MaritalStatus[2])+/V /+>> +<<+/T (MaritalStatus[1])+/V /+>> +<<+/T (MaritalStatus[0])+/V /+>> +<<+/T (MaritalStatus[5])+/V /+>> +<<+/T (MaritalStatus[4])+/V /+>> +<<+/T (MaritalStatus[3])+/V /+>>]+>> +<<+/T (ID_RuralRoute[0])+/V ()+>> +<<+/T (ID_POBox[0])+/V ()+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Residence_Info[0])+/Kids [+<<+/T (Prov_DropDown-Business[0])+/V ()+>> +<<+/T (Prov_DropDown-Residence[0])+/V ()+>> +<<+/T (Date_Departure[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Date_Entry[0])+/Kids [+<<+/T (DateMMDD_Comb_BordersAll_Std[0])+/Kids [+<<+/T (DateMMDD_Comb[0])+/V ()+>>]+>>]+>> +<<+/T (Prov_DropDown[0])+/V ()+>>]+>> +<<+/T (Info_Spouse_CLP[0])+/Kids [+<<+/T (Line23600[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Self-employment[0])+/Kids [+<<+/T (Checkbox[0])+/V /+>>]+>> +<<+/T (Spouse_First_Name[0])+/V ()+>> +<<+/T (Line11700[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (SIN_Comb_BordersAll[0])+/Kids [+<<+/T (SIN_Comb[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[2])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[6])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[5])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[4])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[3])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[7])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>> +<<+/T (Page5[0])+/Kids [+<<+/T (Return-pg5[0])+/Kids [+<<+/T (Step4[0])+/Kids [+<<+/T (Line25500[0])+/Kids [+<<+/T (Line_25500_Amount[0])+/V ()+>>]+>> +<<+/T (Line24400[0])+/Kids [+<<+/T (Line_24400_Amount[0])+/V ()+>>]+>> +<<+/T (Line25200[0])+/Kids [+<<+/T (Line_25200_Amount[0])+/V ()+>>]+>> +<<+/T (Line25999[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line59[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line72[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25300[0])+/Kids [+<<+/T (Line_25300_Amount[0])+/V ()+>>]+>> +<<+/T (Line25000[0])+/Kids [+<<+/T (Line_25000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25395[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line24900[0])+/Kids [+<<+/T (Line_24900_Amount[0])+/V ()+>>]+>> +<<+/T (Line24901[0])+/Kids [+<<+/T (Line_Amount[0])+/V ()+>>]+>> +<<+/T (Line25600[0])+/Kids [+<<+/T (Line_25600_Specify[0])+/V ()+>> +<<+/T (Line_25600_Amount[0])+/V ()+>>]+>> +<<+/T (Line25100[0])+/Kids [+<<+/T (Line_25100_Amount[0])+/V ()+>>]+>> +<<+/T (Line26000[0])+/Kids [+<<+/T (Line_26000_Amount[0])+/V ()+>>]+>> +<<+/T (Line25700[0])+/Kids [+<<+/T (Line_25700_Amount2[0])+/V ()+>> +<<+/T (Line_25700_Amount1[0])+/V ()+>>]+>> +<<+/T (Line25400[0])+/Kids [+<<+/T (Line_25400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartB[0])+/Kids [+<<+/T (Line30100[0])+/Kids [+<<+/T (Line_30100_Amount[0])+/V ()+>>]+>> +<<+/T (Line89[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line30400[0])+/Kids [+<<+/T (Line_30400_Amount[0])+/V ()+>>]+>> +<<+/T (Line30300[0])+/Kids [+<<+/T (Line_30300_Amount[0])+/V ()+>>]+>> +<<+/T (Line30425[0])+/Kids [+<<+/T (Line_30425_Amount[0])+/V ()+>>]+>> +<<+/T (Line30450[0])+/Kids [+<<+/T (Line_30450_Amount[0])+/V ()+>>]+>> +<<+/T (Line30500[0])+/Kids [+<<+/T (Line_30500_Amount[0])+/V ()+>> +<<+/T (Line30499[0])+/Kids [+<<+/T (Numeric_NoDecimal_BordersAll[0])+/V ()+>>]+>>]+>> +<<+/T (Line30000[0])+/Kids [+<<+/T (Line_30000_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartA[0])+/Kids [+<<+/T (Column3[0])+/Kids [+<<+/T (Line42Amount3[0])+/V ()+>> +<<+/T (Line37Amount3[0])+/V ( 111,733.00)+>> +<<+/T (Line39Rate3[0])+/V (26%)+>> +<<+/T (Line41Amount3[0])+/V ( 19,832.58)+>> +<<+/T (Line36Amount3[0])+/V ()+>> +<<+/T (Line40Amount3[0])+/V ()+>> +<<+/T (Line38Amount3[0])+/V ()+>>]+>> +<<+/T (Column5[0])+/Kids [+<<+/T (Line41Amount5[0])+/V ( 57,143.93)+>> +<<+/T (Line36Amount5[0])+/V ()+>> +<<+/T (Line37Amount5[0])+/V ( 246,752.00)+>> +<<+/T (Line39Rate5[0])+/V (33%)+>> +<<+/T (Line40Amount5[0])+/V ()+>> +<<+/T (Line42Amount5[0])+/V ()+>> +<<+/T (Line38Amount5[0])+/V ()+>>]+>> +<<+/T (Column4[0])+/Kids [+<<+/T (Line36Amount4[0])+/V ()+>> +<<+/T (Line37Amount4[0])+/V ( 173,205.00)+>> +<<+/T (Line39Rate4[0])+/V (29%)+>> +<<+/T (Line41Amount4[0])+/V ( 35,815.30)+>> +<<+/T (Line40Amount4[0])+/V ()+>> +<<+/T (Line42Amount4[0])+/V ()+>> +<<+/T (Line38Amount4[0])+/V ()+>>]+>> +<<+/T (Column2[0])+/Kids [+<<+/T (Line37Amount2[0])+/V ( 55,867.00)+>> +<<+/T (Line41Amount2[0])+/V ( 8,380.05)+>> +<<+/T (Line36Amount2[0])+/V ()+>> +<<+/T (Line40Amount2[0])+/V ()+>> +<<+/T (Line39Rate2[0])+/V (20.5%)+>> +<<+/T (Line38Amount2[0])+/V ()+>> +<<+/T (Line42Amount2[0])+/V ()+>>]+>> +<<+/T (Column1[0])+/Kids [+<<+/T (Line38Amount1[0])+/V ()+>> +<<+/T (Line37Amount1[0])+/V ( 0.00)+>> +<<+/T (Line36Amount1[0])+/V ()+>> +<<+/T (Line39Rate1[0])+/V (15%)+>> +<<+/T (Line40Amount1[0])+/V ()+>> +<<+/T (Line41Amount1[0])+/V ( 0.00)+>> +<<+/T (Line42Amount1[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page4[0])+/Kids [+<<+/T (Return-pg4[0])+/Kids [+<<+/T (Line23400[0])+/Kids [+<<+/T (Line19Amount[0])+/V ()+>>]+>> +<<+/T (Line22000[0])+/Kids [+<<+/T (Line21999[0])+/Kids [+<<+/T (Line_21999_Amount[0])+/V ()+>>]+>> +<<+/T (Line_22000_Amount[0])+/V ()+>>]+>> +<<+/T (Line23100[0])+/Kids [+<<+/T (Line_23100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22900[0])+/Kids [+<<+/T (Line_22900_Amount[0])+/V ()+>>]+>> +<<+/T (Line23200[0])+/Kids [+<<+/T (Line_23200_Amount[0])+/V ()+>> +<<+/T (Line_23200_Specify[0])+/V ()+>>]+>> +<<+/T (Line23500[0])+/Kids [+<<+/T (Line_23500_Amount[0])+/V ()+>>]+>> +<<+/T (Line21500[0])+/Kids [+<<+/T (Line_21500_Amount[0])+/V ()+>>]+>> +<<+/T (Line20700[0])+/Kids [+<<+/T (Line_20700_Amount[0])+/V ()+>>]+>> +<<+/T (Line21200[0])+/Kids [+<<+/T (Line_21200_Amount[0])+/V ()+>>]+>> +<<+/T (Line21000[0])+/Kids [+<<+/T (Line_21000_Amount[0])+/V ()+>>]+>> +<<+/T (Line21900[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>> +<<+/T (Line36[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line22400[0])+/Kids [+<<+/T (Line_22400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20800[0])+/Kids [+<<+/T (Line_20800_Amount[0])+/V ()+>>]+>> +<<+/T (Line22100[0])+/Kids [+<<+/T (Line_22100_Amount[0])+/V ()+>>]+>> +<<+/T (Line22215[0])+/Kids [+<<+/T (Line_22215_Amount[0])+/V ()+>>]+>> +<<+/T (Line21300[0])+/Kids [+<<+/T (Line_21300_Amount[0])+/V ()+>>]+>> +<<+/T (Line22200[0])+/Kids [+<<+/T (Line_22200_Amount[0])+/V ()+>>]+>> +<<+/T (Line20810[0])+/Kids [+<<+/T (Line_20810_Amount[0])+/V ()+>>]+>> +<<+/T (Line23600[0])+/Kids [+<<+/T (Line_23600_Amount[0])+/V ()+>>]+>> +<<+/T (Line20805[0])+/Kids [+<<+/T (Line_20805_Amount[0])+/V ()+>>]+>> +<<+/T (Line45[0])+/Kids [+<<+/T (Line21699[0])+/Kids [+<<+/T (Line_21699_Amount[0])+/V ()+>>]+>> +<<+/T (Line21698[0])+/Kids [+<<+/T (Line_21698_Amount[0])+/V ()+>>]+>> +<<+/T (Line21700[0])+/Kids [+<<+/T (Line_21900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line21400[0])+/Kids [+<<+/T (Line_21400_Amount[0])+/V ()+>>]+>> +<<+/T (Line20600[0])+/Kids [+<<+/T (Line_20600_Amount[0])+/V ()+>>]+>> +<<+/T (Line23300[0])+/Kids [+<<+/T (Line_23300_Amount2[0])+/V ()+>> +<<+/T (Line_23300_Amount1[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (Page7[0])+/Kids [+<<+/T (Return-pg7[0])+/Kids [+<<+/T (Step6[0])+/Kids [+<<+/T (Line42200[0])+/Kids [+<<+/T (Line_42200_Amount[0])+/V ()+>>]+>> +<<+/T (Line43500[0])+/Kids [+<<+/T (Line_43500_Amount[0])+/V ()+>>]+>> +<<+/T (Line42120[0])+/Kids [+<<+/T (Line_42120_Amount[0])+/V ()+>>]+>> +<<+/T (Line42800[0])+/Kids [+<<+/T (Line_42800_Amount[0])+/V ()+>>]+>> +<<+/T (Line148[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42100[0])+/Kids [+<<+/T (Line_42100_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (PartC[0])+/Kids [+<<+/T (Line40600[0])+/Kids [+<<+/T (Line_40600_Amount[0])+/V ()+>>]+>> +<<+/T (Line41000[0])+/Kids [+<<+/T (Line_41000_Amount[0])+/V ()+>> +<<+/T (Line40900[0])+/Kids [+<<+/T (Line_40900_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line124[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line127[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40427[0])+/Kids [+<<+/T (Line_40427_Amount[0])+/V ()+>>]+>> +<<+/T (Line41600[0])+/Kids [+<<+/T (Line_41600_Amount1[0])+/V ()+>> +<<+/T (Line_41600_Amount2[0])+/V ()+>>]+>> +<<+/T (Line42900[0])+/Kids [+<<+/T (Line_42900_Amount[0])+/V ()+>>]+>> +<<+/T (Line40500[0])+/Kids [+<<+/T (Line_40500_Amount[0])+/V ()+>>]+>> +<<+/T (Line133[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41200[0])+/Kids [+<<+/T (Line_41200_Amount[0])+/V ()+>>]+>> +<<+/T (Line135[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41800[0])+/Kids [+<<+/T (Line_41800_Amount[0])+/V ()+>>]+>> +<<+/T (Line136[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line40424[0])+/Kids [+<<+/T (Line_40424_Amount[0])+/V ()+>>]+>> +<<+/T (Line40425[0])+/Kids [+<<+/T (Line_40425_Amount[0])+/V ()+>>]+>> +<<+/T (Line132[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line130[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line41500[0])+/Kids [+<<+/T (Line_41500_Amount[0])+/V ()+>>]+>> +<<+/T (Line138[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line41400[0])+/Kids [+<<+/T (Line_41400_Amount[0])+/V ()+>> +<<+/T (Line41300[0])+/Kids [+<<+/T (Line_41300_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line137[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line42000[0])+/Kids [+<<+/T (Line_42000_Amount[0])+/V ()+>>]+>> +<<+/T (Line40400[0])+/Kids [+<<+/T (Line_40400_Amount[0])+/V ()+>>]+>> +<<+/T (Line41700[0])+/Kids [+<<+/T (Line_41700_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page6[0])+/Kids [+<<+/T (Return-pg6[0])+/Kids [+<<+/T (PartB[0])+/Kids [+<<+/T (Line31240[0])+/Kids [+<<+/T (Line_31240_Amount[0])+/V ()+>>]+>> +<<+/T (Line102[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line32300[0])+/Kids [+<<+/T (Line_32300_Amount[0])+/V ()+>>]+>> +<<+/T (Line31217[0])+/Kids [+<<+/T (Line_31217_Amount[0])+/V ()+>>]+>> +<<+/T (Line32600[0])+/Kids [+<<+/T (Line_32600_Amount[0])+/V ()+>>]+>> +<<+/T (Line35000[0])+/Kids [+<<+/T (Line_35000_Amount[0])+/V ()+>>]+>> +<<+/T (Line90[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31800[0])+/Kids [+<<+/T (Line_31800_Amount[0])+/V ()+>>]+>> +<<+/T (Line33099[0])+/Kids [+<<+/T (Line_33099_Amount[0])+/V ()+>>]+>> +<<+/T (Line114[0])+/Kids [+<<+/T (Amount2[0])+/V ()+>> +<<+/T (Amount1[0])+/V ()+>>]+>> +<<+/T (Line104[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line112[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line116[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line33500[0])+/Kids [+<<+/T (Line_33500_Amount[0])+/V ()+>>]+>> +<<+/T (Line33800[0])+/Kids [+<<+/T (Line_33800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31200[0])+/Kids [+<<+/T (Line_31200_Amount[0])+/V ()+>>]+>> +<<+/T (Line34900[0])+/Kids [+<<+/T (Line_34900_Amount[0])+/V ()+>>]+>> +<<+/T (Line31000[0])+/Kids [+<<+/T (Line_31000_Amount[0])+/V ()+>>]+>> +<<+/T (Line31600[0])+/Kids [+<<+/T (Line_31600_Amount[0])+/V ()+>>]+>> +<<+/T (Line31350[0])+/Kids [+<<+/T (Line_31350_Amount[0])+/V ()+>>]+>> +<<+/T (Line31900[0])+/Kids [+<<+/T (Line_31900_Amount[0])+/V ()+>>]+>> +<<+/T (Line32400[0])+/Kids [+<<+/T (Line_32400_Amount[0])+/V ()+>>]+>> +<<+/T (Line33199[0])+/Kids [+<<+/T (Line_33199_Amount[0])+/V ()+>>]+>> +<<+/T (Line31260[0])+/Kids [+<<+/T (Line_31260_Amount[0])+/V ()+>>]+>> +<<+/T (Line120[0])+/Kids [+<<+/T (Percent[0])+/V (15%)+>>]+>> +<<+/T (Line33200[0])+/Kids [+<<+/T (Line_33200_Amount2[0])+/V ()+>> +<<+/T (Line_33200_Amount1[0])+/V ()+>>]+>> +<<+/T (Line30800[0])+/Kids [+<<+/T (Line_30800_Amount[0])+/V ()+>>]+>> +<<+/T (Line31285[0])+/Kids [+<<+/T (Line_31285_Amount[0])+/V ()+>>]+>> +<<+/T (Line31300[0])+/Kids [+<<+/T (Line_31300_Amount[0])+/V ()+>>]+>> +<<+/T (Line107[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line115[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line31270[0])+/Kids [+<<+/T (Line_31270_Amount[0])+/V ()+>>]+>> +<<+/T (Line31220[0])+/Kids [+<<+/T (Line_31220_Amount[0])+/V ()+>>]+>> +<<+/T (Line31400[0])+/Kids [+<<+/T (Line_31400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>> +<<+/T (Page8[0])+/Kids [+<<+/T (Return-pg8[0])+/Kids [+<<+/T (Step6-Cont[0])+/Kids [+<<+/T (Line44800[0])+/Kids [+<<+/T (Line_44800_Amount[0])+/V ()+>>]+>> +<<+/T (Line45355[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line172[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line46900[0])+/Kids [+<<+/T (Line_46900_Amount[0])+/V ()+>> +<<+/T (Line46800[0])+/Kids [+<<+/T (Line_46800_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Line47600[0])+/Kids [+<<+/T (Line_47600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45200[0])+/Kids [+<<+/T (Line_45200_Amount[0])+/V ()+>>]+>> +<<+/T (Line45600[0])+/Kids [+<<+/T (Line_45600_Amount[0])+/V ()+>>]+>> +<<+/T (Line45350[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45300[0])+/Kids [+<<+/T (Line_45300_Amount[0])+/V ()+>>]+>> +<<+/T (Line45000[0])+/Kids [+<<+/T (Line_45000_Amount[0])+/V ()+>>]+>> +<<+/T (Line47900[0])+/Kids [+<<+/T (Line_47900_Amount[0])+/V ()+>>]+>> +<<+/T (Line47556[0])+/Kids [+<<+/T (Line_47556_Amount[0])+/V ()+>>]+>> +<<+/T (Line47555[0])+/Kids [+<<+/T (Line_47555_Amount[0])+/V ()+>>]+>> +<<+/T (Line43700[0])+/Kids [+<<+/T (Line_43700_Amount[0])+/V ()+>>]+>> +<<+/T (Line48200[0])+/Kids [+<<+/T (Line_48200_Amount1[0])+/V ()+>> +<<+/T (Line_48200_Amount2[0])+/V ()+>>]+>> +<<+/T (Line45700[0])+/Kids [+<<+/T (Line_45700_Amount[0])+/V ()+>>]+>> +<<+/T (Line44000[0])+/Kids [+<<+/T (Line_44000_Amount[0])+/V ()+>>]+>> +<<+/T (Line154[0])+/Kids [+<<+/T (Amount[0])+/V ()+>>]+>> +<<+/T (Line45400[0])+/Kids [+<<+/T (Line_45400_Amount[0])+/V ()+>>]+>>]+>> +<<+/T (Certification[0])+/Kids [+<<+/T (Date[0])+/V ()+>> +<<+/T (Telephone[0])+/V ()+>>]+>> +<<+/T (Efile[0])+/Kids [+<<+/T (Line48900[0])+/Kids [+<<+/T (EFile[0])+/V ()+>>]+>> +<<+/T (TelephoneOfPreparer[0])+/V ()+>> +<<+/T (NameOfPreparer[0])+/V ()+>> +<<+/T (Line49000[0])+/Kids [+<<+/T (Line49000_CheckBoxGroup[0])+/Kids [+<<+/T (Line49000_CheckBox_EN[0])+/V /+>> +<<+/T (Line49000_CheckBox_EN[1])+/V /+>>]+>>]+>>]+>> +<<+/T (Refund_or_Balance-owing[0])+/Kids [+<<+/T (Line48500[0])+/Kids [+<<+/T (Line_48500_Amount[0])+/V ()+>>]+>> +<<+/T (Line48400[0])+/Kids [+<<+/T (Line_48400_Amount[0])+/V ()+>>]+>>]+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
@@ -0,0 +1,742 @@+%FDF-1.2+%âãÏÓ+1 0 obj++<<+/FDF +<<+/Fields [+<<+/T (form1[0])+/Kids [+<<+/T (Page1[0])+/Kids [+<<+/T (Slip1[0])+/Kids [+<<+/T (Box45[0])+/Kids [+<<+/T (DropDownList[0])+/V ()+>>]+>> +<<+/T (Box20[0])+/Kids [+<<+/T (Slip1Box20[0])+/V ()+>>]+>> +<<+/T (Box22[0])+/Kids [+<<+/T (Slip1Box22[0])+/V ()+>>]+>> +<<+/T (Box18[0])+/Kids [+<<+/T (Slip1Box18[0])+/V ()+>>]+>> +<<+/T (OtherInformation[0])+/Kids [+<<+/T (Box1[0])+/Kids [+<<+/T (Slip1Box1[0])+/V ()+>>]+>> +<<+/T (Box4[0])+/Kids [+<<+/T (Slip1Box4[0])+/V ()+>>]+>> +<<+/T (Box6[0])+/Kids [+<<+/T (Slip1Box6[0])+/V ()+>>]+>> +<<+/T (Box5[0])+/Kids [+<<+/T (Slip1Box5[0])+/V ()+>>]+>> +<<+/T (Box3[0])+/Kids [+<<+/T (Slip1Box3[0])+/V ()+>>]+>> +<<+/T (Amount3[0])+/Kids [+<<+/T (Slip1Amount3[0])+/V ()+>>]+>> +<<+/T (Box2[0])+/Kids [+<<+/T (Slip1Box2[0])+/V ()+>>]+>> +<<+/T (Amount4[0])+/Kids [+<<+/T (Slip1Amount4[0])+/V ()+>>]+>> +<<+/T (Amount2[0])+/Kids [+<<+/T (Slip1Amount2[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Slip1Amount1[0])+/V ()+>>]+>> +<<+/T (Amount6[0])+/Kids [+<<+/T (Slip1Amount6[0])+/V ()+>>]+>> +<<+/T (Amount5[0])+/Kids [+<<+/T (Slip1Amount5[0])+/V ()+>>]+>>]+>> +<<+/T (EmployersAccount[0])+/Kids [+<<+/T (Slip1Box54[0])+/V ()+>>]+>> +<<+/T (Box14[0])+/Kids [+<<+/T (Slip1Box14[0])+/V ()+>>]+>> +<<+/T (Box16[0])+/Kids [+<<+/T (Slip1Box16[0])+/V ()+>>]+>> +<<+/T (Box12[0])+/Kids [+<<+/T (Slip1Box12[0])+/V ()+>>]+>> +<<+/T (Box17A[0])+/Kids [+<<+/T (Slip1Box17A[0])+/V ()+>>]+>> +<<+/T (Box10[0])+/Kids [+<<+/T (Slip1Box10[0])+/V ()+>>]+>> +<<+/T (Box29[0])+/Kids [+<<+/T (Slip1Box29[0])+/V ()+>>]+>> +<<+/T (Box56[0])+/Kids [+<<+/T (Slip1Box56[0])+/V ()+>>]+>> +<<+/T (Employee[0])+/Kids [+<<+/T (Slip1Address[0])+/V ()+>> +<<+/T (Initial[0])+/Kids [+<<+/T (Slip1Initial[0])+/V ()+>>]+>> +<<+/T (FirstName[0])+/Kids [+<<+/T (Slip1FirstName[0])+/V ()+>>]+>> +<<+/T (LastName[0])+/Kids [+<<+/T (Slip1LastName[0])+/V ()+>>]+>>]+>> +<<+/T (Box16A[0])+/Kids [+<<+/T (Slip1Box16A[0])+/V ()+>>]+>> +<<+/T (Box44[0])+/Kids [+<<+/T (Slip1Box44[0])+/V ()+>>]+>> +<<+/T (Box17[0])+/Kids [+<<+/T (Slip1Box17[0])+/V ()+>>]+>> +<<+/T (EmployersName[0])+/Kids [+<<+/T (Slip1EmployersName[0])+/V ()+>>]+>> +<<+/T (Box46[0])+/Kids [+<<+/T (Slip1Box46[0])+/V ()+>>]+>> +<<+/T (Box52[0])+/Kids [+<<+/T (Slip1Box52[0])+/V ()+>>]+>> +<<+/T (Box50[0])+/Kids [+<<+/T (Slip1Box50[0])+/V ()+>>]+>> +<<+/T (Box28[0])+/Kids [+<<+/T (CPP_CheckBox[0])+/Kids [+<<+/T (Slip1CPP[0])+/V /+>>]+>> +<<+/T (PPIP_CheckBox[0])+/Kids [+<<+/T (Slip1PPIP[0])+/V /+>>]+>> +<<+/T (EI_CheckBox[0])+/Kids [+<<+/T (Slip1EI[0])+/V /+>>]+>>]+>> +<<+/T (Box55[0])+/Kids [+<<+/T (Slip1Box55[0])+/V ()+>>]+>> +<<+/T (Box26[0])+/Kids [+<<+/T (Slip1Box26[0])+/V ()+>>]+>> +<<+/T (Box24[0])+/Kids [+<<+/T (Slip1Box24[0])+/V ()+>>]+>> +<<+/T (Year[0])+/Kids [+<<+/T (Slip1Year[0])+/V ()+>>]+>>]+>> +<<+/T (Slip2[0])+/Kids [+<<+/T (Box45[0])+/Kids [+<<+/T (DropDownList[0])+/V ()+>>]+>> +<<+/T (Box20[0])+/Kids [+<<+/T (Slip1Box20[0])+/V ()+>>]+>> +<<+/T (Box22[0])+/Kids [+<<+/T (Slip1Box22[0])+/V ()+>>]+>> +<<+/T (Box18[0])+/Kids [+<<+/T (Slip1Box18[0])+/V ()+>>]+>> +<<+/T (OtherInformation[0])+/Kids [+<<+/T (Box1[0])+/Kids [+<<+/T (Slip1Box1[0])+/V ()+>>]+>> +<<+/T (Box4[0])+/Kids [+<<+/T (Slip1Box4[0])+/V ()+>>]+>> +<<+/T (Box5[0])+/Kids [+<<+/T (Slip1Box5[0])+/V ()+>>]+>> +<<+/T (Box6[0])+/Kids [+<<+/T (Slip1Box6[0])+/V ()+>>]+>> +<<+/T (Box3[0])+/Kids [+<<+/T (Slip1Box3[0])+/V ()+>>]+>> +<<+/T (Amount4[0])+/Kids [+<<+/T (Slip1Amount4[0])+/V ()+>>]+>> +<<+/T (Amount3[0])+/Kids [+<<+/T (Slip1Amount3[0])+/V ()+>>]+>> +<<+/T (Box2[0])+/Kids [+<<+/T (Slip1Box2[0])+/V ()+>>]+>> +<<+/T (Amount2[0])+/Kids [+<<+/T (Slip1Amount2[0])+/V ()+>>]+>> +<<+/T (Amount6[0])+/Kids [+<<+/T (Slip1Amount6[0])+/V ()+>>]+>> +<<+/T (Amount1[0])+/Kids [+<<+/T (Slip1Amount1[0])+/V ()+>>]+>> +<<+/T (Amount5[0])+/Kids [+<<+/T (Slip1Amount5[0])+/V ()+>>]+>>]+>> +<<+/T (EmployersAccount[0])+/Kids [+<<+/T (Slip1Box54[0])+/V ()+>>]+>> +<<+/T (Box14[0])+/Kids [+<<+/T (Slip1Box14[0])+/V ()+>>]+>> +<<+/T (Box16[0])+/Kids [+<<+/T (Slip1Box16[0])+/V ()+>>]+>> +<<+/T (Box12[0])+/Kids [+<<+/T (Slip1Box12[0])+/V ()+>>]+>> +<<+/T (Box10[0])+/Kids [+<<+/T (Slip1Box10[0])+/V ()+>>]+>> +<<+/T (Box17A[0])+/Kids [+<<+/T (Slip1Box17A[0])+/V ()+>>]+>> +<<+/T (Box29[0])+/Kids [+<<+/T (Slip1Box29[0])+/V ()+>>]+>> +<<+/T (Box56[0])+/Kids [+<<+/T (Slip1Box56[0])+/V ()+>>]+>> +<<+/T (Box16A[0])+/Kids [+<<+/T (Slip1Box16A[0])+/V ()+>>]+>> +<<+/T (Employee[0])+/Kids [+<<+/T (Slip1Address[0])+/V ()+>> +<<+/T (Initial[0])+/Kids [+<<+/T (Slip1Initial[0])+/V ()+>>]+>> +<<+/T (FirstName[0])+/Kids [+<<+/T (Slip1FirstName[0])+/V ()+>>]+>> +<<+/T (LastName[0])+/Kids [+<<+/T (Slip1LastName[0])+/V ()+>>]+>>]+>> +<<+/T (Box44[0])+/Kids [+<<+/T (Slip1Box44[0])+/V ()+>>]+>> +<<+/T (Box17[0])+/Kids [+<<+/T (Slip1Box17[0])+/V ()+>>]+>> +<<+/T (EmployersName[0])+/Kids [+<<+/T (Slip1EmployersName[0])+/V ()+>>]+>> +<<+/T (Box46[0])+/Kids [+<<+/T (Slip1Box46[0])+/V ()+>>]+>> +<<+/T (Box52[0])+/Kids [+<<+/T (Slip1Box52[0])+/V ()+>>]+>> +<<+/T (Box50[0])+/Kids [+<<+/T (Slip1Box50[0])+/V ()+>>]+>> +<<+/T (Box28[0])+/Kids [+<<+/T (CPP_CheckBox[0])+/Kids [+<<+/T (Slip1CPP[0])+/V /+>>]+>> +<<+/T (PPIP_CheckBox[0])+/Kids [+<<+/T (Slip1PPIP[0])+/V /+>>]+>> +<<+/T (EI_CheckBox[0])+/Kids [+<<+/T (Slip1EI[0])+/V /+>>]+>>]+>> +<<+/T (Box55[0])+/Kids [+<<+/T (Slip1Box55[0])+/V ()+>>]+>> +<<+/T (Box26[0])+/Kids [+<<+/T (Slip1Box26[0])+/V ()+>>]+>> +<<+/T (Year[0])+/Kids [+<<+/T (Slip1Year[0])+/V ()+>>]+>> +<<+/T (Box24[0])+/Kids [+<<+/T (Slip1Box24[0])+/V ()+>>]+>>]+>>]+>> +<<+/T (#pageSet[0])+/Kids [+<<+/T (Page1[1])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>> +<<+/T (Page1[0])+/Kids [+<<+/T (ClearData_EN[0])+/V /+>>]+>>]+>>]+>>]+>>+>>+endobj++trailer++<<+/Root 1 0 R+>>+%%EOF
binary file changed (absent → 309429 bytes)
binary file changed (absent → 251893 bytes)
binary file changed (absent → 269253 bytes)
binary file changed (absent → 336163 bytes)
binary file changed (absent → 185823 bytes)
binary file changed (absent → 269234 bytes)
binary file changed (absent → 130012 bytes)
binary file changed (absent → 199684 bytes)
binary file changed (absent → 141058 bytes)
binary file changed (absent → 327776 bytes)
binary file changed (absent → 121810 bytes)
binary file changed (absent → 550171 bytes)
binary file changed (absent → 543261 bytes)
binary file changed (absent → 557765 bytes)
binary file changed (absent → 611315 bytes)
binary file changed (absent → 548623 bytes)
binary file changed (absent → 556529 bytes)
binary file changed (absent → 546457 bytes)
binary file changed (absent → 548296 bytes)
binary file changed (absent → 547019 bytes)
@@ -1,27 +1,87 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE OverloadedRecordDot #-}+{-# LANGUAGE OverloadedStrings #-} -module Tax.Canada (completeForms) where+module Tax.Canada (completeForms, completeRelevantForms, formFileNames) where import Data.CAProvinceCodes qualified as Province import Data.Functor.Const (Const) import Data.Functor.Product (Product (Pair)) import Data.Kind (Type)+import Data.Map (Map)+import Data.Map qualified as Map+import Data.Set qualified as Set+import Data.Text (Text)+import Rank2 qualified import Tax.Canada.Federal qualified as Federal-import Tax.Canada.Federal (fixFederalForms)+import Tax.Canada.Federal (fixFederalForms, relevantFormKeys)+import Tax.Canada.FormKey qualified as FormKey+import Tax.Canada.FormKey (FormKey) import Tax.Canada.Province.AB qualified as AB import Tax.Canada.Province.BC qualified as BC import Tax.Canada.Province.MB qualified as MB import Tax.Canada.Province.ON qualified as ON-import Tax.Canada.T1 (T1, fixT1, t1FieldsForProvince)+import Tax.Canada.T1 as T1 (T1, fixT1, t1FieldsForProvince, fileNameForProvince) import Tax.FDF (FDFs) import Tax.FDF qualified as FDF --- | Complete all FDF forms in the given map, keyed by identifiers (@T1@, @428@, @Schedule9@, etc). The inter-form--- field references are resolved as well.-completeForms :: Province.Code -> FDFs -> Either String FDFs-completeForms Province.AB = FDF.mapForms AB.returnFields AB.fixReturns-completeForms Province.BC = FDF.mapForms BC.returnFields BC.fixReturns-completeForms Province.MB = FDF.mapForms MB.returnFields MB.fixReturns-completeForms Province.ON = FDF.mapForms ON.returnFields ON.fixReturns-completeForms p = FDF.mapForms (Federal.formFieldsForProvince p) fixFederalForms+-- | Complete all FDF forms in the given map, keyed by 'FormKey'. The inter-form field references are resolved as+-- well.+completeForms :: Province.Code -> Federal.InputForms Maybe -> FDFs FormKey -> Either String (FDFs FormKey)+completeForms Province.AB = FDF.mapForms AB.returnFields . AB.fixReturns+completeForms Province.BC = FDF.mapForms BC.returnFields . BC.fixReturns+completeForms Province.MB = FDF.mapForms MB.returnFields . MB.fixReturns+completeForms Province.ON = FDF.mapForms ON.returnFields . ON.fixReturns+completeForms p = FDF.mapForms (Federal.formFieldsForProvince p) . fixFederalForms p++-- | Complete the FDF forms in the given map, keyed by identifiers (@T1@, @428@, @Schedule9@, etc). The inter-form+-- field references are resolved as well. Only the relevant forms that affect T1 are kept.+completeRelevantForms :: Province.Code -> Federal.InputForms Maybe -> FDFs FormKey -> Either String (FDFs FormKey)+completeRelevantForms Province.AB =+ fmap (uncurry filterRelevant <$>)+ . mapFormsWithT1 AB.returnFields ((.t1) . Rank2.fst :: Rank2.Product Federal.Forms AB.AB428 Maybe -> T1 Maybe)+ . AB.fixReturns+completeRelevantForms Province.BC =+ fmap (uncurry filterRelevant <$>)+ . mapFormsWithT1 BC.returnFields ((.federal.t1) :: BC.Returns Maybe -> T1 Maybe)+ . BC.fixReturns+completeRelevantForms Province.MB =+ fmap (uncurry filterRelevant <$>)+ . mapFormsWithT1 MB.returnFields ((.t1) . Rank2.fst :: Rank2.Product Federal.Forms MB.MB428 Maybe -> T1 Maybe)+ . MB.fixReturns+completeRelevantForms Province.ON =+ fmap (uncurry filterRelevant <$>)+ . mapFormsWithT1 ON.returnFields ((.federal.t1) :: ON.Returns Maybe -> T1 Maybe)+ . ON.fixReturns+completeRelevantForms p =+ fmap (uncurry filterRelevant <$>)+ . mapFormsWithT1 (Federal.formFieldsForProvince p) (.t1)+ . fixFederalForms p++-- | Trim down the 'FDFs' to contain only the forms that have some effect on the given 'T1' form. The 'T1' itself is+-- also kept, as well as any provincial forms.+filterRelevant :: T1 Maybe -> FDFs FormKey -> FDFs FormKey+filterRelevant t1 = flip Map.restrictKeys (relevantFormKeys t1 <> alwaysRelevant)+ where alwaysRelevant = Set.fromList [FormKey.Provincial428, FormKey.Provincial479, FormKey.T1]++-- | Like 'mapForms', but also returns the T1 form by itself.+mapFormsWithT1 :: (Rank2.Apply form, Rank2.Traversable form)+ => form FDF.FieldConst -> (form Maybe -> T1 Maybe) -> (form Maybe -> form Maybe) -> FDFs FormKey+ -> Either String (T1 Maybe, FDFs FormKey)+mapFormsWithT1 fields getT1 f fdfs = do+ forms <- FDF.loadAll fields fdfs+ let forms' = f forms+ t1' = getT1 forms'+ (,) t1' <$> FDF.storeAll fields fdfs forms'++-- | A map of standard file paths of all supported forms for the given province, without the common file suffix and+-- extension.+formFileNames :: Province.Code -> Map FormKey Text+formFileNames Province.AB = AB.formFileNames <> Federal.formFileNames+formFileNames Province.BC = BC.formFileNames <> Federal.formFileNames+formFileNames Province.MB = MB.formFileNames <> Federal.formFileNames+formFileNames Province.ON = ON.formFileNames <> Federal.formFileNames+formFileNames p = Map.fromList [(FormKey.T1, T1.fileNameForProvince p)] <> Federal.formFileNames
@@ -1,3 +1,4 @@+{-# LANGUAGE DisambiguateRecordFields #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE ImportQualifiedPost #-}@@ -14,43 +15,94 @@ -- | The federal income tax forms -module Tax.Canada.Federal (Forms(..), fixFederalForms, formFieldsForProvince) where+module Tax.Canada.Federal (InputForms, Forms(..), loadInputForms, fixFederalForms,+ formFieldsForProvince, formFileNames, relevantFormKeys) where import Control.Applicative ((<|>))+import Control.Monad ((=<<)) import Data.CAProvinceCodes qualified as Province import Data.Fixed (Centi)+import Data.Foldable (find)+import Data.Functor.Compose (Compose(Compose))+import Data.List.NonEmpty (NonEmpty((:|)), nonEmpty)+import Data.Maybe (isJust)+import Data.Map (Map, fromList)+import Data.Set (Set)+import Data.Set qualified as Set+import Data.Semigroup (Any (Any, getAny), Sum(Sum, getSum)) import Data.Text (Text)+import Data.Text qualified as Text import Data.Time (Day)+import GHC.Stack (HasCallStack) import Rank2 qualified import Rank2.TH qualified import Transformation.Shallow.TH qualified+import Text.FDF (FDF) import Tax.Canada.Federal.Schedule6 qualified as Schedule6 import Tax.Canada.Federal.Schedule6 (Schedule6, fixSchedule6, schedule6Fields) import Tax.Canada.Federal.Schedule7 qualified import Tax.Canada.Federal.Schedule7 (Schedule7, fixSchedule7, schedule7Fields)-import Tax.Canada.Federal.Schedule9 (Schedule9(line23_sum), fixSchedule9, schedule9Fields)+import Tax.Canada.Federal.Schedule8 qualified as Schedule8+import Tax.Canada.Federal.Schedule8 (Schedule8(page4, page5, page6, page7, page8, page9, page10),+ fixSchedule8, schedule8Fields,+ Page4(line_50339_totalPensionableEarnings,+ line_50340_totalContributions,+ line_50341_totalSecondContributions),+ Page6(line1_netSelfEmploymentEarnings),+ Page7(line1_netSelfEmploymentEarnings))+import Tax.Canada.Federal.Schedule9 (Schedule9(page1), Page1(line23_sum), fixSchedule9, schedule9Fields) import Tax.Canada.Federal.Schedule11 (Schedule11(page1), Page1(line5_trainingClaim, line17_sum), fixSchedule11, schedule11Fields)+import Tax.Canada.FormKey (FormKey)+import Tax.Canada.FormKey qualified as FormKey import Tax.Canada.T1 (fixT1, t1FieldsForProvince)-import Tax.Canada.T1.Types (T1(page4, page6, page8),- Page4(line_20800_RRSPDeduction), Page6(line32300, line34900), Page8(step6_RefundOrBalanceOwing),- Page8Step6(line_45300_CWB, line_45350_CTC), LanguageOfCorrespondence, MaritalStatus)-import Tax.FDF (Entry (Amount), FieldConst (Field), within)-import Tax.Util (fixEq)+import Tax.Canada.T1.Types (T1(page3, page4, page5, page6, page7, page8),+ Page3(line_10100_EmploymentIncome, line_10120_Commissions, line_12200_PartnershipIncome,+ line29_sum),+ Page4(line_20600_PensionAdjustment, line_20700_RPPDeduction, line_20800_RRSPDeduction,+ line_21200_Dues, line_22200_CPP_QPP_Contributions, line_22215_DeductionCPP_QPP,+ line_22900_OtherEmployExpenses),+ Page5(step4_TaxableIncome),+ Step4(line_24400_MilitaryPoliceDeduction, line_24900_SecurityDeductions),+ Page6(line_30800, line_31000, line_31200, line_31205, line_32300, line_34900),+ Page7(step6_RefundOrBalanceOwing),+ Page7Step6(line_42100_CPPContributions),+ Page8(step6_RefundOrBalanceOwing),+ Page8Step6(line_43700_Total_income_tax_ded, line_44800_CPPOverpayment,+ line_45300_CWB, line_45350_CTC),+ LanguageOfCorrespondence, MaritalStatus)+import Tax.Canada.T4 (T4, t4Fields, T4Slip(box16_employeeCPP, box26_pensionableEarnings))+import Tax.Canada.T4 qualified as T4+import Tax.Canada.Shared (SubCalculation(result))+import Tax.FDF (Entry (Amount), FieldConst (Field), load, within)+import Tax.Util (fixEq, totalOf) +-- | All supported federal input forms, not to be filled in+data InputForms line = InputForms{+ t4 :: Maybe (NonEmpty (T4 line))}++deriving instance Show (InputForms Maybe)++instance Semigroup (InputForms Maybe) where+ InputForms x <> InputForms y = InputForms $ x <> y++instance Monoid (InputForms Maybe) where+ mempty = InputForms Nothing+ -- | All supported federal forms data Forms line = Forms{ t1 :: T1 line, schedule6 :: Schedule6 line, schedule7 :: Schedule7 line,+ schedule8 :: Schedule8 line, schedule9 :: Schedule9 line, schedule11 :: Schedule11 line} -deriving instance (Show (line Bool), Show (line Centi), Show (line Word), Show (line Text),+deriving instance (Show (line Bool), Show (line Centi), Show (line Word), Show (line Int), Show (line Text), Show (line Rational), Show (line Province.Code), Show (line Day), Show (line LanguageOfCorrespondence), Show (line MaritalStatus)) => Show (Forms line)-deriving instance (Eq (line Bool), Eq (line Centi), Eq (line Word), Eq (line Text),+deriving instance (Eq (line Bool), Eq (line Centi), Eq (line Word), Eq (line Int), Eq (line Text), Eq (line Rational), Eq (line Province.Code), Eq (line Day), Eq (line LanguageOfCorrespondence), Eq (line MaritalStatus)) => Eq (Forms line)@@ -58,25 +110,123 @@ Rank2.TH.deriveAll ''Forms Transformation.Shallow.TH.deriveAll ''Forms +loadInputForms :: [(FormKey, FDF)] -> Either String (InputForms Maybe)+loadInputForms forms = InputForms . nonEmpty <$> traverse (load T4.t4Fields . snd) forms+ -- | Complete all the federal forms, also handling the inter-form field references.-fixFederalForms :: Forms Maybe -> Forms Maybe-fixFederalForms = fixEq $ \Forms{t1, schedule6, schedule7, schedule9, schedule11}-> Forms{- t1 = fixT1 t1{page4 = t1.page4{line_20800_RRSPDeduction = schedule7.page3.partC.line20_deduction},- page6 = t1.page6{line32300 = schedule11.page1.line17_sum, line34900 = schedule9.line23_sum},- page8 = t1.page8{step6_RefundOrBalanceOwing =- t1.page8.step6_RefundOrBalanceOwing{line_45300_CWB = schedule6.page4.step3.line42_sum <|>- schedule6.page4.step2.line28_difference,- line_45350_CTC = schedule11.page1.line5_trainingClaim}}},+fixFederalForms :: Province.Code -> InputForms Maybe -> Forms Maybe -> Forms Maybe+fixFederalForms province InputForms{t4} = fixEq $ \Forms{t1, schedule6, schedule7, schedule8, schedule9, schedule11}->+ let fromT4s' = fromT4s t4 in Forms{+ t1 = fixT1 t1{+ page3 = fromT4s' (.slip1.box14_employmentIncome) (\amt pg-> pg{line_10100_EmploymentIncome = amt}) $+ fromT4s' (additionalT4 ["42"]) (\amt pg-> pg{line_10120_Commissions = amt}) $+ t1.page3,+ page4 = fromT4s' (.slip1.box52_pensionAdjustment) (\amt pg-> pg{line_20600_PensionAdjustment = amt}) $+ fromT4s' (.slip1.box20_employeeRPP) (\amt pg-> pg{line_20700_RPPDeduction = amt}) $+ fromT4s' (.slip1.box44_unionDues) (\amt pg-> pg{line_21200_Dues = amt}) $+ fromT4s' (additionalT4 ["77"]) (\amt step-> step{line_22900_OtherEmployExpenses = amt}) $+ t1.page4{line_20800_RRSPDeduction = schedule7.page3.partC.line20_deduction,+ line_22200_CPP_QPP_Contributions = schedule8.page6.line17_sum <|>+ schedule8.page10.line97_sum,+ line_22215_DeductionCPP_QPP = schedule8.page5.part3a.line30_sum <|>+ schedule8.page5.part3b.line43_sum <|>+ schedule8.page9.line77_sum},+ page5 = t1.page5{+ step4_TaxableIncome =+ fromT4s' (additionalT4 ["39", "41", "91", "92"])+ (\amt step-> step{line_24900_SecurityDeductions = amt}) $+ fromT4s' (additionalT4 ["43"]) (\amt step-> step{line_24400_MilitaryPoliceDeduction = amt}) $+ t1.page5.step4_TaxableIncome},+ page6 = (case province+ of Province.QC ->+ fromT4s' (.slip1.box18_employeeEI) (\amt pg-> pg{line_31200 = amt}) $+ fromT4s' (.slip1.box55_premiumPPIP) (\amt pg-> pg{line_31205 = amt}) t1.page6+ _ -> fromT4s' (\t4-> totalOf [t4.slip1.box18_employeeEI, t4.slip1.box55_premiumPPIP])+ (\amt pg-> pg{line_31200 = amt}) t1.page6)+ {line_30800 = if any hasAnyField t4+ then schedule8.page5.part3a.line27_copy <|>+ schedule8.page5.part3b.line32_join <|>+ schedule8.page9.line60_least+ else t1.page6.line_30800,+ line_31000 = if any hasAnyField t4+ then schedule8.page6.line15_half.result <|>+ schedule8.page9.line78_half.result+ else t1.page6.line_31000,+ line_32300 = schedule11.page1.line17_sum,+ line_34900 = schedule9.page1.line23_sum},+ page7 = t1.page7{+ step6_RefundOrBalanceOwing = t1.page7.step6_RefundOrBalanceOwing{+ line_42100_CPPContributions = schedule8.page6.line14_sum <|>+ find (> 0) schedule8.page8.line55_difference}},+ page8 = t1.page8{+ step6_RefundOrBalanceOwing =+ (fromT4s' (.slip1.box22_incomeTaxDeducted) (\amt pt-> pt{line_43700_Total_income_tax_ded = amt})+ t1.page8.step6_RefundOrBalanceOwing)+ {line_44800_CPPOverpayment = schedule8.page5.part3a.line31_copy <|> schedule8.page9.line56_half.result,+ line_45300_CWB = schedule6.page4.step3.line42_sum <|>+ schedule6.page4.step2.line28_difference,+ line_45350_CTC = schedule11.page1.line5_trainingClaim}}}, schedule6 = fixSchedule6 Nothing t1 schedule6, schedule7 = fixSchedule7 t1 schedule7,+ schedule8 = fixSchedule8 schedule8{+ page4 = schedule8.page4{+ line_50339_totalPensionableEarnings =+ totalOf . (liftA2 (<|>) (.slip1.box26_pensionableEarnings) (.slip1.box14_employmentIncome) <$>) =<< t4,+ line_50340_totalContributions = totalOf . fmap (.slip1.box16_employeeCPP) =<< t4},+ page6 = schedule8.page6{+ line1_netSelfEmploymentEarnings = totalOf [t1.page3.line_12200_PartnershipIncome,+ t1.page3.line29_sum.result]},+ page7 = schedule8.page7{+ line1_netSelfEmploymentEarnings = totalOf [t1.page3.line_12200_PartnershipIncome,+ t1.page3.line29_sum.result]}}, schedule9 = fixSchedule9 t1 schedule9, schedule11 = fixSchedule11 t1 schedule11} -- | The paths of all the fields in all federal forms, with the form key added as the head of every field path. formFieldsForProvince :: Province.Code -> Forms FieldConst formFieldsForProvince p = Forms{- t1 = within "T1" Rank2.<$> t1FieldsForProvince p,- schedule6 = within "Schedule6" Rank2.<$> schedule6Fields,- schedule7 = within "Schedule7" Rank2.<$> schedule7Fields,- schedule9 = within "Schedule9" Rank2.<$> schedule9Fields,- schedule11 = within "Schedule11" Rank2.<$> schedule11Fields}+ t1 = within (Text.pack $ show FormKey.T1) Rank2.<$> t1FieldsForProvince p,+ schedule6 = within (Text.pack $ show FormKey.Schedule6) Rank2.<$> schedule6Fields,+ schedule7 = within (Text.pack $ show FormKey.Schedule7) Rank2.<$> schedule7Fields,+ schedule8 = within (Text.pack $ show FormKey.Schedule8) Rank2.<$> schedule8Fields,+ schedule9 = within (Text.pack $ show FormKey.Schedule9) Rank2.<$> schedule9Fields,+ schedule11 = within (Text.pack $ show FormKey.Schedule11) Rank2.<$> schedule11Fields}++-- | A map of standard file paths, without the common suffix and extension, of all supported federal schedule forms.+formFileNames :: Map FormKey Text+formFileNames = fromList [+ (FormKey.Schedule6, "5000-s6"),+ (FormKey.Schedule7, "5000-s7"),+ (FormKey.Schedule8, "5000-s8"),+ (FormKey.Schedule9, "5000-s9"),+ (FormKey.Schedule11, "5000-s11")]++-- | The set of keys of all auxiliary forms that have effect in the given 'T1' form.+relevantFormKeys :: T1 Maybe -> Set FormKey+relevantFormKeys t1 = Set.fromList $+ [FormKey.Provincial428 | isJust t1.page8.step6_RefundOrBalanceOwing.line_45300_CWB] <>+ [FormKey.Schedule6 | isJust t1.page8.step6_RefundOrBalanceOwing.line_45300_CWB] <>+ [FormKey.Schedule7 | isJust t1.page4.line_20800_RRSPDeduction] <>+ [FormKey.Schedule8 | isJust (t1.page4.line_22200_CPP_QPP_Contributions+ <|> t1.page4.line_22215_DeductionCPP_QPP+ <|> t1.page6.line_30800+ <|> t1.page6.line_31000+ <|> t1.page7.step6_RefundOrBalanceOwing.line_42100_CPPContributions+ <|> t1.page8.step6_RefundOrBalanceOwing.line_44800_CPPOverpayment)] <>+ [FormKey.Schedule9 | isJust t1.page6.line_34900] <>+ [FormKey.Schedule11 | isJust (t1.page6.line_32300 <|> t1.page8.step6_RefundOrBalanceOwing.line_45350_CTC)] <>+ [FormKey.T1]++hasAnyField :: Foldable f => f (T4 Maybe) -> Bool+hasAnyField = getAny . foldMap (Rank2.foldMap (Any . isJust))++fromT4s :: Maybe (NonEmpty (T4 Maybe)) -> (T4 Maybe -> Maybe Centi) -> (Maybe Centi -> form -> form) -> form -> form+fromT4s t4 field set+ | hasAnyField (Compose t4) = set $ totalOf $ field <$> Compose t4+ | otherwise = id++additionalT4 :: [Text] -> T4 Maybe -> Maybe Centi+additionalT4 codes t4 = getSum <$> foldMap findCode t4.slip1.otherInformation+ where findCode (Rank2.Pair (Rank2.Only (Just code)) (Rank2.Only (Just amt)))+ | elem code codes = Just (Sum amt)+ findCode _ = Nothing
@@ -36,8 +36,7 @@ data Page1 line = Page1{ line_32000_tuition :: line Centi,- line2_copy :: line Centi,- line2_fraction :: line Centi,+ line2_fraction :: SubCalculation line, line3_limit :: line Centi, line4_min :: line Centi, line5_trainingClaim :: line Centi,@@ -83,17 +82,16 @@ fixSchedule11 :: T1 Maybe -> Schedule11 Maybe -> Schedule11 Maybe fixSchedule11 t1 = fixEq $ \Schedule11{page1 = page1@Page1{..}, page2 = page2@Page2{..}} -> Schedule11{ page1 = page1{- line2_copy = line_32000_tuition,- line2_fraction = (0.5 *) <$> line2_copy,- line4_min = minimum [line2_fraction, line3_limit],+ line2_fraction = fixSubCalculation (0.5 *) line_32000_tuition,+ line4_min = minimum [line2_fraction.result, line3_limit], line6_difference = difference line_32000_tuition line5_trainingClaim, line8_sum = totalOf [line6_difference, line_32001_eligible], line10_sum = totalOf [line9_pastUnused, line8_sum],- line11_copy = if taxableIncomeUnderThreshold then Nothing else t1.page7.partC_NetFederalTax.line116,+ line11_copy = if taxableIncomeUnderThreshold then Nothing else t1.page7.partC_NetFederalTax.tax_copy, line11_numerator = if taxableIncomeUnderThreshold then taxableIncome else (/ 0.15) <$> line11_copy,- line12_copy = t1.page6.line99,+ line12_copy = t1.page6.line107_sum, line13_difference = nonNegativeDifference line11_numerator line12_copy,- line14_minUnused = fixSubCalculation $ minimum [line9_pastUnused, line13_difference],+ line14_minUnused = fixSubCalculation id $ minimum [line9_pastUnused, line13_difference], line15_difference = difference line13_difference line14_minUnused.result, line16_min = minimum [line8_sum, line15_difference], line17_sum = totalOf [line14_minUnused.result, line16_min]},@@ -106,7 +104,7 @@ line23_difference = nonNegativeDifference line21_copy line22_copy, line25_difference = nonNegativeDifference line20_difference line24_transferred}} where taxableIncome = t1.page5.step4_TaxableIncome.line_26000_TaxableIncome- taxableIncomeUnderThreshold = taxableIncome <= Just 50_197+ taxableIncomeUnderThreshold = taxableIncome <= Just 55_867 schedule11Fields :: Schedule11 FieldConst schedule11Fields = within "form1" Rank2.<$> Schedule11 {@@ -116,35 +114,34 @@ page1Fields :: Page1 FieldConst page1Fields = within "Page1" . within "YourTuition" Rank2.<$> Page1 { line_32000_tuition = Field ["Line1", "Amount2"] Amount,- line2_copy = Field ["Line2", "Amount1"] Amount,- line2_fraction = Field ["Line2", "Amount2"] Amount,- line3_limit = Field ["Line3", "Amount4"] Amount,- line4_min = Field ["Line4", "Amount5"] Amount,- line5_trainingClaim = Field ["Line5", "Amount6"] Amount,- line6_difference = Field ["Line6", "Amount7"] Amount,- line_32001_eligible = Field ["Line7", "Amount8"] Amount,- line8_sum = Field ["Line8", "Amount1"] Amount,- line9_pastUnused = Field ["Line9", "Amount1"] Amount,- line10_sum = Field ["Line10", "Amount10"] Amount,- line11_copy = Field ["Line11", "Line11", "Amount11"] Amount,- line11_numerator = Field ["Line11", "Amount11"] Amount,- line12_copy = Field ["Line12", "Amount12"] Amount,- line13_difference = Field ["Line13", "Amount13"] Amount,- line14_minUnused = subCalculationFields "Line14" ["Amount1"] ["Amount14"],- line15_difference = Field ["Line15", "Amount15"] Amount,- line16_min = Field ["Line16", "Amount16"] Amount,- line17_sum = Field ["Line17", "Amount17"] Amount}+ line2_fraction = subCalculationFields "Line2" ["Amount1"] ["Amount2"],+ line3_limit = Field ["Line3", "Amount"] Amount,+ line4_min = Field ["Line4", "Amount"] Amount,+ line5_trainingClaim = Field ["Line5", "Amount"] Amount,+ line6_difference = Field ["Line6", "Amount"] Amount,+ line_32001_eligible = Field ["Line7", "Amount"] Amount,+ line8_sum = Field ["Line8", "Amount"] Amount,+ line9_pastUnused = Field ["Line9", "Amount"] Amount,+ line10_sum = Field ["Line10", "Amount"] Amount,+ line11_copy = Field ["Line11", "Line11", "Amount"] Amount,+ line11_numerator = Field ["Line11", "Amount"] Amount,+ line12_copy = Field ["Line12", "Amount"] Amount,+ line13_difference = Field ["Line13", "Amount"] Amount,+ line14_minUnused = subCalculationFields "Line14" ["Amount"] ["Amount2"],+ line15_difference = Field ["Line15", "Amount"] Amount,+ line16_min = Field ["Line16", "Amount"] Amount,+ line17_sum = Field ["Line17", "Amount"] Amount} page2Fields :: Page2 FieldConst page2Fields = within "Page2" Rank2.<$> Page2 { line_32005_diability = Field ["Enrolment", "Line32005", "CheckBox"] Checkbox,- line_32010_partTimeMonths = Field ["Enrolment", "Line32010", "parttime_Months"] Count,- line_32020_fullTimeMonths = Field ["Enrolment", "Line32020", "Fulltime_Months"] Count,- line18_copy = Field ["Transfer_CF", "Line18", "Amount18"] Amount,- line19_copy = Field ["Transfer_CF", "Line19", "Amount19"] Amount,- line20_difference = Field ["Transfer_CF", "Line20", "Amount20"] Amount,- line21_copy = Field ["Transfer_CF", "Line21", "Amount21"] Amount,- line22_copy = Field ["Transfer_CF", "Line22", "Amount22"] Amount,- line23_difference = Field ["Transfer_CF", "Line23", "Amount22"] Amount,- line24_transferred = Field ["Transfer_CF", "Line24", "Amount24"] Amount,- line25_difference = Field ["Transfer_CF", "Line25", "Amount25"] Amount}+ line_32010_partTimeMonths = Field ["Enrolment", "Line32010", "Part_time_months"] Count,+ line_32020_fullTimeMonths = Field ["Enrolment", "Line32020", "Part_time_months"] Count,+ line18_copy = Field ["Transfer_CF", "Line18", "Amount"] Amount,+ line19_copy = Field ["Transfer_CF", "Line19", "Amount"] Amount,+ line20_difference = Field ["Transfer_CF", "Line20", "Amount"] Amount,+ line21_copy = Field ["Transfer_CF", "Line21", "Amount"] Amount,+ line22_copy = Field ["Transfer_CF", "Line22", "Amount"] Amount,+ line23_difference = Field ["Transfer_CF", "Line23", "Amount"] Amount,+ line24_transferred = Field ["Transfer_CF", "Line24", "Amount"] Amount,+ line25_difference = Field ["Transfer_CF", "Line25", "Amount"] Amount}
@@ -33,7 +33,8 @@ data Schedule6 line = Schedule6{ page2 :: Page2 line, page3 :: Page3 line,- page4 :: Page4 line}+ page4 :: Page4 line,+ page5 :: Page5 line} data Page2 line = Page2{ questions :: Questions line,@@ -106,6 +107,15 @@ line41_copy :: line Centi, line42_sum :: line Centi} +data Page5 line = Page5{+ line43_greatest :: line Centi,+ line_38120_acwb_self :: line Centi,+ line_38121_acwb_spouse :: line Centi,+ line46_sum :: line Centi,+ line_38122_acwb_disability :: line Centi,+ line48_sum :: line Centi,+ line49_least :: line Centi}+ $(foldMap (\t-> concat <$> sequenceA [ [d|@@ -114,11 +124,11 @@ |], Rank2.TH.deriveAll t, Transformation.Shallow.TH.deriveAll t])- [''Schedule6, ''Page2, ''Page3, ''Page4, ''Questions, ''PartAColumn, ''PartBColumn, ''Step2, ''Step3])+ [''Schedule6, ''Page2, ''Page3, ''Page4, ''Page5, ''Questions, ''PartAColumn, ''PartBColumn, ''Step2, ''Step3]) fixSchedule6 :: Maybe (T1 Maybe) -> T1 Maybe -> Schedule6 Maybe -> Schedule6 Maybe fixSchedule6 t1spouse t1 =- fixEq $ \Schedule6{page2, page3, page4=Page4{step2, step3}} ->+ fixEq $ \Schedule6{page2, page3, page4=Page4{step2, step3}, page5} -> let eitherEligible = or page2.questions.line_38100 || or page2.questions.line_38101 in Schedule6{ page2 = Page2{ questions = page2.questions,@@ -129,7 +139,7 @@ partB_self = fixPartBColumn t1 partB_self, partB_spouse = maybe id fixPartBColumn t1spouse partB_spouse, line13_sum = totalOf [partB_self.line_38110_difference, partB_spouse.line_38110_difference],- line14_least = min 15_239 <$>+ line14_least = min 15_955 <$> if or ((<) <$> page2.partA_self.line_38108_sum <*> page2.partA_spouse.line_38108_sum) then min page2.partA_self.line_38108_sum partB_self.line_38110_difference else min page2.partA_spouse.line_38108_sum partB_spouse.line_38110_difference,@@ -139,26 +149,31 @@ line16_copy = page2.line6_sum, line18_difference = nonNegativeDifference line16_copy line17_threshold, line20_fraction = line19_rate `fractionOf` line18_difference,- line21_ceiling = if eitherEligible then Just 2_616 else Just 1_518,+ line21_ceiling = if eitherEligible then Just 2_739 else Just 1_590, line22_least = min line20_fraction line21_ceiling, line23_copy = page3.line15_difference,- line24_threshold = if eitherEligible then Just 28_494 else Just 24_975,+ line24_threshold = if eitherEligible then Just 29_833 else Just 26_149, line25_difference = nonNegativeDifference line23_copy line24_threshold,- line27_fraction = fixSubCalculation $ line26_rate `fractionOf` line25_difference,+ line27_fraction = fixSubCalculation id $ line26_rate `fractionOf` line25_difference, line28_difference = nonNegativeDifference line22_least line27_fraction.result}, step3 = if all not page2.questions.line_38103 then Rank2.pure Nothing else let Step3{..} = step3 in step3{ line29_copy = page2.partA_self.line_38108_sum, line31_difference = nonNegativeDifference line29_copy line30_threshold, line33_fraction = line32_rate `fractionOf` line31_difference,- line34_capped = min 784 <$> line33_fraction,+ line34_capped = min 821 <$> line33_fraction, line35_copy = page3.line15_difference,- line36_threshold = if eitherEligible then Just 45_932 else Just 35_098,+ line36_threshold = if eitherEligible then Just 48_091 else Just 36_748, line37_difference = nonNegativeDifference line35_copy line36_threshold, line38_rate = if or page2.questions.line_38104 then Just 0.075 else Just 0.15,- line39_fraction = fixSubCalculation $ line38_rate `fractionOf` line37_difference,+ line39_fraction = fixSubCalculation id $ line38_rate `fractionOf` line37_difference, line40_difference = nonNegativeDifference line34_capped line39_fraction.result, line41_copy = if or page2.questions.line_38102 then step2.line28_difference else Just 0,- line42_sum = totalOf [line40_difference, line41_copy]}}}+ line42_sum = totalOf [line40_difference, line41_copy]}},+ page5 = let Page5{..} = page5 in page5{+ line43_greatest = max step2.line28_difference step3.line42_sum,+ line46_sum = totalOf [line_38120_acwb_self, line_38121_acwb_spouse],+ line48_sum = totalOf [line46_sum, line_38122_acwb_disability],+ line49_least = min line43_greatest line48_sum}} fixPartAColumn :: T1 Maybe -> PartAColumn Maybe -> PartAColumn Maybe fixPartAColumn t1 PartAColumn{..} = PartAColumn{@@ -250,5 +265,13 @@ line39_fraction = subCalculationFields "Line39" ["Amount1"] ["Amount2"], line40_difference = Field ["Line40", "Amount"] Amount, line41_copy = Field ["Line41", "Amount"] Amount,- line42_sum = Field ["Line42", "Amount"] Amount}}}+ line42_sum = Field ["Line42", "Amount"] Amount}},+ page5 = within "Page5" . within "Step4" Rank2.<$> Page5{+ line43_greatest = Field ["Line43", "Amount"] Amount,+ line_38120_acwb_self = Field ["Line44", "Amount"] Amount,+ line_38121_acwb_spouse = Field ["Line45", "Amount"] Amount,+ line46_sum = Field ["Line46", "Amount"] Amount,+ line_38122_acwb_disability = Field ["Line47", "Amount"] Amount,+ line48_sum = Field ["Line48", "Amount"] Amount,+ line49_least = Field ["Line49", "Amount"] Amount}}
@@ -95,12 +95,13 @@ fixSchedule7 :: T1 Maybe -> Schedule7 Maybe -> Schedule7 Maybe fixSchedule7 t1 = fixEq $ \Schedule7{page2, page3, page4} -> Schedule7{ page2 = let Page2{..} = page2 in page2{- line_24500_contributions_sum = fixSubCalculation $ totalOf [line2_pastYearContributions, line3_thisYearContributions],+ line_24500_contributions_sum =+ fixSubCalculation id $ totalOf [line2_pastYearContributions, line3_thisYearContributions], line5_sum = totalOf [line1_pastUnused, line_24500_contributions_sum.result]}, page3 = let Page3{partB = partB@PartB{..}, partC = partC@PartC{..}} = page3 in Page3{ partB = partB{ line6_contributions_copy = page2.line5_sum,- line9_repayments_sum = fixSubCalculation $ totalOf [line_24600_hbp, line_24620_llp],+ line9_repayments_sum = fixSubCalculation id $ totalOf [line_24600_hbp, line_24620_llp], line10_difference = difference line6_contributions_copy line9_repayments_sum.result}, partC = partC{ line12_prpp_copy = t1.page4.line_20810_PRPP,
@@ -0,0 +1,658 @@+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE FlexibleInstances #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE InstanceSigs #-}+{-# LANGUAGE MultiParamTypeClasses #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE NoFieldSelectors #-}+{-# LANGUAGE NumericUnderscores #-}+{-# LANGUAGE OverloadedRecordDot #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE ScopedTypeVariables #-}+{-# LANGUAGE StandaloneDeriving #-}+{-# LANGUAGE TemplateHaskell #-}+{-# LANGUAGE TypeOperators #-}+{-# LANGUAGE UndecidableInstances #-}++module Tax.Canada.Federal.Schedule8 where++import Control.Applicative ((<|>))+import Data.Fixed (Centi)+import Data.Text (Text)+import Data.Time.Calendar (MonthOfYear)+import Language.Haskell.TH qualified as TH+import Rank2 qualified+import Rank2.TH qualified+import Transformation.Shallow.TH qualified++import Tax.Canada.Shared (SubCalculation(SubCalculation, calculation, result), fixSubCalculation, subCalculationFields)+import Tax.Canada.T1.Types (T1)+import Tax.Canada.T1.Types qualified as T1+import Tax.FDF (Entry (Amount, Constant, Count, Month, Percent), FieldConst (Field), within)+import Tax.Util (fixEq, fractionOf, difference, nonNegativeDifference, totalOf)++data Schedule8 line = Schedule8{+ page2 :: Page2 line,+ page3 :: Page3 line,+ page4 :: Page4 line,+ page5 :: Page5 line,+ page6 :: Page6 line,+ page7 :: Page7 line,+ page8 :: Page8 line,+ page9 :: Page9 line,+ page10 :: Page10 line}++data Page2 line = Page2{+ line_50372_stopMonth :: line MonthOfYear,+ line_50374_revokeMonth :: line MonthOfYear}++data Page3 line = Page3{+ lineA_months :: line Word,+ lineB_additionalMaxPensionableEarnings :: line Centi,+ lineC_maxPensionableEarnings :: line Centi,+ lineD_maxBasicExemption :: line Centi,+ lineE_maxSubjectToSecondAdditionalContributions :: line Centi}++data Page4 line = Page4{+ line_50339_totalPensionableEarnings :: line Centi,+ line2_least :: SubCalculation line,+ line3_copyC :: line Centi,+ line4_difference :: SubCalculation line,+ line5_difference :: line Centi,+ line6_copyD :: line Centi,+ line7_difference :: line Centi,+ line_50340_totalContributions :: line Centi,+ line9_fraction :: SubCalculation line,+ line10_difference :: line Centi,+ line11_fraction :: SubCalculation line,+ line12_fraction :: SubCalculation line,+ line13_sum :: line Centi,+ line_50341_totalSecondContributions :: line Centi,+ line15_fraction :: SubCalculation line,+ line16_copy :: line Centi,+ line17_copy :: line Centi,+ line18_difference :: line Centi,+ line19_copy :: line Centi,+ line20_copy :: line Centi,+ line21_difference :: SubCalculation line,+ line22_sum :: line Centi,+ line23_copy :: line Centi,+ line24_copy :: line Centi,+ line25_difference :: SubCalculation line,+ line26_sum :: line Centi}++data Page5 line = Page5{+ part3a :: Page5Part3a line,+ part3b :: Page5Part3b line}++data Page5Part3a line = Page5Part3a{+ line27_copy :: line Centi,+ line28_copy :: line Centi,+ line29_copy :: line Centi,+ line30_sum :: line Centi,+ line31_copy :: line Centi}++data Page5Part3b line = Page5Part3b{+ line32_join :: line Centi,+ line33_conditionalCopy :: line Centi,+ line34to37 :: Page5Part3bCond1 line,+ line38_conditionalCopy :: line Centi,+ line39to42 :: Page5Part3bCond2 line,+ line43_sum :: line Centi}++data Page5Part3bCond1 line = Page5Part3bCond1{+ line34_abs :: line Centi,+ line35_copy :: line Centi,+ line36_least :: line Centi,+ line37_sum :: SubCalculation line}++data Page5Part3bCond2 line = Page5Part3bCond2{+ line39_abs :: line Centi,+ line40_copy :: line Centi,+ line41_least :: line Centi,+ line42_sum :: SubCalculation line}++data Page6 line = Page6{+ line1_netSelfEmploymentEarnings :: line Centi,+ line_50373_additionalEmploymentEarningsOffT4 :: line Centi,+ line3_sum :: line Centi,+ line4_least :: SubCalculation line,+ line5_copyC :: line Centi,+ line6_difference :: SubCalculation line,+ line7_difference :: line Centi,+ line8_copyD :: line Centi,+ line9_difference :: line Centi,+ line10_fraction :: SubCalculation line,+ line11_fraction :: SubCalculation line,+ line12_fraction :: SubCalculation line,+ line13_sum :: SubCalculation line,+ line14_sum :: line Centi,+ line15_half :: SubCalculation line,+ line16_copy :: line Centi,+ line17_sum :: line Centi}++data Page7 line = Page7{+ line1_netSelfEmploymentEarnings :: line Centi,+ line_50373_additionalEmploymentEarningsOffT4 :: line Centi,+ line_50399_additionalEmploymentEarningsOnT4 :: line Centi,+ line4_sum :: line Centi,+ line5_copy :: line Centi,+ line6to8 :: Page7Cond1 line,+ line9_difference :: line Centi,+ line10_fraction :: SubCalculation line,+ line11_copy :: line Centi,+ line12to14 :: Page7Cond2 line,+ line15_difference :: line Centi,+ line16_fraction :: SubCalculation line,+ line17_sum :: line Centi,+ line18to20 :: Page7Cond3 line,+ line21_copy :: line Centi,+ line22_copy :: line Centi,+ line23_sum :: line Centi,+ line24_copyC :: line Centi,+ line25_copyD :: line Centi,+ line26_difference :: line Centi,+ line27_copy :: line Centi,+ line28_difference :: line Centi}++data Page7Cond1 line = Page7Cond1{+ line6_copy :: line Centi,+ line7_copy :: line Centi,+ line8_difference :: SubCalculation line}++data Page7Cond2 line = Page7Cond2{+ line12_copy :: line Centi,+ line13_copy :: line Centi,+ line14_difference :: SubCalculation line}++data Page7Cond3 line = Page7Cond3{+ line18_abs :: line Centi,+ line19_least :: line Centi,+ line20_fraction :: SubCalculation line}++data Page8 line = Page8{+ line29_least :: line Centi,+ line30_copy :: line Centi,+ line31_copy :: line Centi,+ line32_difference :: line Centi,+ line33_copy :: line Centi,+ line34_copy :: line Centi,+ line35_difference :: SubCalculation line,+ line36_difference :: SubCalculation line,+ line37_difference :: line Centi,+ line38to48 :: Page8Cond1 line,+ line49_fraction :: SubCalculation line,+ line50_fraction :: SubCalculation line,+ line51_fraction :: SubCalculation line,+ line52_sum :: SubCalculation line,+ line53_sum :: line Centi,+ line54_double :: SubCalculation line,+ line55_difference :: line Centi}++data Page8Cond1 line = Page8Cond1{+ line38_copyE :: line Centi,+ line39_copy :: line Centi,+ line40_copy :: line Centi,+ line41_sum :: SubCalculation line,+ line42_difference :: line Centi,+ line43_copy :: line Centi,+ line44_copy :: line Centi,+ line45_difference :: line Centi,+ line46_copy :: line Centi,+ line47_difference :: line Centi,+ line48_least :: line Centi}++data Page9 line = Page9{+ line56_half :: SubCalculation line,+ line57_copy :: line Centi,+ line58_copy :: line Centi,+ line59_difference :: line Centi,+ line60_least :: line Centi,+ line61_copy :: line Centi,+ line62_copy :: line Centi,+ line63_difference :: line Centi,+ line64_conditionalCopy :: line Centi,+ line65_abs :: line Centi,+ line66_copy :: line Centi,+ line67_least :: line Centi,+ line68_sum :: SubCalculation line,+ line69_copy :: line Centi,+ line70_copy :: line Centi,+ line71_difference :: line Centi,+ line72_conditionalCopy :: line Centi,+ line73_abs :: line Centi,+ line74_copy :: line Centi,+ line75_least :: line Centi,+ line76_sum :: SubCalculation line,+ line77_sum :: line Centi,+ line78_half :: SubCalculation line,+ line79_half :: SubCalculation line,+ line80_sum :: line Centi,+ line81_positiveCopy :: line Centi,+ line82_difference :: line Centi,+ line83_fraction :: SubCalculation line,+ line84_copy :: line Centi,+ line85_difference :: line Centi}++data Page10 line = Page10{+ line86_copy :: line Centi,+ line87_copy :: line Centi,+ line88_copy :: line Centi,+ line89_difference :: SubCalculation line,+ line90_copy :: line Centi,+ line91_copy :: line Centi,+ line92_difference :: SubCalculation line,+ line93_half :: SubCalculation line,+ line94_copy :: line Centi,+ line95_join :: line Centi,+ line96_difference :: SubCalculation line,+ line97_sum :: line Centi}+++$(foldMap+ (\t-> concat <$> sequenceA [+ [d|+ deriving instance (Show (line Centi), Show (line MonthOfYear),+ Show (line Rational), Show (line Word)) => Show ($(TH.conT t) line)+ deriving instance (Eq (line Centi), Eq (line MonthOfYear),+ Eq (line Rational), Eq (line Word)) => Eq ($(TH.conT t) line)+ |],+ Rank2.TH.deriveAll t,+ Transformation.Shallow.TH.deriveAll t])+ [''Schedule8, ''Page2, ''Page3, ''Page4,+ ''Page5, ''Page5Part3a, ''Page5Part3b, ''Page5Part3bCond1, ''Page5Part3bCond2, ''Page6,+ ''Page7, ''Page7Cond1, ''Page7Cond2, ''Page7Cond3, ''Page8, ''Page8Cond1, ''Page9, ''Page10])++fixSchedule8 :: Schedule8 Maybe -> Schedule8 Maybe+fixSchedule8 = fixEq $ \Schedule8{page2, page3, page4, page5, page6, page7, page8, page9, page10}-> Schedule8{+ page2 = page2,+ page3 = page3{+ lineA_months = page3.lineA_months <|> Just 12,+ lineB_additionalMaxPensionableEarnings = ((6100 *) . fromIntegral . max 12) <$> page3.lineA_months,+ lineC_maxPensionableEarnings = ((/ 12) . (68_500 *) . fromIntegral . max 12) <$> page3.lineA_months,+ lineD_maxBasicExemption = ((/ 12) . (3500 *) . fromIntegral . min 12) <$> page3.lineA_months,+ lineE_maxSubjectToSecondAdditionalContributions = ((/ 12) . (4700 *) . fromIntegral . min 12) <$> page3.lineA_months},+ page4 = let Page4{..} = page4 in case line_50339_totalPensionableEarnings of+ Nothing -> Rank2.pure Nothing+ Just{} -> page4{+ line2_least = fixSubCalculation id $ min page3.lineB_additionalMaxPensionableEarnings line_50339_totalPensionableEarnings,+ line3_copyC = page3.lineC_maxPensionableEarnings,+ line4_difference = fixSubCalculation id $ nonNegativeDifference line2_least.result line3_copyC,+ line5_difference = nonNegativeDifference line2_least.result line4_difference.result,+ line6_copyD = page3.lineD_maxBasicExemption,+ line7_difference = nonNegativeDifference line5_difference line6_copyD,+ line9_fraction = fixSubCalculation (0.831933 *) line_50340_totalContributions,+ line10_difference = difference line_50340_totalContributions line9_fraction.result,+ line11_fraction = fixSubCalculation (0.0495 *) line7_difference,+ line12_fraction = fixSubCalculation (0.01 *) line7_difference,+ line13_sum = totalOf [line11_fraction.result, line12_fraction.result],+ line15_fraction = fixSubCalculation (0.04 *) line4_difference.result,+ line16_copy = line9_fraction.result,+ line17_copy = line11_fraction.result,+ line18_difference = difference line16_copy line17_copy,+ line19_copy = line10_difference,+ line20_copy = line12_fraction.result,+ line21_difference = fixSubCalculation id $ difference line19_copy line20_copy,+ line22_sum = totalOf [line18_difference, line21_difference.result],+ line23_copy = line_50341_totalSecondContributions,+ line24_copy = line15_fraction.result,+ line25_difference = fixSubCalculation id $ difference line23_copy line24_copy,+ line26_sum = totalOf [line22_sum, line25_difference.result]},+ page5 = case page4.line_50339_totalPensionableEarnings of+ Nothing -> Rank2.pure Nothing+ Just{}+ | any (> 0) page4.line26_sum -> page5{+ part3a = let Page5Part3a{..} = page5.part3a in page5.part3a{+ line27_copy = page4.line17_copy,+ line28_copy = page4.line20_copy,+ line29_copy = page4.line24_copy,+ line30_sum = totalOf [line28_copy, line29_copy],+ line31_copy = page4.line26_sum},+ part3b = Rank2.pure Nothing}+ | otherwise -> page5{+ part3a = Rank2.pure Nothing,+ part3b = let Page5Part3b{..} = page5.part3b in page5.part3b{+ line32_join = if any (< 0) page4.line18_difference then page4.line16_copy else page4.line17_copy,+ line33_conditionalCopy = if any (< 0) page4.line21_difference.result then Nothing else page4.line20_copy,+ line34to37 = if all (>= 0) page4.line21_difference.result then Rank2.pure Nothing+ else flip fixEq line34to37 $ \Page5Part3bCond1{..}-> Page5Part3bCond1{+ line34_abs = abs <$> page4.line21_difference.result,+ line35_copy = page4.line19_copy,+ line36_least = maximum [Just 0, minimum [page4.line18_difference, line34_abs]],+ line37_sum = fixSubCalculation id $ totalOf [line35_copy, line36_least]},+ line38_conditionalCopy = if all (== 0) page4.line25_difference.result then page4.line24_copy else Nothing,+ line39to42 = if all (>= 0) page4.line25_difference.result then Rank2.pure Nothing+ else flip fixEq line39to42 $ \Page5Part3bCond2{..}-> Page5Part3bCond2{+ line39_abs = abs <$> page4.line25_difference.result,+ line40_copy = page4.line23_copy,+ line41_least = maximum [Just 0, minimum [page4.line22_sum, line39_abs]],+ line42_sum = fixSubCalculation id $ totalOf [line40_copy, line41_least]},+ line43_sum = totalOf [line33_conditionalCopy, line34to37.line37_sum.result,+ line38_conditionalCopy, line39to42.line42_sum.result]}},+ page6 = case page4.line_50339_totalPensionableEarnings of+ Just{} -> Rank2.pure Nothing+ Nothing -> let Page6{..} = page6 in page6{+ line3_sum = max 0 <$> totalOf [line1_netSelfEmploymentEarnings,+ line_50373_additionalEmploymentEarningsOffT4],+ line4_least = fixSubCalculation id $ minimum [line3_sum, page3.lineB_additionalMaxPensionableEarnings],+ line5_copyC = page3.lineC_maxPensionableEarnings,+ line6_difference = fixSubCalculation id $ nonNegativeDifference line4_least.result line5_copyC,+ line7_difference = nonNegativeDifference line4_least.result line6_difference.result,+ line8_copyD = page3.lineD_maxBasicExemption,+ line9_difference = nonNegativeDifference line7_difference line8_copyD,+ line10_fraction = fixSubCalculation (0.099 *) line9_difference,+ line11_fraction = fixSubCalculation (0.02 *) line9_difference,+ line12_fraction = fixSubCalculation (0.08 *) line6_difference.result,+ line13_sum = fixSubCalculation id $ totalOf [line11_fraction.result, line12_fraction.result],+ line14_sum = totalOf [line10_fraction.result, line13_sum.result],+ line15_half = fixSubCalculation (/ 2) line10_fraction.result,+ line16_copy = line13_sum.result,+ line17_sum = totalOf [line15_half.result, line16_copy]},+ page7 = case page4.line_50339_totalPensionableEarnings of+ Nothing -> Rank2.pure Nothing+ Just{} -> let Page7{..} = page7 in page7{+ line4_sum = totalOf [line1_netSelfEmploymentEarnings,+ line_50373_additionalEmploymentEarningsOffT4,+ line_50399_additionalEmploymentEarningsOnT4],+ line5_copy = page4.line_50340_totalContributions,+ line6to8 = if any (<= 0) page4.line22_sum then Rank2.pure Nothing+ else let Page7Cond1{..} = line6to8 in Page7Cond1{+ line6_copy = line5_copy,+ line7_copy = page4.line13_sum,+ line8_difference = fixSubCalculation id $ nonNegativeDifference line6_copy line7_copy},+ line9_difference = nonNegativeDifference line5_copy line6to8.line8_difference.result,+ line10_fraction = fixSubCalculation (16.80672 *) line9_difference,+ line11_copy = page4.line_50341_totalSecondContributions,+ line12to14 = if any (<= 0) page4.line26_sum then Rank2.pure Nothing+ else let Page7Cond2{..} = line12to14 in Page7Cond2{+ line12_copy = line11_copy,+ line13_copy = page4.line15_fraction.result,+ line14_difference = fixSubCalculation id $ difference line12_copy line13_copy},+ line15_difference = if any (< 0) line12to14.line14_difference.result then line12to14.line13_copy+ else nonNegativeDifference line11_copy line12to14.line14_difference.result,+ line16_fraction = fixSubCalculation (25 *) line15_difference,+ line17_sum = totalOf [line10_fraction.result, line16_fraction.result],+ line18to20 = if any (> 0) page4.line26_sum then Rank2.pure Nothing+ else let Page7Cond3{..} = line18to20 in Page7Cond3{+ line18_abs = abs <$> page4.line25_difference.result,+ line19_least = if any (> 0) page4.line22_sum then minimum [page4.line22_sum, line18_abs] else Just 0,+ line20_fraction = fixSubCalculation (25 *) line19_least},+ line21_copy = line4_sum,+ line22_copy = page4.line2_least.result,+ line23_sum = totalOf [line21_copy, line22_copy],+ line24_copyC = page3.lineC_maxPensionableEarnings,+ line25_copyD = page3.lineD_maxBasicExemption,+ line26_difference = nonNegativeDifference line24_copyC line25_copyD,+ line27_copy = line10_fraction.result,+ line28_difference = nonNegativeDifference line26_difference line27_copy},+ page8 = case page4.line_50339_totalPensionableEarnings of+ Nothing -> Rank2.pure Nothing+ Just{} -> let Page8{..} = page8 in page8{+ line29_least = minimum [page7.line4_sum, page7.line28_difference],+ line30_copy = page7.line25_copyD,+ line31_copy = page4.line_50339_totalPensionableEarnings,+ line32_difference = nonNegativeDifference line30_copy line31_copy,+ line33_copy = page7.line4_sum,+ line34_copy = page7.line26_difference,+ line35_difference = fixSubCalculation id $ nonNegativeDifference line33_copy line34_copy,+ line36_difference = fixSubCalculation id+ $ nonNegativeDifference line32_difference line35_difference.result,+ line37_difference = nonNegativeDifference line29_least line36_difference.result,+ line38to48 = if page7.line23_sum <= page7.line24_copyC then (Rank2.pure Nothing){line48_least = Just 0}+ else let Page8Cond1{..} = line38to48 in Page8Cond1{+ line38_copyE = page3.lineE_maxSubjectToSecondAdditionalContributions,+ line39_copy = page7.line16_fraction.result,+ line40_copy = page7.line18to20.line20_fraction.result,+ line41_sum = fixSubCalculation id $ totalOf [line39_copy, line40_copy],+ line42_difference = difference line38_copyE line41_sum.result,+ line43_copy = page7.line4_sum,+ line44_copy = line32_difference,+ line45_difference = difference line43_copy line44_copy,+ line46_copy = line37_difference,+ line47_difference = difference line45_difference line46_copy,+ line48_least = minimum [line42_difference, line47_difference]},+ line49_fraction = fixSubCalculation (0.099 *) line37_difference,+ line50_fraction = fixSubCalculation (0.02 *) line37_difference,+ line51_fraction = fixSubCalculation (0.08 *) line38to48.line48_least,+ line52_sum = fixSubCalculation id $ totalOf [line50_fraction.result, line51_fraction.result],+ line53_sum = totalOf [line49_fraction.result, line52_sum.result],+ line54_double = fixSubCalculation (2 *)+ $ if any (> 0) page4.line26_sum then page4.line26_sum else Nothing,+ line55_difference = difference line53_sum line54_double.result},+ page9 = case page4.line_50339_totalPensionableEarnings of+ Nothing -> Rank2.pure Nothing+ Just{} -> let Page9{..} = page9 in page9{+ line56_half = fixSubCalculation (/ 2)+ $ if any (< 0) page8.line55_difference then abs <$> page8.line55_difference else Nothing,+ line57_copy = page4.line9_fraction.result,+ line58_copy = page4.line11_fraction.result,+ line59_difference = difference line57_copy line58_copy,+ line60_least = minimum [line57_copy, line58_copy],+ line61_copy = page4.line10_difference,+ line62_copy = page4.line12_fraction.result,+ line63_difference = difference line61_copy line62_copy,+ line64_conditionalCopy = if all (>= 0) line63_difference then line62_copy else Nothing,+ line65_abs = abs <$> line63_difference,+ line66_copy = line61_copy,+ line67_least = if any (> 0) line59_difference then minimum [line59_difference, line65_abs] else Just 0,+ line68_sum = fixSubCalculation id $ totalOf [line66_copy, line67_least],+ line69_copy = page4.line_50341_totalSecondContributions,+ line70_copy = page4.line15_fraction.result,+ line71_difference = difference line69_copy line70_copy,+ line72_conditionalCopy = if any (> 0) line71_difference then line70_copy else Nothing,+ line73_abs = abs <$> line71_difference,+ line74_copy = line69_copy,+ line75_least = if any (> 0) page4.line22_sum then minimum [page4.line22_sum, line73_abs] else Just 0,+ line76_sum = fixSubCalculation id $ totalOf [line74_copy, line75_least],+ line77_sum = totalOf [line64_conditionalCopy <|> line68_sum.result,+ line72_conditionalCopy <|> line76_sum.result],+ line78_half = fixSubCalculation (/ 2) page8.line49_fraction.result,+ line79_half = fixSubCalculation (/ 2) page8.line50_fraction.result,+ line80_sum = totalOf [line78_half.result, line79_half.result],+ line81_positiveCopy = maximum [page4.line26_sum, Just 0],+ line82_difference = difference line80_sum line81_positiveCopy,+ line83_fraction = fixSubCalculation (0.831933 *) $ minimum [line80_sum, line81_positiveCopy],+ line84_copy = line83_fraction.result,+ line85_difference = difference line83_fraction.result line84_copy},+ page10 = case page4.line_50339_totalPensionableEarnings of+ Nothing -> Rank2.pure Nothing+ Just{} -> let Page10{..} = page10 in page10{+ line86_copy = page9.line79_half.result,+ line87_copy = page9.line78_half.result,+ line88_copy = page9.line83_fraction.result,+ line89_difference = fixSubCalculation id $ difference line87_copy line88_copy,+ line90_copy = page9.line79_half.result,+ line91_copy = page9.line85_difference,+ line92_difference = fixSubCalculation id $ difference line90_copy line91_copy,+ line93_half = fixSubCalculation (/ 2) page8.line51_fraction.result,+ line94_copy = line93_half.result,+ line95_join = if any (< 0) page9.line82_difference then abs <$> page9.line82_difference+ else Just 0,+ line96_difference = fixSubCalculation id $ nonNegativeDifference line94_copy line95_join,+ line97_sum = totalOf [line86_copy, line89_difference.result,+ line92_difference.result, line96_difference.result]}}+schedule8Fields :: Schedule8 FieldConst+schedule8Fields = within "form1" Rank2.<$> Schedule8{+ page2 = within "Page2" . within "Part1" . within "Election-Evocation" Rank2.<$> Page2{+ line_50372_stopMonth = Field ["Line50372", "Month_grp", "Stop-Month"] Month,+ line_50374_revokeMonth = Field ["Line50374", "Month_grp", "Revoke-Month"] Month},+ page3 = within "Page3" . within "Part2" Rank2.<$> Page3{+ lineA_months = Field ["LineA", "Number"] Count,+ lineB_additionalMaxPensionableEarnings = Field ["LineB", "Amount"] Amount,+ lineC_maxPensionableEarnings = Field ["LineC", "Amount"] Amount,+ lineD_maxBasicExemption = Field ["LineD", "Amount"] Amount,+ lineE_maxSubjectToSecondAdditionalContributions = Field ["LineE", "Amount"] Amount},+ page4 = within "Page4" . within "Part3" Rank2.<$> Page4{+ line_50339_totalPensionableEarnings = Field ["Line1", "Amount"] Amount,+ line2_least = subCalculationFields "Line2" ["Amount1"] ["Amount"],+ line3_copyC = Field ["Line3", "Amount"] Amount,+ line4_difference = subCalculationFields "Line4" ["Amount1"] ["Amount"],+ line5_difference = Field ["Line5", "Amount"] Amount,+ line6_copyD = Field ["Line6", "Amount"] Amount,+ line7_difference = Field ["Line7", "Amount"] Amount,+ line_50340_totalContributions = Field ["Line8", "Amount"] Amount,+ line9_fraction = subCalculationFields "Line9" ["Amount1"] ["Amount2"],+ line10_difference = Field ["Line10", "Amount"] Amount,+ line11_fraction = subCalculationFields "Line11" ["Amount1"] ["Amount2"],+ line12_fraction = subCalculationFields "Line12" ["Amount1"] ["Amount2"],+ line13_sum = Field ["Line13", "Amount"] Amount,+ line_50341_totalSecondContributions = Field ["Line14", "Amount"] Amount,+ line15_fraction = subCalculationFields "Line15" ["Amount1"] ["Amount2"],+ line16_copy = Field ["Line16", "Amount"] Amount,+ line17_copy = Field ["Line17", "Amount"] Amount,+ line18_difference = Field ["Line18", "Amount"] Amount,+ line19_copy = Field ["Line19", "Amount"] Amount,+ line20_copy = Field ["Line20", "Amount"] Amount,+ line21_difference = subCalculationFields "Line21" ["Amount1"] ["Amount2"],+ line22_sum = Field ["Line22", "Amount"] Amount,+ line23_copy = Field ["Line23", "Amount"] Amount,+ line24_copy = Field ["Line24", "Amount"] Amount,+ line25_difference = subCalculationFields "Line25" ["Amount1"] ["Amount2"],+ line26_sum = Field ["Line26", "Amount"] Amount},+ page5 = within "Page5" . within "Part3_Cont" Rank2.<$> Page5{+ part3a = Page5Part3a{+ line27_copy = Field ["Line27", "Amount"] Amount,+ line28_copy = Field ["Line28", "Amount"] Amount,+ line29_copy = Field ["Line29", "Amount"] Amount,+ line30_sum = Field ["Line30", "Amount"] Amount,+ line31_copy = Field ["Line31", "Amount"] Amount},+ part3b = Page5Part3b{+ line32_join = Field ["Line32", "Amount"] Amount,+ line33_conditionalCopy = Field ["Line33", "Amount"] Amount,+ line34to37 = Page5Part3bCond1{+ line34_abs = Field ["Line34", "Amount"] Amount,+ line35_copy = Field ["Line35", "Amount"] Amount,+ line36_least = Field ["Line36", "Amount"] Amount,+ line37_sum = subCalculationFields "Line37" ["Amount1"] ["Amount"]},+ line38_conditionalCopy = Field ["Line38", "Amount"] Amount,+ line39to42 = Page5Part3bCond2{+ line39_abs = Field ["Line39", "Amount"] Amount,+ line40_copy = Field ["Line40", "Amount"] Amount,+ line41_least = Field ["Line41", "Amount"] Amount,+ line42_sum = subCalculationFields "Line42" ["Amount1"] ["Amount"]},+ line43_sum = Field ["Line43", "Amount"] Amount}},+ page6 = within "Page6" . within "Part4" Rank2.<$> Page6{+ line1_netSelfEmploymentEarnings = Field ["Line1", "Amount"] Amount,+ line_50373_additionalEmploymentEarningsOffT4 = Field ["Line2", "Amount"] Amount,+ line3_sum = Field ["Line3", "Amount"] Amount,+ line4_least = subCalculationFields "Line4" ["Amount1"] ["Amount"],+ line5_copyC = Field ["Line5", "Amount"] Amount,+ line6_difference = subCalculationFields "Line6" ["Amount1"] ["Amount"],+ line7_difference = Field ["Line7", "Amount"] Amount,+ line8_copyD = Field ["Line8", "Amount"] Amount,+ line9_difference = Field ["Line9", "Amount"] Amount,+ line10_fraction = subCalculationFields "Line10" ["Amount1"] ["Amount2"],+ line11_fraction = subCalculationFields "Line11" ["Amount1"] ["Amount2"],+ line12_fraction = subCalculationFields "Line12" ["Amount1"] ["Amount2"],+ line13_sum = subCalculationFields "Line13" ["Amount1"] ["Amount"],+ line14_sum = Field ["Line14", "Amount"] Amount,+ line15_half = subCalculationFields "Line15" ["Amount1"] ["Amount2"],+ line16_copy = Field ["Line16", "Amount"] Amount,+ line17_sum = Field ["Line17", "amount"] Amount},+ page7 = within "Page7" . within "Part5" Rank2.<$> Page7{+ line1_netSelfEmploymentEarnings = Field ["Line1", "Amount"] Amount,+ line_50373_additionalEmploymentEarningsOffT4 = Field ["Line2", "Amount"] Amount,+ line_50399_additionalEmploymentEarningsOnT4 = Field ["Line3", "Amount"] Amount,+ line4_sum = Field ["Line4", "Amount"] Amount,+ line5_copy = Field ["Line5", "Amount"] Amount,+ line6to8 = Page7Cond1{+ line6_copy = Field ["Line6", "Amount"] Amount,+ line7_copy = Field ["Line7", "Amount"] Amount,+ line8_difference = subCalculationFields "Line8" ["Amount1"] ["Amount"]},+ line9_difference = Field ["Line9", "Amount"] Amount,+ line10_fraction = subCalculationFields "Line10" ["Amount1"] ["Amount2"],+ line11_copy = Field ["Line11", "Amount"] Amount,+ line12to14 = Page7Cond2{+ line12_copy = Field ["Line12", "Amount"] Amount,+ line13_copy = Field ["Line13", "Amount"] Amount,+ line14_difference = subCalculationFields "Line14" ["Amount1"] ["Amount"]},+ line15_difference = Field ["Line15", "Amount"] Amount,+ line16_fraction = subCalculationFields "Line16" ["Amount1"] ["Amount2"],+ line17_sum = Field ["Line17", "Amount"] Amount,+ line18to20 = Page7Cond3{+ line18_abs = Field ["Line18", "Amount"] Amount,+ line19_least = Field ["Line19", "Amount"] Amount,+ line20_fraction = subCalculationFields "Line20" ["Amount1"] ["Amount2"]},+ line21_copy = Field ["Line21", "Amount"] Amount,+ line22_copy = Field ["Line22", "Amount"] Amount,+ line23_sum = Field ["Line23", "Amount"] Amount,+ line24_copyC = Field ["Line24", "Amount"] Amount,+ line25_copyD = Field ["Line25", "Amount"] Amount,+ line26_difference = Field ["Line26", "Amount"] Amount,+ line27_copy = Field ["Line27", "Amount"] Amount,+ line28_difference = Field ["Line28", "Amount"] Amount},+ page8 = within "Page8" . within "Part5_Cont" Rank2.<$> Page8{+ line29_least = Field ["Line29", "Amount"] Amount,+ line30_copy = Field ["Line30", "Amount"] Amount,+ line31_copy = Field ["Line31", "Amount"] Amount,+ line32_difference = Field ["Line32", "Amount"] Amount,+ line33_copy = Field ["Line33", "Amount"] Amount,+ line34_copy = Field ["Line34", "Amount"] Amount,+ line35_difference = subCalculationFields "Line35" ["Amount1"] ["Amount2"],+ line36_difference = subCalculationFields "Line36" ["Amount1"] ["Amount2"],+ line37_difference = Field ["Line37", "Amount"] Amount,+ line38to48 = Page8Cond1{+ line38_copyE = Field ["Line38", "Amount"] Amount,+ line39_copy = Field ["Line39", "Amount"] Amount,+ line40_copy = Field ["Line40", "Amount"] Amount,+ line41_sum = subCalculationFields "Line41" ["Amount"] ["Amount2"],+ line42_difference = Field ["Line42", "Amount"] Amount,+ line43_copy = Field ["Line43", "Amount"] Amount,+ line44_copy = Field ["Line44", "Amount"] Amount,+ line45_difference = Field ["Line45", "Amount"] Amount,+ line46_copy = Field ["Line46", "Amount"] Amount,+ line47_difference = Field ["Line47", "Amount"] Amount,+ line48_least = Field ["Line48", "Amount"] Amount},+ line49_fraction = subCalculationFields "Line49" ["Amount1"] ["Amount2"],+ line50_fraction = subCalculationFields "Line50" ["Amount1"] ["Amount2"],+ line51_fraction = subCalculationFields "Line51" ["Amount1"] ["Amount2"],+ line52_sum = subCalculationFields "Line52" ["Amount"] ["Amount2"],+ line53_sum = Field ["Line53", "Amount"] Amount,+ line54_double = subCalculationFields "Line54" ["Amount1"] ["Amount2"],+ line55_difference = Field ["Line55", "Amount"] Amount},+ page9 = within "Page9" . within "Part5_Cont" Rank2.<$> Page9{+ line56_half = subCalculationFields "Line56" ["Amount1"] ["Amount"],+ line57_copy = Field ["Line57", "Amount"] Amount,+ line58_copy = Field ["Line58", "Amount"] Amount,+ line59_difference = Field ["Line59", "Amount"] Amount,+ line60_least = Field ["Line60", "Amount"] Amount,+ line61_copy = Field ["Line61", "Amount"] Amount,+ line62_copy = Field ["Line62", "Amount"] Amount,+ line63_difference = Field ["Line63", "Amount"] Amount,+ line64_conditionalCopy = Field ["Line64", "Amount"] Amount,+ line65_abs = Field ["Line65", "Amount"] Amount,+ line66_copy = Field ["Line66", "Amount"] Amount,+ line67_least = Field ["Line67", "Amount"] Amount,+ line68_sum = subCalculationFields "Line68" ["Amount"] ["Amount2"],+ line69_copy = Field ["Line69", "Amount"] Amount,+ line70_copy = Field ["Line70", "Amount"] Amount,+ line71_difference = Field ["Line71", "Amount"] Amount,+ line72_conditionalCopy = Field ["Line72", "Amount"] Amount,+ line73_abs = Field ["Line73", "Amount"] Amount,+ line74_copy = Field ["Line74", "Amount"] Amount,+ line75_least = Field ["Line75", "Amount"] Amount,+ line76_sum = subCalculationFields "Line76" ["Amount"] ["Amount2"],+ line77_sum = Field ["Line77", "Amount"] Amount,+ line78_half = subCalculationFields "Line78" ["Amount1"] ["Amount2"],+ line79_half = subCalculationFields "Line79" ["Amount1"] ["Amount2"],+ line80_sum = Field ["Line80", "Amount2"] Amount,+ line81_positiveCopy = Field ["Line81", "Amount2"] Amount,+ line82_difference = Field ["Line82", "Amount"] Amount,+ line83_fraction = subCalculationFields "Line83" ["AmountA", "Amount1"] ["Amount2"],+ line84_copy = Field ["Line84", "Amount2"] Amount,+ line85_difference = Field ["Line85", "Amount"] Amount},+ page10 = within "Page10" . within "Part5-Cont" Rank2.<$> Page10{+ line86_copy = Field ["Line86", "Amount2"] Amount,+ line87_copy = Field ["Line87", "Amount2"] Amount,+ line88_copy = Field ["Line88", "Amount2"] Amount,+ line89_difference = subCalculationFields "Line89" ["Amount1"] ["Amount"],+ line90_copy = Field ["Line90", "Amount2"] Amount,+ line91_copy = Field ["Line91", "Amount2"] Amount,+ line92_difference = subCalculationFields "Line92" ["Amount1"] ["Amount"],+ line93_half = subCalculationFields "Line93" ["Amount1"] ["Amount2"],+ line94_copy = Field ["Line94", "Amount2"] Amount,+ line95_join = Field ["Line95", "Amount2"] Amount,+ line96_difference = subCalculationFields "Line96" ["Amount1"] ["Amount"],+ line97_sum = Field ["Line97", "Amount"] Amount}}
@@ -3,6 +3,7 @@ {-# LANGUAGE ImportQualifiedPost #-} {-# LANGUAGE InstanceSigs #-} {-# LANGUAGE MultiParamTypeClasses #-}+{-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE NoFieldSelectors #-} {-# LANGUAGE NumericUnderscores #-} {-# LANGUAGE OverloadedRecordDot #-}@@ -18,16 +19,21 @@ import Data.Fixed (Centi) import Data.Text (Text)+import Language.Haskell.TH qualified as TH import Rank2 qualified import Rank2.TH qualified import Transformation.Shallow.TH qualified import Tax.Canada.T1.Types (T1) import Tax.Canada.T1.Types qualified-import Tax.FDF (Entry (Amount, Constant), FieldConst (Field), within)+import Tax.FDF (Entry (Amount, Constant, Textual), FieldConst (Field), within) import Tax.Util (fixEq, fractionOf, difference, nonNegativeDifference, totalOf) data Schedule9 line = Schedule9{+ page1 :: Page1 line,+ page2 :: Page2 line}++data Page1 line = Page1{ line1_charities :: line Centi, line_32900_government :: line Centi, line_33300_universities :: line Centi,@@ -60,17 +66,35 @@ line22_fraction :: line Centi, line23_sum :: line Centi} -deriving instance Show (line Centi) => Show (Schedule9 line)-deriving instance Eq (line Centi) => Eq (Schedule9 line)+data Page2 line = Page2{+ propertyClass :: line Text,+ line1_depreciation :: line Centi,+ line2_dispositionProceeds :: line Centi,+ line3_capitalCost :: line Centi,+ line4_least :: line Centi,+ line5_least :: line Centi,+ line1_capitalGains :: line Centi,+ line2_capitalGainsDeduction :: line Centi,+ line3_difference :: line Centi} -Rank2.TH.deriveAll ''Schedule9-Transformation.Shallow.TH.deriveAll ''Schedule9+$(foldMap+ (\t-> concat <$> sequenceA [+ [d|+ deriving instance (Show (line Centi), Show (line Text)) => Show ($(TH.conT t) line)+ deriving instance (Eq (line Centi), Eq (line Text)) => Eq ($(TH.conT t) line)+ |],+ Rank2.TH.deriveAll t,+ Transformation.Shallow.TH.deriveAll t])+ [''Schedule9, ''Page1, ''Page2]) fixSchedule9 :: T1 Maybe -> Schedule9 Maybe -> Schedule9 Maybe-fixSchedule9 t1 = fixEq $ \form@Schedule9{..} -> form{+fixSchedule9 t1 = fixEq $ \form@Schedule9{page1, page2} -> form{+ page1 = let Page1{..} = page1 in page1{ line5_sum = totalOf [line1_charities, line_32900_government, line_33300_universities, line_33400_UN], line6_copy = t1.page4.line_23600_NetIncome, line6_fraction = (0.75 *) <$> line6_copy,+ line_33700_depreciable = page2.line5_least,+ line_33900_capital = page2.line3_difference, line7_sum = totalOf [line_33700_depreciable, line_33900_capital], line7_fraction = (0.25 *) <$> line7_sum, line8_sum = totalOf [line6_fraction, line7_fraction],@@ -89,10 +113,15 @@ line21_fraction = (0.29 *) <$> line21_difference, line22_copy = line13_min, line22_fraction = (0.15 *) <$> line22_copy,- line23_sum = totalOf [line20_fraction, line21_fraction, line22_fraction]}+ line23_sum = totalOf [line20_fraction, line21_fraction, line22_fraction]},+ page2 = let Page2{..} = page2 in page2{+ line4_least = minimum [line2_dispositionProceeds, line3_capitalCost],+ line5_least = minimum [line1_depreciation, line4_least],+ line3_difference = nonNegativeDifference line1_capitalGains line2_capitalGainsDeduction}} schedule9Fields :: Schedule9 FieldConst-schedule9Fields = within "form1" . within "Page1" Rank2.<$> Schedule9 {+schedule9Fields = within "form1" Rank2.<$> Schedule9 {+ page1 = within "Page1" Rank2.<$> Page1{ line1_charities = Field ["Line1", "Amount"] Amount, line_32900_government = Field ["Line2", "Amount"] Amount, line_33300_universities = Field ["Line3", "Amount"] Amount,@@ -112,9 +141,9 @@ line13_min = Field ["Line13", "Amount_Line13"] Amount, line14_difference = Field ["Line14", "Amount_Line14"] Amount, line_34210_ecological = Field ["Line15", "Amount"] Amount,- line16_difference = Field ["Line16", "NumWithoutCurrency"] Amount,+ line16_difference = Field ["Line16", "Amount"] Amount, line17_copy = Field ["Line17", "Amount"] Amount,- line18_threshold = Field ["Line18", "Amount"] $ Constant 235_675 Amount,+ line18_threshold = Field ["Line18", "Amount"] $ Constant 246_752 Amount, line19_difference = Field ["Line19", "Amount"] Amount, lineE_copy = Field ["AmountE", "Amount_Line14"] Amount, line20_min = Field ["Line20", "AmountF", "Amount"] Amount,@@ -123,5 +152,15 @@ line21_fraction = Field ["Line21", "Amount"] Amount, line22_copy = Field ["Line22", "AmountH", "Amount_Line14"] Amount, line22_fraction = Field ["Line22", "Amount"] Amount,- line23_sum = Field ["Line23", "Amount"] Amount}+ line23_sum = Field ["Line23", "Amount"] Amount},+ page2 = within "Page2" . within "Charts" Rank2.<$> Page2{+ propertyClass = Field ["Chart1", "TextField_Underlined_Bottom"] Textual,+ line1_depreciation = Field ["Chart1", "Line_1", "Amount"] Amount,+ line2_dispositionProceeds = Field ["Chart1", "Line_2", "Amount"] Amount,+ line3_capitalCost = Field ["Chart1", "Line_3", "Amount"] Amount,+ line4_least = Field ["Chart1", "Line_4", "Amount"] Amount,+ line5_least = Field ["Chart1", "Line_5", "Amount"] Amount,+ line1_capitalGains = Field ["Chart2", "Line1", "Amount1"] Amount,+ line2_capitalGainsDeduction = Field ["Chart2", "Line2", "Amount"] Amount,+ line3_difference = Field ["Chart2", "Line3", "Amount"] Amount}}
@@ -0,0 +1,6 @@+module Tax.Canada.FormKey where++-- | The type of form keys to use as the parameter of 'Tax.FDF.FDFs'+data FormKey = T1 | T4 | Schedule6 | Schedule7 | Schedule8 | Schedule9 | Schedule11 | Provincial428 | Provincial479+ deriving (Eq, Ord, Read, Show)+
@@ -5,14 +5,18 @@ {-# LANGUAGE OverloadedRecordDot #-} {-# LANGUAGE OverloadedStrings #-} -module Tax.Canada.Province.AB (AB428, ab428Fields, fixAB428, fixReturns, returnFields, t1Fields) where+module Tax.Canada.Province.AB (AB428, ab428Fields, formFileNames, fixAB428, fixReturns, returnFields, t1Fields) where import Data.CAProvinceCodes (Code(AB))+import Data.Map (Map, fromList)+import Data.Text (Text) import qualified Rank2 import Tax.Canada.Federal qualified as Federal import Tax.Canada.Federal (Forms(t1), fixFederalForms) import Tax.Canada.Federal.Schedule9 qualified as Schedule9+import Tax.Canada.FormKey qualified as FormKey+import Tax.Canada.FormKey (FormKey) import Tax.Canada.T1.Types (T1 (T1, page7, page8), Page7(Page7, step6_RefundOrBalanceOwing), Page8(Page8)) import Tax.Canada.T1.Types qualified as T1 import Tax.Canada.T1.Types qualified as Page8 (Page8(..))@@ -33,8 +37,8 @@ type Returns = Product Federal.Forms AB428 -fixReturns :: Returns Maybe -> Returns Maybe-fixReturns =+fixReturns :: Federal.InputForms Maybe -> Returns Maybe -> Returns Maybe+fixReturns inputs = fixEq $ \(Pair ff@Federal.Forms{t1 = t1@T1{page7 = page7@Page7{step6_RefundOrBalanceOwing}, page8 = page8@Page8{step6_RefundOrBalanceOwing = page8step6}},@@ -42,33 +46,34 @@ ab428@AB428{page1 = page1@AB.Page1{partA, partB = partB1@AB.Page1PartB{spouseAmount}}, page2 = page2@AB.Page2{AB.partB = partB2@AB.Page2PartB{AB.medicalExpenses}}, page3 = page3@AB.Page3{AB.partC}})- -> (fixFederalForms ff{t1 = t1{page7 =- page7{step6_RefundOrBalanceOwing =- step6_RefundOrBalanceOwing{T1.line_42800_ProvTerrTax =- ab428.page3.partC.line66_tax}},- page8 =- page8{Page8.step6_RefundOrBalanceOwing =- page8step6{T1.line_47900_ProvTerrCredits =- ab428.page3.partD.line69_credits}}}}+ -> (fixFederalForms AB inputs+ ff{t1 = t1{page7 =+ page7{step6_RefundOrBalanceOwing =+ step6_RefundOrBalanceOwing{T1.line_42800_ProvTerrTax = ab428.page3.partC.line66_tax}}}} `Pair` fixAB428 ab428{AB.page1 = page1{AB.Page1.income = t1.page5.step4_TaxableIncome.line_26000_TaxableIncome,- AB.Page1.partB = partB1{AB.spouseAmount = spouseAmount{reduction = t1.page1.spouse.line23600},- AB.line19_cppQpp = t1.page6.line30800,- AB.line20_cppQpp = t1.page6.line31000,- AB.line21_employmentInsurance = t1.page6.line31200,- AB.line22_employmentInsurance = t1.page6.line31217}},+ AB.Page1.partB = partB1{AB.spouseAmount = spouseAmount{reduction = t1.page1.spouse.line_23600},+ AB.line19_cppQpp = t1.page6.line_30800,+ AB.line20_cppQpp = t1.page6.line_31000,+ AB.line21_employmentInsurance = t1.page6.line_31200,+ AB.line22_employmentInsurance = t1.page6.line_31217}}, AB.page2 =- page2{AB.Page2.partB = partB2{AB.line33_interest = t1.page6.line31900,+ page2{AB.Page2.partB = partB2{AB.line33_interest = t1.page6.line_31900, AB.medicalExpenses = medicalExpenses{ expenses = t1.page6.medical_expenses.familyExpenses, netIncome = t1.page4.line_23600_NetIncome}, AB.donations = partB2.donations{- AB.line48_base = schedule9.line13_min,- AB.line49_base = schedule9.line14_difference}}},+ AB.line48_base = schedule9.page1.line13_min,+ AB.line49_base = schedule9.page1.line14_difference}}}, AB.page3 =- page3{AB.partC = partC{AB.line57_copy = t1.page7.partC_NetFederalTax.line40427}}})+ page3{AB.partC = partC{AB.line57_copy = t1.page7.partC_NetFederalTax.line_40427}}}) returnFields :: Returns FieldConst-returnFields = Pair (Federal.formFieldsForProvince AB) (within "428" Rank2.<$> ab428Fields)+returnFields = Pair (Federal.formFieldsForProvince AB) (within "Provincial428" Rank2.<$> ab428Fields)++formFileNames :: Map FormKey Text+formFileNames = fromList [+ (FormKey.T1, "T1/5015-r"),+ (FormKey.Provincial428, "428/5015-c")]
@@ -7,6 +7,7 @@ module Tax.Canada.Province.AB.AB428.FieldNames (ab428Fields) where import Data.Fixed (Centi)+import Data.Text (Text) import Rank2 qualified import Tax.Canada.Province.AB.AB428.Types@@ -25,47 +26,48 @@ partB = page1PartBFields} page1PartAFields = Page1PartA {- column1 = within "Column1" Rank2.<$> taxIncomeBracketFields 0 0.10 0,- column2 = within "Column2" Rank2.<$> taxIncomeBracketFields 142_292 0.12 14_229.20,- column3 = within "Column3" Rank2.<$> (taxIncomeBracketFields 170_751 0.13 17_644.28){rate = Field ["LIne5", "Percent"] $ Constant 0.13 Percent},- column4 = within "Column4" Rank2.<$> taxIncomeBracketFields 227_668 0.14 25_043.49,- column5 = within "Column5" Rank2.<$> taxIncomeBracketFields 341_502 0.15 40_980.25}+ column1 = within "Column1" Rank2.<$> taxIncomeBracketFields "1" 0 0.10 0,+ column2 = within "Column2" Rank2.<$> taxIncomeBracketFields "2" 148_269 0.12 14_826.90,+ column3 = within "Column3" Rank2.<$> (taxIncomeBracketFields "3" 177_922 0.13 18_385.26){rate = Field ["LIne5-C3", "Percent"]+ $ Constant 0.13 Percent},+ column4 = within "Column4" Rank2.<$> taxIncomeBracketFields "4" 237_230 0.14 26_095.30,+ column5 = within "Column5" Rank2.<$> taxIncomeBracketFields "5" 355_845 0.15 42_701.40} -taxIncomeBracketFields :: Centi -> Rational -> Centi -> TaxIncomeBracket FieldConst-taxIncomeBracketFields threshold rate baseTax = TaxIncomeBracket {- income = Field ["Line2", "Amount"] Amount,- threshold = Field ["Line3", "Amount_Fixed"] $ Constant threshold Amount,- overThreshold = Field ["Line4", "Amount"] Amount,- rate = Field ["Line5", "Percent"] $ Constant rate Percent,- timesRate = Field ["Line6", "Amount"] Amount,- baseTax = Field ["Line7", "Amount_Fixed"] $ Constant baseTax Amount,- equalsTax = Field ["Line8", "Amount"] Amount}+taxIncomeBracketFields :: Text -> Centi -> Rational -> Centi -> TaxIncomeBracket FieldConst+taxIncomeBracketFields column threshold rate baseTax = TaxIncomeBracket {+ income = Field ["Line2-C" <> column , "Amount"] Amount,+ threshold = Field ["Line3-C" <> column, "Amount"] $ Constant threshold Amount,+ overThreshold = Field ["Line4-C" <> column, "Amount"] Amount,+ rate = Field ["Line5-C" <> column, "Percent"] $ Constant rate Percent,+ timesRate = Field ["Line6-C" <> column, "Amount"] Amount,+ baseTax = Field ["Line7-C" <> column, "Amount"] $ Constant baseTax Amount,+ equalsTax = Field ["Line8-C" <> column, "Amount"] Amount} page1PartBFields = Page1PartB { line9_basic = Field ["Line9", "Amount"] Amount, line10_age = Field ["Line10", "Amount"] Amount,- spouseAmount = within "Line11to13" Rank2.<$> BaseCredit{- baseAmount = Field ["Line11", "Amount_Fixed"] $ Constant 21_003 Amount,+ spouseAmount = within "Spouse-Net-Income" Rank2.<$> BaseCredit{+ baseAmount = Field ["Line11", "Amount"] $ Constant 21_885 Amount, reduction = Field ["Line12", "Amount"] Amount, difference = Field ["Line13", "Amount1"] Amount, cont = Field ["Line13", "Amount2"] Amount},- dependantAmount = within "Line14to16" Rank2.<$> BaseCredit{- baseAmount = Field ["Line14", "Amount_Fixed"] $ Constant 21_003 Amount,+ dependantAmount = within "Eligible-Dependant" Rank2.<$> BaseCredit{+ baseAmount = Field ["Line14", "Amount"] $ Constant 21_885 Amount, reduction = Field ["Line15", "Amount"] Amount, difference = Field ["Line16", "Amount1"] Amount, cont = Field ["Line16", "Amount2"] Amount}, line17_infirm = Field ["Line17", "Amount"] Amount, line18 = Field ["Line18", "Amount"] Amount,- line19_cppQpp = Field ["Line19to20", "Line19", "Amount"] Amount,- line20_cppQpp = Field ["Line19to20", "Line20", "Amount"] Amount,- line21_employmentInsurance = Field ["Line21to22", "Line21", "Amount"] Amount,- line22_employmentInsurance = Field ["Line21to22", "Line22", "Amount"] Amount,+ line19_cppQpp = Field ["CPP-QPP", "Line19", "Amount"] Amount,+ line20_cppQpp = Field ["CPP-QPP", "Line20", "Amount"] Amount,+ line21_employmentInsurance = Field ["EI", "Line21", "Amount"] Amount,+ line22_employmentInsurance = Field ["EI", "Line22", "Amount"] Amount, line23_adoption = Field ["Line23", "Amount"] Amount, line24_sum = subCalculationFields "Line24" ["Amount1"] ["Amount2"], line25 = Field ["Line25", "Amount"] Amount} page2Fields = Page2 {- partB = within "PartB_Page2" Rank2.<$> page2PartBFields}+ partB = page2PartBFields} page2PartBFields = Page2PartB { line26 = Field ["Line26", "Amount"] Amount,@@ -79,21 +81,21 @@ line34_education = Field ["Line34", "Amount"] Amount, line35_transferredSpouse = Field ["Line35", "Amount"] Amount, line36 = Field ["Line36", "Amount"] Amount,- medicalExpenses = within "MedicalExp" Rank2.<$> medicalExpensesFields,+ medicalExpenses = within "Medical-Expenses" Rank2.<$> medicalExpensesFields, line43 = Field ["Line43", "Amount"] Amount, line44_sum = subCalculationFields "Line44" ["Amount1"] ["Amount2"], line45 = Field ["Line45", "Amount"] Amount, line46_rate = Field ["Line46", "Percent"] $ Constant 0.10 Percent, line47_fraction = Field ["Line47", "Amount"] Amount,- donations = within "DonationGift" Rank2.<$> donationFields,+ donations = within "Donation-Gift" Rank2.<$> donationFields, line50_sum = subCalculationFields "Line50" ["Amount1"] ["Amount2"], line51 = Field ["Line51", "Amount"] Amount} medicalExpensesFields = MedicalExpenses { expenses = Field ["Line37", "Amount"] Amount, netIncome = Field ["Line38", "Amount"] Amount,- incomeRate = Field ["Line39", "PercentAmount"] $ Constant 0.03 Percent,- fraction = Field ["Line40", "Amount1"] Amount,+ incomeRate = Field ["Line39", "Percent"] $ Constant 0.03 Percent,+ fraction = Field ["Line40", "Amount"] Amount, lesser = Field ["Line41", "Amount"] Amount, difference = Field ["Line42", "Amount"] Amount} @@ -104,8 +106,7 @@ line49_fraction = Field ["Line49", "Amount2"] Amount} page3Fields = Page3 {- partC = within "PartC" Rank2.<$> partCFields,- partD = within "PartC" . within "UAITC" Rank2.<$> partDFields}+ partC = within "PartC" Rank2.<$> partCFields} partCFields = PartC { line52_tax = Field ["Line52", "Amount"] Amount,@@ -122,11 +123,6 @@ line61 = Field ["Line61", "Amount"] Amount, line62_foreignCredit = Field ["Line62", "Amount"] Amount, line63_difference = Field ["Line63", "Amount"] Amount,- line64_political = Field ["PoliticalCont", "Line64", "Amount"] Amount,- line65_political = Field ["PoliticalCont", "Line65", "Amount"] Amount,- line66_tax = Field ["PoliticalCont", "Line66", "Amount"] Amount}--partDFields = PartD {- line67_investorCredit = Field ["Line67", "Amount"] Amount,- line68_stockCredit = Field ["Line68", "Amount"] Amount,- line69_credits = Field ["Line69", "Amount"] Amount}+ line64_political = Field ["Line64", "Amount"] Amount,+ line65_political = Field ["Line65", "Amount"] Amount,+ line66_tax = Field ["Line66", "Amount"] Amount}
@@ -40,11 +40,11 @@ fixPage1PartB :: Page1PartB Maybe -> Page1PartB Maybe fixPage1PartB = fixEq $ \part@Page1PartB{..}-> part{- line9_basic = Just 21003,+ line9_basic = Just 21885, spouseAmount = fixBaseCredit spouseAmount, dependantAmount = fixBaseCredit dependantAmount, line18 = totalOf [line9_basic, line10_age, spouseAmount.cont, dependantAmount.cont, line17_infirm],- line24_sum = fixSubCalculation $+ line24_sum = fixSubCalculation id $ totalOf [line19_cppQpp, line20_cppQpp, line21_employmentInsurance,@@ -62,12 +62,12 @@ line29 = totalOf [line26, line27_pension, line28_caregiver], line32 = totalOf [line29, line30_disability, line31], line36 = totalOf [line32, line33_interest, line34_education, line35_transferredSpouse],- medicalExpenses = fixMedicalExpenses 2714 medicalExpenses,- line44_sum = fixSubCalculation $ totalOf [medicalExpenses.difference, line43],+ medicalExpenses = fixMedicalExpenses 2828 medicalExpenses,+ line44_sum = fixSubCalculation id $ totalOf [medicalExpenses.difference, line43], line45 = totalOf [line36, line44_sum.result], line47_fraction = line46_rate `fractionOf` line45, donations = fixDonations donations,- line50_sum = fixSubCalculation $ totalOf [donations.line48_fraction, donations.line49_fraction],+ line50_sum = fixSubCalculation id $ totalOf [donations.line48_fraction, donations.line49_fraction], line51 = totalOf [line47_fraction, line50_sum.result]} fixDonations :: Donations Maybe -> Donations Maybe@@ -77,8 +77,7 @@ fixPage3 :: AB428 Maybe -> Page3 Maybe -> Page3 Maybe fixPage3 ab428 = fixEq $ \page@Page3{..}-> page{- partC = fixPartC ab428 partC,- partD = fixPartD ab428 partD}+ partC = fixPartC ab428 partC} fixPartC :: AB428 Maybe -> PartC Maybe -> PartC Maybe fixPartC ab428 = fixEq $ \part@PartC{..}-> part{@@ -90,13 +89,9 @@ line54 = totalOf [line52_tax, line53_splitIncomeTax], line55_copy = ab428.page2.partB.line51, line57_fraction = Just 0.35 `fractionOf` line57_copy,- line58_sum = fixSubCalculation $ totalOf [line55_copy, line56_dividendCredits, line57_fraction],+ line58_sum = fixSubCalculation id $ totalOf [line55_copy, line56_dividendCredits, line57_fraction], line59_difference = nonNegativeDifference line54 line58_sum.result, line60_fraction = Just 0.35 `fractionOf` line60_fromT691, line61 = totalOf [line59_difference, line60_fraction], line63_difference = nonNegativeDifference line61 line62_foreignCredit, line66_tax = nonNegativeDifference line63_difference line65_political}--fixPartD :: AB428 Maybe -> PartD Maybe -> PartD Maybe-fixPartD _ab428 = fixEq $ \part@PartD{..}-> part{- line69_credits = totalOf [line67_investorCredit, line68_stockCredit]}
@@ -85,8 +85,7 @@ line49_fraction :: line Centi} data Page3 line = Page3 {- partC :: PartC line,- partD :: PartD line}+ partC :: PartC line} data PartC line = PartC { line52_tax :: line Centi,@@ -107,11 +106,6 @@ line65_political :: line Centi, line66_tax :: line Centi} -data PartD line = PartD {- line67_investorCredit :: line Centi,- line68_stockCredit :: line Centi,- line69_credits :: line Centi}- $(foldMap (\t-> concat <$> sequenceA [ [d|@@ -123,4 +117,4 @@ Rank2.TH.deriveAll t, Transformation.Shallow.TH.deriveAll t]) [''AB428, ''Page1, ''Page2, ''Page3,- ''Page1PartA, ''Page1PartB, ''Page2PartB, ''PartC, ''PartD, ''Donations])+ ''Page1PartA, ''Page1PartB, ''Page2PartB, ''PartC, ''Donations])
@@ -13,15 +13,20 @@ {-# LANGUAGE TypeOperators #-} {-# LANGUAGE UndecidableInstances #-} -module Tax.Canada.Province.BC (BC428, bc428Fields, bc479Fields, fixBC428, fixBC479, fixReturns, returnFields, t1Fields) where+module Tax.Canada.Province.BC (Returns(..), BC428, bc428Fields, bc479Fields, formFileNames,+ fixBC428, fixBC479, fixReturns, returnFields, t1Fields) where import Data.CAProvinceCodes (Code(BC))+import Data.Map (Map, fromList)+import Data.Text (Text) import Rank2 qualified import Rank2.TH qualified import Transformation.Shallow.TH qualified import Tax.Canada.Federal qualified as Federal import Tax.Canada.Federal (Forms(t1), fixFederalForms)+import Tax.Canada.FormKey qualified as FormKey+import Tax.Canada.FormKey (FormKey) import Tax.Canada.T1.Types (T1 (T1, page7, page8), Page7(Page7, step6_RefundOrBalanceOwing), Page8(Page8)) import Tax.Canada.T1.Types qualified as T1 import Tax.Canada.T1.Types qualified as Page8 (Page8(..))@@ -49,18 +54,22 @@ deriving instance (Show (Federal.Forms line), Show (BC428 line), Show (BC479 line)) => Show (Returns line) deriving instance (Eq (Federal.Forms line), Eq (BC428 line), Eq (BC479 line)) => Eq (Returns line)-Rank2.TH.deriveAll ''Returns+Rank2.TH.deriveFunctor ''Returns+Rank2.TH.deriveApply ''Returns+Rank2.TH.deriveApplicative ''Returns+Rank2.TH.deriveFoldable ''Returns+Rank2.TH.deriveTraversable ''Returns Transformation.Shallow.TH.deriveAll ''Returns -fixReturns :: Returns Maybe -> Returns Maybe-fixReturns =+fixReturns :: Federal.InputForms Maybe -> Returns Maybe -> Returns Maybe+fixReturns inputs = fixEq $ \Returns{federal = ff@Federal.Forms{t1 = t1@T1{page7 = page7@Page7{step6_RefundOrBalanceOwing}, page8 = page8@Page8{step6_RefundOrBalanceOwing = page8step6}}}, bc428 = bc428@BC428{page1 = page1@BC.Page1{partA, partB = partB1@BC.Page1PartB{spouseAmount}}, page2 = page2@BC.Page2{BC.partB = partB2@BC.Page2PartB{BC.medicalExpenses}}, page3 = page3@BC.Page3{BC.partC}}, bc479}- -> Returns{federal = fixFederalForms+ -> Returns{federal = fixFederalForms BC inputs $ ff{t1 = t1{page7 = page7{step6_RefundOrBalanceOwing = step6_RefundOrBalanceOwing{T1.line_42800_ProvTerrTax =@@ -74,25 +83,25 @@ page1{BC.Page1.partA = partA{BC.income = t1.page5.step4_TaxableIncome.line_26000_TaxableIncome}, BC.Page1.partB =- partB1{BC.spouseAmount = spouseAmount{reduction = t1.page1.spouse.line23600}}+ partB1{BC.spouseAmount = spouseAmount{reduction = t1.page1.spouse.line_23600}} }, BC.page2 =- page2{BC.Page2.partB = partB2{BC.line27_cppQpp = t1.page6.line30800,- BC.line28_cppQpp = t1.page6.line31000,- BC.line29_employmentInsurance = t1.page6.line31200,- BC.line30_employmentInsurance = t1.page6.line31217,- BC.line41_interest = t1.page6.line31900,+ page2{BC.Page2.partB = partB2{BC.line27_cppQpp = t1.page6.line_30800,+ BC.line28_cppQpp = t1.page6.line_31000,+ BC.line29_employmentInsurance = t1.page6.line_31200,+ BC.line30_employmentInsurance = t1.page6.line_31217,+ BC.line41_interest = t1.page6.line_31900, BC.medicalExpenses = medicalExpenses{ expenses = t1.page6.medical_expenses.familyExpenses, netIncome = t1.page4.line_23600_NetIncome}}}, BC.page3 =- page3{BC.partC = partC{BC.line66_copy = t1.page7.partC_NetFederalTax.line40427},+ page3{BC.partC = partC{BC.line66_copy = t1.page7.partC_NetFederalTax.line_40427}, BC.line74_copy = t1.page4.line_23600_NetIncome}}, bc479 = fixBC479 bc479{BCC.page1 = bc479.page1{BCC.line1_netIncome_self = t1.page4.line_23600_NetIncome,- BCC.line1_netIncome_spouse = t1.page1.spouse.line23600,+ BCC.line1_netIncome_spouse = t1.page1.spouse.line_23600, BCC.line4_uccb_rdsp_income_self = totalOf [t1.page3.line_11700_UCCB, t1.page3.line_12500_RDSP], BCC.line7_threshold = if t1.page1.identification.maritalStatus@@ -104,5 +113,11 @@ returnFields :: Returns FieldConst returnFields = Returns{ federal = Federal.formFieldsForProvince BC,- bc428 = within "428" Rank2.<$> bc428Fields,- bc479 = within "479" Rank2.<$> bc479Fields}+ bc428 = within "Provincial428" Rank2.<$> bc428Fields,+ bc479 = within "Provincial479" Rank2.<$> bc479Fields}++formFileNames :: Map FormKey Text+formFileNames = fromList [+ (FormKey.T1, "T1/5010-r"),+ (FormKey.Provincial428, "428/5010-c"),+ (FormKey.Provincial479, "479/5010-tc")]
@@ -11,7 +11,7 @@ import Tax.Canada.Province.BC.BC428.Types import Tax.Canada.Shared (BaseCredit(..), MedicalExpenses(..), TaxIncomeBracket (..), subCalculationFields)-import Tax.FDF (Entry (Count, Constant, Amount, Percent), FieldConst (Field, NoField), within)+import Tax.FDF (Entry (Count, Constant, Amount, Percent, Textual), FieldConst (Field, NoField), within) bc428Fields = within "form1" Rank2.<$> BC428 { page1 = within "Page1" Rank2.<$> page1Fields,@@ -26,19 +26,19 @@ page1PartAFields = Page1PartA { income = Field ["Line1", "Amount"] Amount, column1 = within "Column1" Rank2.<$> taxIncomeBracketFields 0 0.0506 0,- column2 = within "Column2" Rank2.<$> taxIncomeBracketFields 45_654 0.077 2_310.09,- column3 = within "Column3" Rank2.<$> taxIncomeBracketFields 91_310 0.105 5_825.60,- column4 = within "Column4" Rank2.<$> taxIncomeBracketFields 104_835 0.1229 7_245.73,- column5 = within "Column5" Rank2.<$> (taxIncomeBracketFields' 127_299 0.147 10_006.56){equalsTax = Field ["LIne15", "Amount"] Amount},- column6 = within "Column6" Rank2.<$> (taxIncomeBracketFields' 172_602 0.168 16_666.10){rate = Field ["Line12", "Percent_amount"] $ Constant 0.168 Percent},- column7 = within "Column7" Rank2.<$> taxIncomeBracketFields' 240_716 0.205 28_109.25}+ column2 = within "Column2" Rank2.<$> taxIncomeBracketFields 47_937 0.077 2_425.61,+ column3 = within "Column3" Rank2.<$> taxIncomeBracketFields 95_875 0.105 6_116.84,+ column4 = within "Column4" Rank2.<$> taxIncomeBracketFields 110_076 0.1229 7_607.94,+ column5 = within "Column5" Rank2.<$> (taxIncomeBracketFields' 133_664 0.147 10_506.91){equalsTax = Field ["LIne15", "Amount"] Amount},+ column6 = within "Column6" Rank2.<$> (taxIncomeBracketFields' 181_232 0.168 17_499.40){rate = Field ["Line12", "Percent_ReadOnly"] $ Constant 0.168 Percent},+ column7 = within "Column7" Rank2.<$> taxIncomeBracketFields' 252_752 0.205 29_514.76} taxIncomeBracketFields :: Centi -> Rational -> Centi -> TaxIncomeBracket FieldConst taxIncomeBracketFields threshold rate baseTax = TaxIncomeBracket { income = Field ["Line2", "Amount"] Amount, threshold = Field ["Line3", "Amount_ReadOnly"] $ Constant threshold Amount, overThreshold = Field ["Line4", "Amount"] Amount,- rate = Field ["Line5", "Percent_Amount"] $ Constant rate Percent,+ rate = Field ["Line5", "Percent_ReadOnly"] $ Constant rate Percent, timesRate = Field ["Line6", "Amount"] Amount, baseTax = Field ["Line7", "Amount_ReadOnly"] $ Constant baseTax Amount, equalsTax = Field ["Line8", "Amount"] Amount}@@ -48,7 +48,7 @@ income = Field ["Line9", "Amount"] Amount, threshold = Field ["Line10", "Amount_ReadOnly"] $ Constant threshold Amount, overThreshold = Field ["Line11", "Amount"] Amount,- rate = Field ["Line12", "Percent_Amount"] $ Constant rate Percent,+ rate = Field ["Line12", "Percent_ReadOnly"] $ Constant rate Percent, timesRate = Field ["Line13", "Amount"] Amount, baseTax = Field ["Line14", "Amount_ReadOnly"] $ Constant baseTax Amount, equalsTax = Field ["Line15", "Amount"] Amount}@@ -57,12 +57,12 @@ line16_basic = Field ["Line16", "Amount"] Amount, line17_age = Field ["Line17", "Amount"] Amount, spouseAmount = within "Spouse_CPL_Amount" Rank2.<$> BaseCredit{- baseAmount = Field ["Line18", "Amount"] $ Constant 11_285 Amount,+ baseAmount = Field ["Line18", "Amount"] $ Constant 11_850 Amount, reduction = Field ["Line19", "Amount"] Amount, difference = Field ["Line20", "Amount1"] Amount, cont = Field ["Line20", "Amount2"] Amount}, dependantAmount = within "Amount_Eligible_Dependant" Rank2.<$> BaseCredit{- baseAmount = Field ["Line21", "Amount"] $ Constant 11_285 Amount,+ baseAmount = Field ["Line21", "Amount"] $ Constant 11_850 Amount, reduction = Field ["Line22", "Amount"] Amount, difference = Field ["Line23", "Amount1"] Amount, cont = Field ["Line23", "Amount2"] Amount},@@ -133,7 +133,7 @@ partC = partCFields, line73_basicReduction = Field ["Line73", "Amount"] Amount, line74_copy = Field ["Line74", "Amount"] Amount,- line75_base = Field ["Line75", "Amount_ReadOnly"] $ Constant 23_179 Amount,+ line75_base = Field ["Line75", "Amount_ReadOnly"] $ Constant 24_338 Amount, line76_difference = Field ["Line76", "Amount"] Amount, line77_rate = Field ["Line77", "PercentAmount_ReadOnly"] $ Constant 0.0356 Percent, line78_fraction = subCalculationFields "Line78" ["Amount1"] ["Amount2"],@@ -144,8 +144,10 @@ line83_political = Field ["Line83", "Amount"] Amount, line84_political = Field ["Line84", "Amount"] Amount, line85_difference = Field ["Line85", "Amount"] Amount,- line86_esop20 = Field ["Line86", "Amount"] Amount,- line87_evcc30 = Field ["Line87", "Amount"] Amount,+ line86_esop20 = Field ["Line86", "Certificatenumber", "Certificat-no"] Textual,+ line_60450_esop20 = Field ["Line86", "Amount"] Amount,+ line87_evcc30 = Field ["Line87", "Certificatenumber", "Certificat-no"] Textual,+ line_60470_evcc30 = Field ["Line87", "Amount"] Amount, line88_sum = subCalculationFields "Line88" ["Amount1"] ["Amount2"], line89_difference = Field ["Line89", "Amount"] Amount, line90_mining = Field ["Line90", "Amount"] Amount,
@@ -42,7 +42,7 @@ fixPage1PartB :: Page1PartB Maybe -> Page1PartB Maybe fixPage1PartB = fixEq $ \part@Page1PartB{..}-> part{- line16_basic = Just 11981,+ line16_basic = Just 12580, spouseAmount = fixBaseCredit spouseAmount, dependantAmount = fixBaseCredit dependantAmount, line25 = totalOf [line16_basic, line17_age, spouseAmount.cont, dependantAmount.cont, line24_caregiver]}@@ -54,7 +54,7 @@ fixPage2PartB :: BC428 Maybe -> Page2PartB Maybe -> Page2PartB Maybe fixPage2PartB bc428 = fixEq $ \part@Page2PartB{..}-> part{ line26 = bc428.page1.partB.line25,- line33_sum = fixSubCalculation $+ line33_sum = fixSubCalculation id $ totalOf [line27_cppQpp, line28_cppQpp, line29_employmentInsurance,@@ -65,8 +65,8 @@ line37 = totalOf [line35, line36_pension], line40 = totalOf [line37, line38_disability, line39], line45 = totalOf [line40, line41_interest, line42_education, line43_transferredChild, line44_transferredSpouse],- medicalExpenses = fixMedicalExpenses 2491 medicalExpenses,- line53_sum = fixSubCalculation $ totalOf [medicalExpenses.difference, line52],+ medicalExpenses = fixMedicalExpenses 2616 medicalExpenses,+ line53_sum = fixSubCalculation id $ totalOf [medicalExpenses.difference, line52], line54 = totalOf [line45, line53_sum.result], line56_fraction = line55_rate `fractionOf` line54, line58 = totalOf [line56_fraction, line57_donations],@@ -85,7 +85,7 @@ line63 = totalOf [line61_tax, line62_splitIncomeTax], line64_copy = bc428.page2.partB.line60, line66_fraction = Just 0.337 `fractionOf` line66_copy,- line67_sum = fixSubCalculation $ totalOf [line64_copy, line65_dividendCredits, line66_fraction],+ line67_sum = fixSubCalculation id $ totalOf [line64_copy, line65_dividendCredits, line66_fraction], line68 = nonNegativeDifference line63 line67_sum.result, line69_fraction = Just 0.337 `fractionOf` line69_copy, line70 = totalOf [line68, line69_fraction],@@ -94,13 +94,13 @@ fixPage3 :: BC428 Maybe -> Page3 Maybe -> Page3 Maybe fixPage3 bc428 = fixEq $ \page@Page3{..}-> page{ partC = fixPartC bc428 partC,- line73_basicReduction = Just 521,+ line73_basicReduction = Just 547, line76_difference = nonNegativeDifference line74_copy line75_base,- line78_fraction = fixSubCalculation $ line77_rate `fractionOf` line76_difference,- line79_difference = fixSubCalculation $ nonNegativeDifference line73_basicReduction line78_fraction.result,+ line78_fraction = fixSubCalculation id $ line77_rate `fractionOf` line76_difference,+ line79_difference = fixSubCalculation id $ nonNegativeDifference line73_basicReduction line78_fraction.result, line80_difference = nonNegativeDifference partC.line72 line79_difference.result, line82_difference = nonNegativeDifference line80_difference line81_logging, line85_difference = nonNegativeDifference line82_difference line84_political,- line88_sum = fixSubCalculation $ min 2000 <$> totalOf [line86_esop20, line87_evcc30],+ line88_sum = fixSubCalculation id $ min 2000 <$> totalOf [line_60450_esop20, line_60470_evcc30], line89_difference = nonNegativeDifference line85_difference line88_sum.result, line91_tax = nonNegativeDifference line89_difference line90_mining}
@@ -15,6 +15,7 @@ module Tax.Canada.Province.BC.BC428.Types where import Data.Fixed (Centi)+import Data.Text (Text) import Language.Haskell.TH qualified as TH import Rank2.TH qualified import Transformation.Shallow.TH qualified@@ -115,8 +116,10 @@ line83_political :: line Centi, line84_political :: line Centi, line85_difference :: line Centi,- line86_esop20 :: line Centi,- line87_evcc30 :: line Centi,+ line86_esop20 :: line Text,+ line_60450_esop20 :: line Centi,+ line87_evcc30 :: line Text,+ line_60470_evcc30 :: line Centi, line88_sum :: SubCalculation line, line89_difference :: line Centi, line90_mining :: line Centi,@@ -125,9 +128,9 @@ $(foldMap (\t-> concat <$> sequenceA [ [d|- deriving instance (Show (line Centi), Show (line Rational), Show (line Word))+ deriving instance (Show (line Centi), Show (line Rational), Show (line Text), Show (line Word)) => Show ($(TH.conT t) line)- deriving instance (Eq (line Centi), Eq (line Rational), Eq (line Word))+ deriving instance (Eq (line Centi), Eq (line Rational), Eq (line Text), Eq (line Word)) => Eq ($(TH.conT t) line) |], Rank2.TH.deriveAll t,
@@ -17,24 +17,23 @@ page3 = within "Page3" Rank2.<$> page3Fields} page1Fields = Page1 {- line1_netIncome_self = Field ["Chart", "Column1", "Line1", "Col1_Amount"] Amount,- line1_netIncome_spouse = Field ["Chart", "Column2", "Line1", "Col2_Amount"] Amount,- line2_uccb_rdsp_repayment_self = Field ["Chart", "Column1", "Line2", "Col1_Amount"] Amount,- line2_uccb_rdsp_repayment_spouse = Field ["Chart", "Column2", "Line2", "Col2_Amount"] Amount,- line3_sum_self = Field ["Chart", "Column1", "Line3", "Col1_Amount"] Amount,- line3_sum_spouse = Field ["Chart", "Column2", "Line3", "Col2_Amount"] Amount,- line4_uccb_rdsp_income_self = Field ["Chart", "Column1", "Line4", "Col1_Amount"] Amount,- line4_uccb_rdsp_income_spouse = Field ["Chart", "Column2", "Line4", "Col2_Amount"] Amount,- line5_difference_self = Field ["Chart", "Column1", "Line5", "Col1_Amount"] Amount,- line5_difference_spouse = Field ["Chart", "Column2", "Line5", "Col2_Amount"] Amount,+ line1_netIncome_self = Field ["Chart", "Line1", "NumWithoutCurrency"] Amount,+ line1_netIncome_spouse = Field ["Chart", "Line1", "NumWithoutCurrency2"] Amount,+ line2_uccb_rdsp_repayment_self = Field ["Chart", "Line2", "Col1_Amount"] Amount,+ line2_uccb_rdsp_repayment_spouse = Field ["Chart", "Line2", "Col2_Amount"] Amount,+ line3_sum_self = Field ["Chart", "Line3", "Col1_Amount"] Amount,+ line3_sum_spouse = Field ["Chart", "Line3", "Col2_Amount"] Amount,+ line4_uccb_rdsp_income_self = Field ["Chart", "Line4", "Col1_Amount"] Amount,+ line4_uccb_rdsp_income_spouse = Field ["Chart", "Line4", "Col2_Amount"] Amount,+ line5_difference_self = Field ["Chart", "Line5", "Col1_Amount"] Amount,+ line5_difference_spouse = Field ["Chart", "Line5", "Col2_Amount"] Amount, line6_sum = Field ["Chart", "Line6", "Amount"] Amount, line7_threshold = Field ["Line7", "Amount"] Amount, line8_difference = Field ["Line8", "Amount"] Amount, line_60330_sales = Field ["Line9", "Amount"] Amount, line_60350_spouse = Field ["Line10", "Amount"] Amount, line11_sum = Field ["Line11", "Amount"] Amount,- line12_copy = Field ["Line12", "Amount1"] Amount,- line12_fraction = Field ["Line12", "Amount2"] Amount,+ line12_fraction = subCalculationFields "Line12" ["Amount1"] ["Amount2"], line13_difference = Field ["Line13", "Amount"] Amount, line_60890_separate = Field ["BCSHRTC", "Line60890", "CheckBox"] Checkbox, line_60480_renovation = Field ["BCSHRTC", "Line14", "Line60480", "Amount"] Amount,@@ -62,14 +61,14 @@ page3Fields = Page3 { line33_copy = Field ["Line33", "Amount"] Amount,- tenancy_months1 = Field ["Table", "Row1", "Numberofmonths"] Count,- tenancy_months2 = Field ["Table", "Row2", "Numberofmonths"] Count,- rent_paid1 = Field ["Table", "Row1", "RentPaid"] Amount,- rent_paid2 = Field ["Table", "Row2", "Rentpaid"] Amount,+ tenancy_months1 = Field ["Declaration-For-Renters", "Table", "Row1", "Numberofmonths"] Count,+ tenancy_months2 = Field ["Declaration-For-Renters", "Table", "Row2", "Numberofmonths"] Count,+ rent_paid1 = Field ["Declaration-For-Renters", "Table", "Row1", "Rentpaid"] Amount,+ rent_paid2 = Field ["Declaration-For-Renters", "Table", "Row2", "Rentpaid"] Amount, line_60575_sum = Field ["Line34", "Amount"] Count, line35_ceiling = Field ["Line35", "Amount_ReadOnly"] $ Constant 400 Amount, line36_income_copy = Field ["Line36", "Amount"] Amount,- line37_threshold = Field ["Line37", "AmountRead_Only"] $ Constant 60_000 Amount,+ line37_threshold = Field ["Line37", "AmountRead_Only"] $ Constant 63_000 Amount, line38_difference = Field ["Line38", "Amount"] Amount, line39_rate = Field ["Line39", "PercentAmount_ReadOnly"] $ Constant 0.02 Percent, line40_fraction = subCalculationFields "Line40" ["L1", "Amount"] ["L2", "Amount2"],
@@ -23,18 +23,17 @@ line8_difference = nonNegativeDifference line6_sum line7_threshold, line_60330_sales = Just 75, line11_sum = totalOf [line_60330_sales, line_60350_spouse],- line12_copy = line8_difference,- line12_fraction = (0.02 *) <$> line8_difference,- line13_difference = nonNegativeDifference line11_sum line12_fraction,+ line12_fraction = fixSubCalculation (0.02 *) line8_difference,+ line13_difference = nonNegativeDifference line11_sum line12_fraction.result, line14_fraction = (0.1 *) <$> line_60480_renovation, line15_sum = totalOf [line13_difference, line14_fraction]} fixPage2 :: BC479 Maybe -> Page2 Maybe -> Page2 Maybe fixPage2 bc479 = fixEq $ \page2@Page2{..}-> page2{ line16_copy = bc479.page1.line15_sum,- line22_sum = fixSubCalculation $ totalOf [line17_venture, line_60490_shares, line_60495_shares],- line27_sum = fixSubCalculation $ totalOf [line_60545_buildings, line_60546_partnership],- line31_sum = fixSubCalculation $ totalOf [line_60550_training, line_60560_training, line_60570_ships],+ line22_sum = fixSubCalculation id $ totalOf [line17_venture, line_60490_shares, line_60495_shares],+ line27_sum = fixSubCalculation id $ totalOf [line_60545_buildings, line_60546_partnership],+ line31_sum = fixSubCalculation id $ totalOf [line_60550_training, line_60560_training, line_60570_ships], line32_credits = totalOf [line16_copy, line22_sum.result, line27_sum.result, line_60510_fromT88, line31_sum.result]} fixPage3 :: BC479 Maybe -> Page3 Maybe -> Page3 Maybe@@ -43,6 +42,6 @@ line_60575_sum = totalOf [tenancy_months1, tenancy_months2], line36_income_copy = bc479.page1.line6_sum, line38_difference = nonNegativeDifference line36_income_copy line37_threshold,- line40_fraction = fixSubCalculation $ line39_rate `fractionOf` line38_difference,- line_60576_difference = fixSubCalculation $ nonNegativeDifference line35_ceiling line40_fraction.result,+ line40_fraction = fixSubCalculation id $ line39_rate `fractionOf` line38_difference,+ line_60576_difference = fixSubCalculation id $ nonNegativeDifference line35_ceiling line40_fraction.result, line42_credits = totalOf [line33_copy, line_60576_difference.result]}
@@ -44,8 +44,7 @@ line_60330_sales :: line Centi, line_60350_spouse :: line Centi, line11_sum :: line Centi,- line12_copy :: line Centi,- line12_fraction :: line Centi,+ line12_fraction :: SubCalculation line, line13_difference :: line Centi, line_60890_separate :: line Bool, line_60480_renovation :: line Centi,
@@ -5,15 +5,19 @@ {-# LANGUAGE OverloadedRecordDot #-} {-# LANGUAGE OverloadedStrings #-} -module Tax.Canada.Province.MB (MB428, fixMB428, fixReturns, mb428Fields, returnFields, t1Fields) where+module Tax.Canada.Province.MB (MB428, formFileNames, fixMB428, fixReturns, mb428Fields, returnFields, t1Fields) where import qualified Rank2 import Data.CAProvinceCodes (Code(MB))+import Data.Map (Map, fromList)+import Data.Text (Text) import Tax.Canada.Federal qualified as Federal import Tax.Canada.Federal (Forms(t1), fixFederalForms) import Tax.Canada.Federal.Schedule9 qualified as Schedule9+import Tax.Canada.FormKey (FormKey)+import Tax.Canada.FormKey qualified as FormKey import Tax.Canada.T1.Types (T1 (T1, page7, page8), Page7(Page7, step6_RefundOrBalanceOwing), Page8(Page8)) import Tax.Canada.T1.Types qualified as T1 import Tax.Canada.T1.FieldNames.AB (t1Fields) -- same T1 form as Alberta@@ -34,37 +38,43 @@ type Returns = Product Federal.Forms MB428 -fixReturns :: Returns Maybe -> Returns Maybe-fixReturns =+fixReturns :: Federal.InputForms Maybe -> Returns Maybe -> Returns Maybe+fixReturns inputs = fixEq $ \(Pair ff@Federal.Forms{t1 = t1@T1{page7 = page7@Page7{step6_RefundOrBalanceOwing}, page8 = page8@Page8{step6_RefundOrBalanceOwing = page8step6}}, schedule9} mb428@MB428{page1 = page1@MB.Page1{partA, partB = partB1@MB.Page1PartB{spouseAmount}}, page2 = page2@MB.Page2{MB.partB = partB2@MB.Page2PartB{MB.medicalExpenses}}, page3 = page3@MB.Page3{MB.partC}})- -> Pair (fixFederalForms ff{t1 = t1{page7 =- page7{step6_RefundOrBalanceOwing =- step6_RefundOrBalanceOwing{T1.line_42800_ProvTerrTax =- mb428.page3.partC.line82_tax}}}})+ -> Pair (fixFederalForms MB inputs $+ ff{t1 = t1{page7 =+ page7{step6_RefundOrBalanceOwing =+ step6_RefundOrBalanceOwing{T1.line_42800_ProvTerrTax =+ mb428.page3.partC.line82_tax}}}}) (fixMB428 mb428{MB.page1 = page1{MB.Page1.income = t1.page5.step4_TaxableIncome.line_26000_TaxableIncome, MB.Page1.partB = partB1{MB.spouseAmount =- spouseAmount{reduction = t1.page1.spouse.line23600},- MB.line19_cppQpp = t1.page6.line30800,- MB.line20_cppQpp = t1.page6.line31000,- MB.line21_employmentInsurance = t1.page6.line31200,- MB.line22_employmentInsurance = t1.page6.line31217}},+ spouseAmount{reduction = t1.page1.spouse.line_23600},+ MB.line19_cppQpp = t1.page6.line_30800,+ MB.line20_cppQpp = t1.page6.line_31000,+ MB.line21_employmentInsurance = t1.page6.line_31200,+ MB.line22_employmentInsurance = t1.page6.line_31217}}, MB.page2 =- page2{MB.Page2.partB = partB2{MB.line37_interest = t1.page6.line31900,+ page2{MB.Page2.partB = partB2{MB.line37_interest = t1.page6.line_31900, MB.medicalExpenses = medicalExpenses{ expenses = t1.page6.medical_expenses.familyExpenses, netIncome = t1.page4.line_23600_NetIncome}, MB.donations = partB2.donations{- MB.line54_base = schedule9.line13_min,- MB.line55_base = schedule9.line14_difference}}},+ MB.line54_base = schedule9.page1.line13_min,+ MB.line55_base = schedule9.page1.line14_difference}}}, MB.page3 =- page3{MB.partC = partC{MB.line63_copy = t1.page7.partC_NetFederalTax.line40427}}})+ page3{MB.partC = partC{MB.line63_copy = t1.page7.partC_NetFederalTax.line_40427}}}) returnFields :: Returns FieldConst-returnFields = Pair (Federal.formFieldsForProvince MB) (within "428" Rank2.<$> mb428Fields)+returnFields = Pair (Federal.formFieldsForProvince MB) (within "Provincial428" Rank2.<$> mb428Fields)++formFileNames :: Map FormKey Text+formFileNames = fromList [+ (FormKey.T1, "T1/5015-r"),+ (FormKey.Provincial428, "428/5007-c")]
@@ -25,9 +25,9 @@ partB = page1PartBFields} page1PartAFields = Page1PartA {- column1 = within "Column1" Rank2.<$> taxIncomeBracketFields 0 0.108 0,- column2 = within "Column2" Rank2.<$> taxIncomeBracketFields 36_842 0.1275 3_978.94,- column3 = within "Column3" Rank2.<$> (taxIncomeBracketFields 79_625 0.174 9_433.77)}+ column1 = within "Column1" Rank2.<$> taxIncomeBracketFields 0 0.108 0,+ column2 = within "Column2" Rank2.<$> taxIncomeBracketFields 47_000 0.1275 5076,+ column3 = within "Column3" Rank2.<$> (taxIncomeBracketFields 100_000 0.174 11_833.5)} taxIncomeBracketFields :: Centi -> Rational -> Centi -> TaxIncomeBracket FieldConst taxIncomeBracketFields threshold rate baseTax = TaxIncomeBracket {
@@ -38,11 +38,11 @@ fixPage1PartB :: Page1PartB Maybe -> Page1PartB Maybe fixPage1PartB = fixEq $ \part@Page1PartB{..}-> part{- line9_basic = Just 15000,+ line9_basic = Just 15780, spouseAmount = fixBaseCredit spouseAmount, dependantAmount = fixBaseCredit dependantAmount, line18 = totalOf [line9_basic, line10_age, spouseAmount.cont, dependantAmount.cont, line17_infirm],- line28_sum = fixSubCalculation $+ line28_sum = fixSubCalculation id $ totalOf [line19_cppQpp, line20_cppQpp, line21_employmentInsurance,@@ -70,11 +70,11 @@ line40_transferredSpouse, line41_family], medicalExpenses = fixMedicalExpenses 1728 medicalExpenses,- line50_sum = fixSubCalculation $ totalOf [medicalExpenses.difference, line49],+ line50_sum = fixSubCalculation id $ totalOf [medicalExpenses.difference, line49], line51 = totalOf [line42_sum, line50_sum.result], line53_fraction = line52_rate `fractionOf` line51, donations = fixDonations donations,- line56_sum = fixSubCalculation $ totalOf [donations.line54_fraction, donations.line55_fraction],+ line56_sum = fixSubCalculation id $ totalOf [donations.line54_fraction, donations.line55_fraction], line57 = totalOf [line53_fraction, line56_sum.result]} fixDonations :: Donations Maybe -> Donations Maybe@@ -94,7 +94,7 @@ line60 = totalOf [line58_tax, line59_splitIncomeTax], line61_copy = mb428.page2.partB.line57, line63_fraction = Just 0.5 `fractionOf` line63_copy,- line64_sum = fixSubCalculation $ totalOf [line61_copy, line62_dividendCredits, line63_fraction],+ line64_sum = fixSubCalculation id $ totalOf [line61_copy, line62_dividendCredits, line63_fraction], line65_difference = nonNegativeDifference line60 line64_sum.result, line66_fraction = Just 0.5 `fractionOf` line66_fromT691, line67 = totalOf [line65_difference, line66_fraction],
@@ -13,10 +13,12 @@ {-# LANGUAGE TypeOperators #-} {-# LANGUAGE UndecidableInstances #-} -module Tax.Canada.Province.ON (Returns(..), ON428, ON479, fixON428, fixON479, fixReturns,+module Tax.Canada.Province.ON (Returns(..), ON428, ON479, formFileNames, fixON428, fixON479, fixReturns, returnFields, t1Fields, on428Fields, on479Fields) where import Data.CAProvinceCodes (Code(ON))+import Data.Map (Map, fromList)+import Data.Text (Text) import Rank2 qualified import Rank2.TH qualified import Transformation.Shallow.TH qualified@@ -24,6 +26,8 @@ import Tax.Canada.Federal qualified as Federal import Tax.Canada.Federal (Forms(t1), fixFederalForms) import Tax.Canada.Federal.Schedule9 qualified as Schedule9+import Tax.Canada.FormKey (FormKey)+import Tax.Canada.FormKey qualified as FormKey import Tax.Canada.T1.Types (T1 (T1, page7, page8), Page7(Page7, step6_RefundOrBalanceOwing), Page8(Page8)) import Tax.Canada.T1.Types qualified as T1 import Tax.Canada.T1.Types qualified as Page8 (Page8(..))@@ -50,11 +54,15 @@ deriving instance (Show (Federal.Forms line), Show (ON428 line), Show (ON479 line)) => Show (Returns line) deriving instance (Eq (Federal.Forms line), Eq (ON428 line), Eq (ON479 line)) => Eq (Returns line)-Rank2.TH.deriveAll ''Returns+Rank2.TH.deriveFunctor ''Returns+Rank2.TH.deriveApply ''Returns+Rank2.TH.deriveApplicative ''Returns+Rank2.TH.deriveFoldable ''Returns+Rank2.TH.deriveTraversable ''Returns Transformation.Shallow.TH.deriveAll ''Returns -fixReturns :: Returns Maybe -> Returns Maybe-fixReturns =+fixReturns :: Federal.InputForms Maybe -> Returns Maybe -> Returns Maybe+fixReturns inputs = fixEq $ \Returns{federal = ff@Federal.Forms{t1 = t1@T1{page7 = page7@Page7{step6_RefundOrBalanceOwing}, page8 = page8@Page8{step6_RefundOrBalanceOwing = page8step6}}, schedule9},@@ -62,36 +70,41 @@ page2 = page2@ON.Page2{ON.partB = partB2@ON.Page2PartB{ON.medicalExpenses}, ON.partC}}, on479}- -> Returns{federal = fixFederalForms ff{t1 =- t1{page7 =- page7{step6_RefundOrBalanceOwing =- step6_RefundOrBalanceOwing{T1.line_42800_ProvTerrTax=- on428.page4.line90}},- page8 =- page8{Page8.step6_RefundOrBalanceOwing =- page8step6{T1.line_47900_ProvTerrCredits =- on479.page2.line23_credits}}}},+ -> Returns{federal = fixFederalForms ON inputs $+ ff{t1 =+ t1{page7 =+ page7{step6_RefundOrBalanceOwing =+ step6_RefundOrBalanceOwing{T1.line_42800_ProvTerrTax= on428.page4.line90}},+ page8 =+ page8{Page8.step6_RefundOrBalanceOwing =+ page8step6{T1.line_47900_ProvTerrCredits = on479.page2.line23_credits}}}}, on428 = fixON428 on428{ ON.page1 = page1{ON.line1 = t1.page5.step4_TaxableIncome.line_26000_TaxableIncome,- ON.Page1.partB = partB1{ON.spouseAmount = spouseAmount{reduction = t1.page1.spouse.line23600},- ON.line19_cppQpp = t1.page6.line30800,- ON.line20_cppQpp = t1.page6.line31000,- ON.line21_employmentInsurance = t1.page6.line31200,- ON.line22_employmentInsurance = t1.page6.line31217}},+ ON.Page1.partB = partB1{ON.spouseAmount = spouseAmount{reduction = t1.page1.spouse.line_23600},+ ON.line19_cppQpp = t1.page6.line_30800,+ ON.line20_cppQpp = t1.page6.line_31000,+ ON.line21_employmentInsurance = t1.page6.line_31200,+ ON.line22_employmentInsurance = t1.page6.line_31217}}, ON.page2 =- page2{ON.Page2.partB = partB2{ON.line32_interest = t1.page6.line31900,+ page2{ON.Page2.partB = partB2{ON.line32_interest = t1.page6.line_31900, ON.medicalExpenses = medicalExpenses{ netIncome = t1.page4.line_23600_NetIncome}, ON.donations = partB2.donations{- ON.line47_base = schedule9.line13_min,- ON.line48_base = schedule9.line14_difference}},- ON.partC = partC{ON.line59_copy = t1.page7.partC_NetFederalTax.line40427}}},+ ON.line47_base = schedule9.page1.line13_min,+ ON.line48_base = schedule9.page1.line14_difference}},+ ON.partC = partC{ON.line59_copy = t1.page7.partC_NetFederalTax.line_40427}}}, on479} returnFields :: Returns FieldConst returnFields = Returns{ federal = Federal.formFieldsForProvince ON,- on428 = within "428" Rank2.<$> on428Fields,- on479 = within "479" Rank2.<$> on479Fields}+ on428 = within "Provincial428" Rank2.<$> on428Fields,+ on479 = within "Provincial479" Rank2.<$> on479Fields}++formFileNames :: Map FormKey Text+formFileNames = fromList [+ (FormKey.T1, "T1/5006-r"),+ (FormKey.Provincial428, "428/5006-c"),+ (FormKey.Provincial479, "479/5006-tc")]
@@ -28,10 +28,10 @@ page1PartAFields = Page1PartA { column1 = within "Column1" Rank2.<$> taxIncomeBracketFields 0 0.0505 0,- column2 = within "Column2" Rank2.<$> taxIncomeBracketFields 49_231.00 0.0915 2_486.17,- column3 = within "Column3" Rank2.<$> taxIncomeBracketFields 98_463.00 0.1116 6_990.89,- column4 = within "Column4" Rank2.<$> taxIncomeBracketFields 150_000.00 0.1216 12_742.42,- column5 = within "Column5" Rank2.<$> taxIncomeBracketFields 220_000.00 0.1316 21_254.42}+ column2 = within "Column2" Rank2.<$> taxIncomeBracketFields 51_446.00 0.0915 2_598.02,+ column3 = within "Column3" Rank2.<$> taxIncomeBracketFields 102_894.00 0.1116 7_305.52,+ column4 = within "Column4" Rank2.<$> taxIncomeBracketFields 150_000.00 0.1216 12_562.54,+ column5 = within "Column5" Rank2.<$> taxIncomeBracketFields 220_000.00 0.1316 21_074.54} taxIncomeBracketFields :: Centi -> Rational -> Centi -> TaxIncomeBracket FieldConst taxIncomeBracketFields threshold rate baseTax = TaxIncomeBracket {@@ -47,12 +47,12 @@ line9_basic = Field ["Line9", "Amount"] Amount, line10_age = Field ["Line10", "Amount"] Amount, spouseAmount = within "Spouse-Amount" Rank2.<$> BaseCredit{- baseAmount = Field ["Line11", "Amount"] $ Constant 11_082 Amount,+ baseAmount = Field ["Line11", "Amount"] $ Constant 11_581 Amount, reduction = Field ["Line12", "Amount"] Amount, difference = Field ["Line13", "Amount1"] Amount, cont = Field ["Line13", "Amount2"] Amount}, dependantAmount = within "Eligible-Dependant" Rank2.<$> BaseCredit{- baseAmount = Field ["Line14", "Amount"] $ Constant 11_082 Amount,+ baseAmount = Field ["Line14", "Amount"] $ Constant 11_581 Amount, reduction = Field ["Line15", "Amount"] Amount, difference = Field ["Line16", "Amount1"] Amount, cont = Field ["Line16", "Amount2"] Amount},@@ -124,24 +124,21 @@ line63 = Field ["ON-Surtax", "Line63", "Amount"] Amount, line64 = Field ["ON-Surtax", "Line64", "Amount"] Amount, line65 = Field ["ON-Surtax", "Line65", "Amount"] Amount,- line66_copy = Field ["Line66", "Amount1"] Amount,- line66_surtax = Field ["Line66", "Amount2"] Amount,- line67_copy = Field ["Line67", "Amount1"] Amount,- line67_surtax = Field ["Line67", "Amount2"] Amount,+ line66_surtax = subCalculationFields "Line66" ["Amount1"] ["Amount2"],+ line67_surtax = subCalculationFields "Line67" ["Amount1"] ["Amount2"], line68_sum = subCalculationFields "Line68" ["Amount1"] ["Amount2"], line69 = Field ["Line69", "Amount2"] Amount, line70 = Field ["Line70", "Amount"] Amount, line71 = Field ["Line71", "Amount"] Amount, line72 = Field ["Line72", "Amount"] Amount, line73 = Field ["Line73", "Amount"] Amount,- line74_basicReduction = Field ["Line74", "Amount"] $ Constant 274 Amount,- line75_childrenNum = Field ["Line75", "Line_60969", "Number"] Count,+ line74_basicReduction = Field ["Line74", "Amount"] $ Constant 286 Amount,+ line75_childrenNum = Field ["Line75", "Line_60969", "Number-Child"] Count, line75_amount = Field ["Line75", "Amount"] Amount,- line76_childrenNum = Field ["Line76", "Line_60970", "Number"] Count,+ line76_childrenNum = Field ["Line76", "Line_60970", "Number-Dependant"] Count, line76_amount = Field ["Line76", "Amount"] Amount, line77 = Field ["Line77", "Amount"] Amount,- line78_copy = Field ["Line78", "Amount1"] Amount,- line78_product = Field ["Line78", "Amount2"] Amount,+ line78_double = subCalculationFields "Line78" ["Amount1"] ["Amount2"], line79 = Field ["Line79", "Amount"] Amount, line80_difference = subCalculationFields "Line80" ["Amount1"] ["Amount2"], line81 = Field ["Line81", "Amount"] Amount,
@@ -2,6 +2,7 @@ {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE NumericUnderscores #-} {-# LANGUAGE OverloadedRecordDot #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-}@@ -41,11 +42,11 @@ fixPage1PartB :: Page1PartB Maybe -> Page1PartB Maybe fixPage1PartB = fixEq $ \part@Page1PartB{..}-> part{- line9_basic = Just 11865,+ line9_basic = Just 12_399, spouseAmount = fixBaseCredit spouseAmount, dependantAmount = fixBaseCredit dependantAmount, line18 = totalOf [line9_basic, line10_age, spouseAmount.cont, dependantAmount.cont, line17_caregiver],- line24_sum = fixSubCalculation $+ line24_sum = fixSubCalculation id $ totalOf [line19_cppQpp, line20_cppQpp, line21_employmentInsurance,@@ -64,8 +65,8 @@ line28 = totalOf [line26, line27_pension], line31 = totalOf [line28, line29_disability, line30], line35 = totalOf [line31, line32_interest, line33_education, line34_transferred],- medicalExpenses = fixMedicalExpenses 2685 medicalExpenses,- line43_sum = fixSubCalculation $ totalOf [medicalExpenses.difference, line42],+ medicalExpenses = fixMedicalExpenses 2806 medicalExpenses,+ line43_sum = fixSubCalculation id $ totalOf [medicalExpenses.difference, line42], line44 = totalOf [line35, line43_sum.result], line46_fraction = line45_rate `fractionOf` line44, donations = fixDonations donations,@@ -91,7 +92,7 @@ fixDonations = fixEq $ \part@Donations{..} -> part{ line47_fraction = Just 0.0505 `fractionOf` line47_base, line48_fraction = Just 0.1116 `fractionOf` line48_base,- line49_sum = fixSubCalculation $ totalOf [line47_fraction, line48_fraction]}+ line49_sum = fixSubCalculation id $ totalOf [line47_fraction, line48_fraction]} fixPage3 :: ON428 Maybe -> Page3 Maybe -> Page3 Maybe fixPage3 on428 = fixEq $ \page@Page3{..}-> page{@@ -99,11 +100,9 @@ line63 = line62, line64 = on428.page2.partC.line54, line65 = nonNegativeDifference line63 line64,- line66_copy = line65,- line66_surtax = Just 0.2 `fractionOf` nonNegativeDifference line66_copy (Just 5315),- line67_copy = line65,- line67_surtax = Just 0.36 `fractionOf` nonNegativeDifference line67_copy (Just 6802),- line68_sum = fixSubCalculation $ totalOf [line66_surtax, line67_surtax],+ line66_surtax = fixSubCalculation (\x-> 0.2 * max 0 (x - 5554)) line65,+ line67_surtax = fixSubCalculation (\x-> 0.36 * max 0 (x - 7108)) line65,+ line68_sum = fixSubCalculation id $ totalOf [line66_surtax.result, line67_surtax.result], line69 = totalOf [line62, line68_sum.result], line70 = on428.page2.partC.line57, line71 = nonNegativeDifference line69 line70,@@ -111,10 +110,9 @@ line75_amount = ((506 *) . fromIntegral) <$> line75_childrenNum, line76_amount = ((506 *) . fromIntegral) <$> line76_childrenNum, line77 = totalOf [line74_basicReduction, line75_amount, line76_amount],- line78_copy = line77,- line78_product = (2 *) <$> line78_copy,+ line78_double = fixSubCalculation (2 *) line77, line79 = line73,- line80_difference = fixSubCalculation $ nonNegativeDifference line78_product line79,+ line80_difference = fixSubCalculation id $ nonNegativeDifference line78_double.result line79, line81 = nonNegativeDifference line73 line80_difference.result, line83 = nonNegativeDifference line81 line82}
@@ -104,10 +104,8 @@ line63 :: line Centi, line64 :: line Centi, line65 :: line Centi,- line66_copy :: line Centi,- line66_surtax :: line Centi,- line67_copy :: line Centi,- line67_surtax :: line Centi,+ line66_surtax :: SubCalculation line,+ line67_surtax :: SubCalculation line, line68_sum :: SubCalculation line, line69 :: line Centi, line70 :: line Centi,@@ -120,8 +118,7 @@ line76_amount :: line Centi, line76_childrenNum :: line Word, line77 :: line Centi,- line78_copy :: line Centi,- line78_product :: line Centi,+ line78_double :: SubCalculation line, line79 :: line Centi, line80_difference :: SubCalculation line, line81 :: line Centi,
@@ -37,12 +37,12 @@ page2Fields = Page2 { line17_copy = Field ["Line15", "Amount"] Amount,- line_63110_contributions = Field ["ON_Political_Contribution", "Line16", "Amount"] Amount,- line_63110_credit = Field ["ON_Political_Contribution", "Line17", "Amount"] Amount,+ line_63110_contributions = Field ["ON-Political-Contribution", "Line16", "Amount"] Amount,+ line_63110_credit = Field ["ON-Political-Contribution", "Line17", "Amount"] Amount, line_63220_fromT1221 = Field ["Line18", "Line63220", "Amount1"] Amount, line_63220_fraction = Field ["Line18", "Amount2"] Amount,- line_63260_placements = Field ["ON_coop_education", "Line63260", "NmbrApprentices"] Count,- line_63265_partnership = Field ["ON_coop_education", "Line63265", "RadioButtonGroup"] $ RadioButton [True, False],- line_63270_business = Field ["ON_coop_education", "Line63270", "BusinessNumber_9_Comb_Bottom_Adv", "BusinessNumber"] Textual,+ line_63260_placements = Field ["ON-Coop-Education", "Line63260", "NmbrApprentices"] Count,+ line_63265_partnership = Field ["ON-Coop-Education", "Line63265", "RadioButtonGroup"] $ RadioButton [True, False],+ line_63270_business = Field ["ON-Coop-Education", "Line63270", "BusinessNumber_9_Comb_Bottom_Adv", "BusinessNumber"] Textual, line_63300_total = Field ["Line19", "Amount"] Amount, line23_credits = Field ["Line20", "Amount"] Amount}
@@ -26,14 +26,14 @@ line6_fraction = line5_allowable `fractionOf` line4_homecare_copy, line9_sum = totalOf [line7_netIncome_copy, line8_spouse_copy], line11_difference = nonNegativeDifference line9_sum line10_base,- line13_fraction = fixSubCalculation $ line12_rate `fractionOf` line11_difference,- line_63095_difference = fixSubCalculation $ nonNegativeDifference line6_fraction line13_fraction.result,+ line13_fraction = fixSubCalculation id $ line12_rate `fractionOf` line11_difference,+ line_63095_difference = fixSubCalculation id $ nonNegativeDifference line6_fraction line13_fraction.result, line_63100_fraction = (0.15 *) <$> line_63100_transit, line16_sum = totalOf [line_63050_childcare, line_63095_difference.result, line_63100_fraction]} fixPage2 :: ON479 Maybe -> Page2 Maybe -> Page2 Maybe fixPage2 on479 = fixEq $ \page2@Page2{..}-> page2{ line17_copy = on479.page1.line16_sum,- line_63110_credit = if line_63110_contributions >= Just 3531 then Just 1552 else line_63110_credit, -- TODO worksheet?+ line_63110_credit = if line_63110_contributions >= Just 3691 then Just 1622.08 else line_63110_credit, -- TODO worksheet? line_63220_fraction = (0.05 *) <$> line_63220_fromT1221, line23_credits = totalOf [line17_copy, line_63110_credit, line_63220_fraction, line_63300_total]}
@@ -50,8 +50,8 @@ difference :: line Centi, cont :: line Centi} --- | A pair of form fields appearing next to each other at the same line, the right field value always a copy of the--- left one.+-- | A pair of form fields appearing next to each other at the same line, the right field value always depending only+-- on the left one. data SubCalculation line = SubCalculation { calculation :: line Centi, result :: line Centi}@@ -90,10 +90,10 @@ lesser = min ceiling <$> fraction, difference = nonNegativeDifference expenses lesser} -fixSubCalculation :: Maybe Centi -> SubCalculation Maybe-fixSubCalculation result = SubCalculation{+fixSubCalculation :: (Rational -> Rational) -> Maybe Centi -> SubCalculation Maybe+fixSubCalculation carry result = SubCalculation{ calculation = result,- result = result}+ result = fromRational . carry . toRational <$> result} subCalculationFields :: Text -> [Text] -> [Text] -> SubCalculation FieldConst subCalculationFields parent calculationPath resultPath = SubCalculation{
@@ -1,13 +1,16 @@ {-# LANGUAGE ImportQualifiedPost #-} {-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-} -- | The T1 forms look similar, but there are subtle differences between different provinces and -- territories. Therefore they share the same 'T1' form type and the same 'fixT1' completion function, but field -- paths are separately provided by 't1FieldsForProvince'.-module Tax.Canada.T1 (fixT1, formPrefixForProvince, t1FieldsForProvince, module Tax.Canada.T1.Types) where+module Tax.Canada.T1 (fixT1, fileNameForProvince, formPrefixForProvince, t1FieldsForProvince,+ module Tax.Canada.T1.Types) where import Data.CAProvinceCodes qualified as Province import Data.Enum.Memo (memoize)+import Data.Text (Text) import Tax.FDF (FieldConst) import Tax.Canada.T1.Types@@ -22,8 +25,11 @@ import Tax.Canada.T1.FieldNames.QC qualified as QC import Tax.Canada.T1.FieldNames.YT qualified as YT +fileNameForProvince :: Province.Code -> Text+fileNameForProvince p = formPrefixForProvince p <> "-r-fill-24e"+ -- | The distinct provincial prefix of the T1 form PDF file, such as @5006@ in @5006-r-fill-23e.pdf@ for Ontario-formPrefixForProvince :: Province.Code -> String+formPrefixForProvince :: Province.Code -> Text formPrefixForProvince = memoize $ \case Province.AB -> "5015" Province.BC -> "5010"
@@ -23,13 +23,8 @@ page5 = within "Page5" . within "Return-pg5" Rank2.<$> ON.page5Fields, page6 = within "Page6" . within "Return-pg6" . within "PartB" Rank2.<$> ON.page6Fields, page7 = within "Page7" . within "Return-pg7" Rank2.<$> ON.page7Fields,- page8 = within "Page8" . within "Return-pg8" Rank2.<$> page8Fields}+ page8 = within "Page8" . within "Return-pg8" Rank2.<$> BC.page8Fields} page2Fields = ON.page2Fields { cai = Field ["CAI", "AB_CAI", "Tick_box"] Checkbox, organ_donor = NoField}--page8Fields = BC.page8Fields {- Page8.step6_RefundOrBalanceOwing = within "Step6-Cont" Rank2.<$> BC.page8step6Fields,- line48400_Refund = Field ["Refund_or_Balance-Owing", "Line48400", "Line_48400_Amount"] Amount,- line48500_BalanceOwing = Field ["Refund_or_Balance-Owing", "Line48500", "Line_48500_Amount"] Amount}
@@ -15,21 +15,18 @@ t1Fields :: T1 FieldConst t1Fields = ON.t1Fields { page2 = within "form1" . within "Page2" Rank2.<$> page2Fields,- page3 = within "form1" . within "Page3" . within "Return-pg3" Rank2.<$> page3Fields,- page4 = within "form1" . within "Page4" . within "Return-pg4" . within "Step3" Rank2.<$> ON.page4Fields, page8 = within "form1" . within "Page8" . within "Return-pg8" Rank2.<$> page8Fields} page2Fields = ON.page2Fields { cai = NoField,- organ_donor = NoField}+ organ_donor = Field ["Organ_donor", "Authori"] $ Switch "Option1" "Option2" "OrganDonor_CheckBox"} -page3Fields = ON.page3Fields{- line_10100_EmploymentIncome = Field ["Line1", "Line_10100_Amount"] Amount}+page3Fields = ON.page3Fields page8Fields = ON.page8Fields {- Page8.step6_RefundOrBalanceOwing = within "Step6-Continued" Rank2.<$> page8step6Fields,+ Page8.step6_RefundOrBalanceOwing = within "Step6-Cont" Rank2.<$> page8step6Fields, taxPreparer = within "Efile" Rank2.<$> taxPreparerFields,- line_1_ONOpportunitiesFund = NoField,+ line1_ONOpportunitiesFund = NoField, line_46500 = NoField, line_46600 = NoField} @@ -40,4 +37,4 @@ taxPreparerFields = ON.taxPreparerFields { eFileNumber = Field ["Line48900", "EFile"] Textual,- line49000_WasAFeeCharged = Field ["Line49000", "Line49000_CheckBoxGroup"] $ Switch' "Line49000_CheckBox_EN"}+ line_49000_WasAFeeCharged = Field ["Line49000", "Line49000_CheckBoxGroup"] $ Switch' "Line49000_CheckBox_EN"}
@@ -19,5 +19,5 @@ cai = Field ["CAI", "CAI_2024", "Tick_box"] Checkbox} page8Fields = PE.page8Fields {- line48400_Refund = Field ["Refund_or_Balance-Owing", "Line48400", "Line_48400_Amount"] Amount,- line48500_BalanceOwing = Field ["Refund_or_Balance-Owing", "Line48500", "Line_48500_Amount"] Amount}+ line_48400_Refund = Field ["Refund_or_Balance-Owing", "Line48400", "Line_48400_Amount"] Amount,+ line_48500_BalanceOwing = Field ["Refund_or_Balance-Owing", "Line48500", "Line_48500_Amount"] Amount}
@@ -22,8 +22,11 @@ t1Fields :: T1 FieldConst t1Fields = ON.t1Fields {- page2 = within "form1" . within "Page2" Rank2.<$> BC.page2Fields,+ page2 = within "form1" . within "Page2" Rank2.<$> page2Fields, page8 = within "form1" . within "Page8" . within "Return-pg8" Rank2.<$> page8Fields} +page2Fields = BC.page2Fields{+ organ_donor = NoField}+ page8Fields = BC.page8Fields {- Page8.step6_RefundOrBalanceOwing = within "Step6" Rank2.<$> BC.page8step6Fields}+ Page8.step6_RefundOrBalanceOwing = within "Step6-Cont" Rank2.<$> BC.page8step6Fields}
@@ -56,11 +56,11 @@ prov_DropDown = Field ["Prov_DropDown"] Textual} page1SpouseFields = Spouse {- line23600 = Field ["Line23600", "Amount"] Amount,+ line_23600 = Field ["Line23600", "Amount"] Amount, self_employment = Field ["Self-employment", "Checkbox"] Checkbox, spouse_First_Name = Field ["Spouse_First_Name"] Textual,- line11700 = Field ["Line11700", "Amount"] Amount,- line21300 = Field ["Line21300", "Amount"] Amount,+ line_11700 = Field ["Line11700", "Amount"] Amount,+ line_21300 = Field ["Line21300", "Amount"] Amount, sin = Field ["SIN_Comb_BordersAll", "SIN_Comb"] Textual} page2Fields = Page2 {@@ -76,7 +76,7 @@ authorization = Field ["LineB"] $ Switch "Option1" "Option2" "B_Authorize_CheckBox"} page3Fields = Page3 {- line_10100_EmploymentIncome = Field ["Line10100", "Line_10100_Amount"] Amount,+ line_10100_EmploymentIncome = Field ["Line1", "Line_10100_Amount"] Amount, line_10105_Taxexemptamount = Field ["Line10105", "Line_10105_Amount"] Amount, line_10120_Commissions = Field ["Line10120", "Line_10120_Amount"] Amount, line_10130_sf = Field ["Line10130", "Line_10130_Amount"] Amount,@@ -98,6 +98,8 @@ line_12599_12600_RentalIncome = Field ["Line12600", "Line12599", "Line_12599_Amount"] Amount, line_12600_Amount = Field ["Line12600", "Line_12600_Amount"] Amount, line_12700_TaxableCapitalGains = Field ["Line12700", "Line_12700_Amount"] Amount,+ line_12701_CapitalGainsReduction = Field ["Line12701", "Line_12701_Amount"] Amount,+ line16_difference = subCalculationFields "Line16" ["Amount1"] ["Amount2"], line_12799_Amount = Field ["Line12800", "Line_12799", "Line_12799_Amount"] Amount, line_12800_Amount = Field ["Line12800", "Line_12800_Amount"] Amount, line_12900_RRSPIncome = Field ["Line12900", "Line_12900_Amount"] Amount,@@ -106,15 +108,14 @@ line_13000_OtherIncome = Field ["Line13000", "Line_13000_Amount"] Amount, line_13000_OtherIncomeSource = Field ["Line13000", "Line_13000_Specify"] Textual, line_13010_TaxableScholarship = Field ["Line13010", "Line_13010_Amount"] Amount,- line_19 = Field ["Line21", "Amount"] Amount,+ line23_sum = Field ["Line23", "Amount"] Amount, selfEmployment = selfEmploymentFields,- line_25_sum = subCalculationFields "Line27" ["Amount1"] ["Amount2"],- line_26 = Field ["Line28", "Amount"] Amount,+ line29_sum = subCalculationFields "Line29" ["Amount1"] ["Amount2"],+ line30_sum = Field ["Line30", "Amount"] Amount, line_14400_WorkersCompBen = Field ["Line14400", "Line_14400_Amount"] Amount, line_14500_SocialAssistPay = Field ["Line14500", "Line_14500_Amount"] Amount, line_14600_NetFedSupplements = Field ["Line14600", "Line_14600_Amount"] Amount,- line_14700_EqualsAmount = Field ["Line14700", "Line_14700_Amount1"] Amount,- line_14700_PlusAmount = Field ["Line14700", "Line_14700_Amount2"] Amount,+ line_14700_sum = subCalculationFields "Line14700" ["Line_14700_Amount1"] ["Line_14700_Amount2"], line_15000_TotalIncome = Field ["Line15000", "Line_15000_Amount"] Amount} selfEmploymentFields = SelfEmploymentIncome {@@ -130,7 +131,7 @@ line_14300_Amount = Field ["Line14300", "Line_14300_Amount"] Amount} page4Fields = Page4 {- line_15000_TotalIncome_2 = Field ["Line34", "Amount"] Amount,+ line_15000_TotalIncome_2 = Field ["Line36", "Amount"] Amount, line_20600_PensionAdjustment = Field ["Line20600", "Line_20600_Amount"] Amount, line_20700_RPPDeduction = Field ["Line20700", "Line_20700_Amount"] Amount, line_20800_RRSPDeduction = Field ["Line20800", "Line_20800_Amount"] Amount,@@ -141,8 +142,9 @@ line_21300_UCCBRepayment = Field ["Line21300", "Line_21300_Amount"] Amount, line_21400_ChildCareExpenses = Field ["Line21400", "Line_21400_Amount"] Amount, line_21500_DisabilityDeduction = Field ["Line21500", "Line_21500_Amount"] Amount,- line_21699_Amount = Field ["Line21700", "Line21699", "Line_21699_Amount"] Amount,- line_21700_Amount = Field ["Line21700", "Line_21700_Amount"] Amount,+ line_21698_Amount = Field ["Line45", "Line21698", "Line_21698_Amount"] Amount,+ line_21699_Amount = Field ["Line45", "Line21699", "Line_21699_Amount"] Amount,+ line_21700_Amount = Field ["Line45", "Line21700", "Line_21900_Amount"] Amount, line_21900_MovingExpenses = Field ["Line21900", "Line_21900_Amount"] Amount, line_21999_Amount = Field ["Line22000", "Line21999", "Line_21999_Amount"] Amount, line_22000_Amount = Field ["Line22000", "Line_22000_Amount"] Amount,@@ -156,7 +158,7 @@ line_23200_OtherDeductions = Field ["Line23200", "Line_23200_Amount"] Amount, line_23200_Specify = Field ["Line23200", "Line_23200_Specify"] Textual, line_23300_sum = subCalculationFields "Line23300" ["Line_23300_Amount1"] ["Line_23300_Amount2"],- line_23400_NetBeforeAdjust = Field ["Line23400", "Line_23400_Amount"] Amount,+ line_23400_NetBeforeAdjust = Field ["Line23400", "Line19Amount"] Amount, line_23500_SocialBenefits = Field ["Line23500", "Line_23500_Amount"] Amount, line_23600_NetIncome = Field ["Line23600", "Line_23600_Amount"] Amount} @@ -166,18 +168,22 @@ partB_FederalTaxCredits = within "PartB" Rank2.<$> partBFields} step4Fields = Step4 {- line_23600_NetIncome_2 = Field ["Line57", "Amount"] Amount,+ line_23600_NetIncome_2 = Field ["Line59", "Amount"] Amount, line_24400_MilitaryPoliceDeduction = Field ["Line24400", "Line_24400_Amount"] Amount, line_24900_SecurityDeductions = Field ["Line24900", "Line_24900_Amount"] Amount,+ line_24901_SecurityDeductions = Field ["Line24901", "Line_Amount"] Amount, line_25000_OtherPayDeductions = Field ["Line25000", "Line_25000_Amount"] Amount, line_25100_PartnershipLosses = Field ["Line25100", "Line_25100_Amount"] Amount, line_25200_NoncapitalLosses = Field ["Line25200", "Line_25200_Amount"] Amount, line_25300_NetCapitalLosses = Field ["Line25300", "Line_25300_Amount"] Amount,+ line_25395_BusinessTransfer = Field ["Line25395", "Line_Amount"] Amount, line_25400_CapitalGainsDeduction = Field ["Line25400", "Line_25400_Amount"] Amount, line_25500_NorthernDeductions = Field ["Line25500", "Line_25500_Amount"] Amount, line_25600_AdditionalDeductions_Amount = Field ["Line25600", "Line_25600_Amount"] Amount, line_25600_AdditionalDeductions_Specify = Field ["Line25600", "Line_25600_Specify"] Textual,- line_25700_AddLines_sum = subCalculationFields "Line25700" ["Line_25700_Amount1"] ["Line_25700_Amount2"],+ line_25700_sum = subCalculationFields "Line25700" ["Line_25700_Amount1"] ["Line_25700_Amount2"],+ line72_difference = Field ["Line72", "Line_26000_Amount"] Amount,+ line_25999_CapitalGainsReductionAddBack = Field ["Line25999", "Line_Amount"] Amount, line_26000_TaxableIncome = Field ["Line26000", "Line_26000_Amount"] Amount} partAFields :: Text -> Int -> Page5PartA FieldConst@@ -189,10 +195,10 @@ partAFieldsWith :: (Int -> Int -> Bool -> Text) -> Text -> Int -> Page5PartA FieldConst partAFieldsWith fieldNameAt columnPrefix startLine = Page5PartA { column1 = column 1 0 0.15 0,- column2 = column 2 53_359.00 0.205 8_003.85,- column3 = column 3 106_717.00 0.26 18_942.24,- column4 = column 4 165_430.00 0.29 34_207.62,- column5 = column 5 235_675.00 0.33 54_578.67}+ column2 = column 2 55_867.00 0.205 8_380.05,+ column3 = column 3 111_733.00 0.26 19_832.58,+ column4 = column 4 173_205.00 0.29 35_815.30,+ column5 = column 5 246_752.00 0.33 57_143.93} where column n threshold rate baseTax = within (columnPrefix <> toText (decimal n)) Rank2.<$> TaxIncomeBracket { income = Field [fieldNameAt startLine n False] Amount, threshold = Field [fieldNameAt (startLine + 1) n False] $ Constant threshold Amount,@@ -204,57 +210,57 @@ toText = toStrict . toLazyText partBFields = Page5PartB {- line30000 = Field ["Line30000", "Line_30000_Amount"] Amount,- line30100 = Field ["Line30100", "Line_30100_Amount"] Amount,- line30300 = Field ["Line30300", "Line_30300_Amount"] Amount,- line30400 = Field ["Line30400", "Line_30400_Amount"] Amount,- line30425 = Field ["Line30425", "Line_30425_Amount"] Amount,- line30450 = Field ["Line30450", "Line_30450_Amount"] Amount,- line30499_ChildrenNum = Field ["Line30500", "Line30499", "Line_30499_ChildrenNum"] Count,- line30500 = Field ["Line30500", "Line_30500_Amount"] Amount,- line_81 = Field ["Line83", "Amount"] Amount}+ line_30000 = Field ["Line30000", "Line_30000_Amount"] Amount,+ line_30100 = Field ["Line30100", "Line_30100_Amount"] Amount,+ line_30300 = Field ["Line30300", "Line_30300_Amount"] Amount,+ line_30400 = Field ["Line30400", "Line_30400_Amount"] Amount,+ line_30425 = Field ["Line30425", "Line_30425_Amount"] Amount,+ line_30450 = Field ["Line30450", "Line_30450_Amount"] Amount,+ line_30499_ChildrenNum = Field ["Line30500", "Line30499", "Numeric_NoDecimal_BordersAll"] Count,+ line_30500 = Field ["Line30500", "Line_30500_Amount"] Amount,+ pageBreakSummary = Field ["Line89", "Amount"] Amount} page6Fields = Page6 {- line82 = Field ["Line84", "Amount"] Amount,- line30800 = Field ["Line30800", "Line_30800_Amount"] Amount,- line31000 = Field ["Line31000", "Line_31000_Amount"] Amount,- line31200 = Field ["Line31200", "Line_31200_Amount"] Amount,- line31205 = NoField,- line31210 = NoField,- line31215 = NoField,- line31217 = Field ["Line31217", "Line_31217_Amount"] Amount,- line31220 = Field ["Line31220", "Line_31220_Amount"] Amount,- line31240 = Field ["Line31240", "Line_31240_Amount"] Amount,- line31260 = Field ["Line31260", "Line_31260_Amount"] Amount,- line31270 = Field ["Line31270", "Line_31270_Amount"] Amount,- line31285 = Field ["Line31285", "Line_31285_Amount"] Amount,- line31300 = Field ["Line31300", "Line_31300_Amount"] Amount,- line31350 = Field ["Line31350", "Line_31350_Amount"] Amount,- line94_sum = subCalculationFields "Line96" ["Amount1"] ["Amount2"],- line31400 = Field ["Line31400", "Line_31400_Amount"] Amount,- line96 = Field ["Line98", "Amount"] Amount,- line31600 = Field ["Line31600", "Line_31600_Amount"] Amount,- line31800 = Field ["Line31800", "Line_31800_Amount"] Amount,- line99 = Field ["Line101", "Amount"] Amount,- line31900 = Field ["Line31900", "Line_31900_Amount"] Amount,- line32300 = Field ["Line32300", "Line_32300_Amount"] Amount,- line32400 = Field ["Line32400", "Line_32400_Amount"] Amount,- line32600 = Field ["Line32600", "Line_32600_Amount"] Amount,- line104 = Field ["Line106", "Amount"] Amount,+ pageBreakCarry = Field ["Line90", "Amount"] Amount,+ line_30800 = Field ["Line30800", "Line_30800_Amount"] Amount,+ line_31000 = Field ["Line31000", "Line_31000_Amount"] Amount,+ line_31200 = Field ["Line31200", "Line_31200_Amount"] Amount,+ line_31205 = NoField,+ line_31210 = NoField,+ line_31215 = NoField,+ line_31217 = Field ["Line31217", "Line_31217_Amount"] Amount,+ line_31220 = Field ["Line31220", "Line_31220_Amount"] Amount,+ line_31240 = Field ["Line31240", "Line_31240_Amount"] Amount,+ line_31260 = Field ["Line31260", "Line_31260_Amount"] Amount,+ line_31270 = Field ["Line31270", "Line_31270_Amount"] Amount,+ line_31285 = Field ["Line31285", "Line_31285_Amount"] Amount,+ line_31300 = Field ["Line31300", "Line_31300_Amount"] Amount,+ line_31350 = Field ["Line31350", "Line_31350_Amount"] Amount,+ line102_sum = subCalculationFields "Line102" ["Amount1"] ["Amount2"],+ line_31400 = Field ["Line31400", "Line_31400_Amount"] Amount,+ line104_sum = Field ["Line104", "Amount"] Amount,+ line_31600 = Field ["Line31600", "Line_31600_Amount"] Amount,+ line_31800 = Field ["Line31800", "Line_31800_Amount"] Amount,+ line107_sum = Field ["Line107", "Amount"] Amount,+ line_31900 = Field ["Line31900", "Line_31900_Amount"] Amount,+ line_32300 = Field ["Line32300", "Line_32300_Amount"] Amount,+ line_32400 = Field ["Line32400", "Line_32400_Amount"] Amount,+ line_32600 = Field ["Line32600", "Line_32600_Amount"] Amount,+ line112_sum = Field ["Line112", "Amount"] Amount, medical_expenses = page6MedicalExpensesFields,- line33200_sum = subCalculationFields "Line33200" ["Line_33200_Amount1"] ["Line_33200_Amount2"],- line33500 = Field ["Line33500", "Line_33500_Amount"] Amount,- line112 = Field ["Line114", "Percent"] $ Constant 0.15 Percent,- line33800 = Field ["Line33800", "Line_33800_Amount"] Amount,- line34900 = Field ["Line34900", "Line_34900_Amount"] Amount,- line35000 = Field ["Line35000", "Line_35000_Amount"] Amount}+ line_33200_sum = subCalculationFields "Line33200" ["Line_33200_Amount1"] ["Line_33200_Amount2"],+ line_33500 = Field ["Line33500", "Line_33500_Amount"] Amount,+ line120_taxCreditRate = Field ["Line120", "Percent"] $ Constant 0.15 Percent,+ line_33800 = Field ["Line33800", "Line_33800_Amount"] Amount,+ line_34900 = Field ["Line34900", "Line_34900_Amount"] Amount,+ line_35000 = Field ["Line35000", "Line_35000_Amount"] Amount} page6MedicalExpensesFields = MedicalExpenses { familyExpenses = Field ["Line33099", "Line_33099_Amount"] Amount,- taxableIncome = Field ["Line108", "Amount1"] Amount,- taxableIncomeFraction = Field ["Line108", "Amount2"] Amount,- threshold = Field ["Line109", "Amount"] Amount,- difference = Field ["Line110", "Amount"] Amount,+ taxableIncome = Field ["Line114", "Amount1"] Amount,+ taxableIncomeFraction = Field ["Line114", "Amount2"] Amount,+ threshold = Field ["Line115", "Amount"] Amount,+ difference = Field ["Line116", "Amount"] Amount, otherDependants = Field ["Line33199", "Line_33199_Amount"] Amount} page7Fields = Page7 {@@ -262,35 +268,35 @@ step6_RefundOrBalanceOwing = within "Step6" Rank2.<$> page7step6Fields} partCFields = Page7PartC {- line116 = Field ["Line118", "Amount"] Amount,- line40424 = Field ["Line40424", "Line_40424_Amount"] Amount,- line40400 = Field ["Line40400", "Line_40400_Amount"] Amount,- line119 = Field ["Line121", "Amount"] Amount,- line40425 = Field ["Line40425", "Line_40425_Amount"] Amount,- line40427 = Field ["Line40427", "Line_40427_Amount"] Amount,- line122_sum = subCalculationFields "Line124" ["Amount1"] ["Amount2"],- line42900 = Field ["Line42900", "Line_42900_Amount"] Amount,- line124 = Field ["Line126", "Amount"] Amount,- line125 = Field ["Line127", "Amount"] Amount,- line40500 = Field ["Line40500", "Line_40500_Amount"] Amount,- line127 = Field ["Line129", "Amount"] Amount,- line128 = Field ["Line130", "Amount"] Amount,- line129 = Field ["Line131", "Amount"] Amount,- line130 = Field ["Line132", "Amount"] Amount,- line40600 = Field ["Line40600", "Line_40600_Amount"] Amount,- line40900 = Field ["Line41000", "Line40900", "Line_40900_Amount"] Amount,- line41000 = Field ["Line41000", "Line_41000_Amount"] Amount,- line41200 = Field ["Line41200", "Line_41200_Amount"] Amount,- line41300 = Field ["Line41400", "Line41300", "Line_41300_Amount"] Amount,- line41400 = Field ["Line41400", "Line_41400_Amount"] Amount,- line41600_sum = subCalculationFields "Line41600" ["Line_41600_Amount1"] ["Line_41600_Amount2"],- line41700 = Field ["Line41700", "Line_41700_Amount"] Amount,- line41500 = Field ["Line41500", "Line_41500_Amount"] Amount,- line41800 = Field ["Line41800", "Line_41800_Amount"] Amount,- line42000 = Field ["Line42000", "Line_42000_Amount"] Amount}+ tax_copy = Field ["Line124", "Amount"] Amount,+ line_40424 = Field ["Line40424", "Line_40424_Amount"] Amount,+ line_40400 = Field ["Line40400", "Line_40400_Amount"] Amount,+ credits_copy = Field ["Line127", "Amount"] Amount,+ line_40425 = Field ["Line40425", "Line_40425_Amount"] Amount,+ line_40427 = Field ["Line40427", "Line_40427_Amount"] Amount,+ line130_sum = subCalculationFields "Line130" ["Amount1"] ["Amount2"],+ line_42900 = Field ["Line42900", "Line_42900_Amount"] Amount,+ line132_foreignSurtax = Field ["Line132", "Amount"] Amount,+ line133_sum = Field ["Line133", "Amount"] Amount,+ line_40500 = Field ["Line40500", "Line_40500_Amount"] Amount,+ line135_difference = Field ["Line135", "Amount"] Amount,+ line136_recapture = Field ["Line136", "Amount"] Amount,+ line137_sum = Field ["Line137", "Amount"] Amount,+ line138_logging = Field ["Line138", "Amount"] Amount,+ line_40600 = Field ["Line40600", "Line_40600_Amount"] Amount,+ line_40900 = Field ["Line41000", "Line40900", "Line_40900_Amount"] Amount,+ line_41000 = Field ["Line41000", "Line_41000_Amount"] Amount,+ line_41200 = Field ["Line41200", "Line_41200_Amount"] Amount,+ line_41300 = Field ["Line41400", "Line41300", "Line_41300_Amount"] Amount,+ line_41400 = Field ["Line41400", "Line_41400_Amount"] Amount,+ line_41600_sum = subCalculationFields "Line41600" ["Line_41600_Amount1"] ["Line_41600_Amount2"],+ line_41700 = Field ["Line41700", "Line_41700_Amount"] Amount,+ line_41500 = Field ["Line41500", "Line_41500_Amount"] Amount,+ line_41800 = Field ["Line41800", "Line_41800_Amount"] Amount,+ line_42000 = Field ["Line42000", "Line_42000_Amount"] Amount} page7step6Fields = Page7Step6 {- line140 = Field ["Line14", "Amount"] Amount,+ tax_copy = Field ["Line148", "Amount"] Amount, line_42100_CPPContributions = Field ["Line42100", "Line_42100_Amount"] Amount, line_42120_EIPremiums = Field ["Line42120", "Line_42120_Amount"] Amount, line_42200_SocialBenefits = Field ["Line42200", "Line_42200_Amount"] Amount,@@ -300,17 +306,17 @@ page8Fields = Page8 { step6_RefundOrBalanceOwing = within "Step6-Continued" Rank2.<$> page8step6Fields,- line48400_Refund = Field ["Refund_or_Balance-owing", "Line48400", "Line_48400_Amount"] Amount,- line48500_BalanceOwing = Field ["Refund_or_Balance-owing", "Line48500", "Line_48500_Amount"] Amount,+ line_48400_Refund = Field ["Refund_or_Balance-owing", "Line48400", "Line_48400_Amount"] Amount,+ line_48500_BalanceOwing = Field ["Refund_or_Balance-owing", "Line48500", "Line_48500_Amount"] Amount, telephone = Field ["Certification", "Telephone"] Amount, date = Field ["Certification", "Date"] Amount, taxPreparer = within "Line_49000_IfFeeWasCharged" Rank2.<$> taxPreparerFields,- line_1_ONOpportunitiesFund = Field ["ONOpportunitiesFund2", "Line_1", "Amount"] Amount,+ line1_ONOpportunitiesFund = Field ["ONOpportunitiesFund2", "Line_1", "Amount"] Amount, line_46500 = Field ["ONOpportunitiesFund2", "Line_2", "Amount"] Amount, line_46600 = Field ["ONOpportunitiesFund2", "Line_3", "Amount"] Amount} page8step6Fields = Page8Step6 {- line_43500_totalpayable = Field ["Line148", "Amount"] Amount,+ line_43500_totalpayable = Field ["Line154", "Amount"] Amount, line_43700_Total_income_tax_ded = Field ["Line43700", "Line_43700_Amount"] Amount, line_43800_TaxTransferQC = NoField, line_43850_diff = Rank2.pure NoField,@@ -332,14 +338,14 @@ line_46900 = Field ["Line46900", "Line_46900_Amount"] Amount, line_47555_TaxPaid = Field ["Line47555", "Line_47600_Amount"] Amount, line_47556 = Field ["Line47556", "Line_47556_Amount"] Amount,- line_47557 = Field ["Line47557", "Line_47557_Amount"] Amount,+ line_47557 = NoField, line_47600_TaxPaid = Field ["Line47600", "Line_47600_Amount"] Amount, line_47900_ProvTerrCredits = Field ["Line47900", "Line_47900_Amount"] Amount, line_48200_sum = subCalculationFields "Line48200" ["Line_48200_Amount1"] ["Line_48200_Amount2"],- line164_Refund_or_BalanceOwing = Field ["Line167", "Amount"] Amount}+ line164_Refund_or_BalanceOwing = Field ["Line172", "Amount"] Amount} taxPreparerFields = TaxPreparer { eFileNumber = Field ["EFileNumber_Comb", "EFile"] Textual, nameOfPreparer = Field ["NameOfPreparer"] Textual, telephoneOfPreparer = Field ["TelephoneOfPreparer"] Textual,- line49000_WasAFeeCharged = Field ["Line49000_CheckBoxGroup"] $ Switch' "Line49000_CheckBox_EN"}+ line_49000_WasAFeeCharged = Field ["Line49000_CheckBoxGroup"] $ Switch' "Line49000_CheckBox_EN"}
@@ -2,7 +2,7 @@ {-# LANGUAGE OverloadedRecordDot #-} {-# LANGUAGE OverloadedStrings #-} -module Tax.Canada.T1.FieldNames.PE (t1Fields, BC.page2Fields, BC.page8Fields) where+module Tax.Canada.T1.FieldNames.PE (t1Fields, NT.page2Fields, BC.page8Fields) where import Rank2 qualified @@ -10,9 +10,10 @@ import Tax.Canada.T1.Types import Tax.Canada.T1.FieldNames.AB qualified as AB import Tax.Canada.T1.FieldNames.BC qualified as BC+import Tax.Canada.T1.FieldNames.NT qualified as NT t1Fields :: T1 FieldConst t1Fields = AB.t1Fields{- page2 = within "form1" . within "Page2" . within "Return-pg2" Rank2.<$> BC.page2Fields,+ page2 = within "form1" . within "Page2" . within "Return-pg2" Rank2.<$> NT.page2Fields, page3 = BC.t1Fields.page3, page8 = BC.t1Fields.page8}
@@ -24,7 +24,7 @@ t1Fields = within "form1" Rank2.<$> T1 { page1 = within "Page1" . within "Return-pg1" Rank2.<$> ON.page1Fields, page2 = within "Page2" . within "Return-pg2" Rank2.<$> page2Fields,- page3 = within "Page3" . within "Return-pg3" Rank2.<$> page3Fields,+ page3 = within "Page3" . within "Return-pg3" Rank2.<$> ON.page3Fields, page4 = within "Page4" . within "Step3" Rank2.<$> page4Fields, page5 = within "Page5" Rank2.<$> page5Fields, page6 = within "Page6" . within "PartB" Rank2.<$> page6Fields,@@ -35,11 +35,9 @@ cai = NoField, organ_donor = NoField} -page3Fields = ON.page3Fields{- line_10100_EmploymentIncome = Field ["Line1", "Line_10100_Amount"] Amount}- page4Fields = ON.page4Fields{ line_20810_PRPP = Field ["Line20810", "Amount"] Amount,+ line_21698_Amount = Field ["Line45", "Line21698", "Line_21699_Amount"] Amount, line_22300_DeductionPPIP = Field ["Line22300", "Line_22300_Amount"] Amount} page5Fields = Page5 {@@ -58,70 +56,73 @@ toText = toStrict . toLazyText step4Fields = ON.step4Fields {- line_23600_NetIncome_2 = Field ["Line58", "Amount"] Amount}+ line_23600_NetIncome_2 = Field ["Line60", "Amount"] Amount,+ line_24901_SecurityDeductions = Field ["Line24901", "Line_24901_Amount"] Amount,+ line_25395_BusinessTransfer = Field ["Line25395", "Line_25400_Amount"] Amount,+ line72_difference = Field ["Line73", "Line_26000_Amount"] Amount,+ line_25999_CapitalGainsReductionAddBack = Field ["Line25999", "Line_25999_Amount"] Amount} partBFields = ON.partBFields {- line30499_ChildrenNum = Field ["Line30500", "Line30499", "Line_30499_Number"] Count,- line30500 = Field ["Line30500", "Line_30499_Amount"] Amount,- line_81 = Field ["Line84", "Amount"] Amount}+ line_30500 = Field ["Line30500", "Line_30499_Amount"] Amount,+ pageBreakSummary = Field ["Line90", "Amount"] Amount} page6Fields = ON.page6Fields {- line82 = Field ["Line85", "Amount"] Amount,- line31205 = Field ["Line31205", "Line_31205_Amount"] Amount,- line31210 = Field ["Line31210", "Line_31210_Amount"] Amount,- line31215 = Field ["Line31215", "Line_31215_Amount"] Amount,- line31600 = Field ["Line31600", "Line_31600_mount"] Amount,- line94_sum = subCalculationFields "Line100" ["Amount1"] ["Amount2"],- line96 = Field ["Line102", "Amount"] Amount,- line99 = Field ["Line105", "Amount"] Amount,- line104 = Field ["Line110", "Amount"] Amount,+ pageBreakCarry = Field ["Line91", "Amount"] Amount,+ line_31205 = Field ["Line31205", "Line_31205_Amount"] Amount,+ line_31210 = Field ["Line31210", "Line_31210_Amount"] Amount,+ line_31215 = Field ["Line31215", "Line_31215_Amount"] Amount,+ line102_sum = subCalculationFields "Line106" ["Amount1"] ["Amount2"],+ line_31600 = Field ["Line31600", "Line_31600_mount"] Amount,+ line104_sum = Field ["Line108", "Amount"] Amount,+ line107_sum = Field ["Line111", "Amount"] Amount,+ line112_sum = Field ["Line116", "Amount"] Amount, medical_expenses = page6MedicalExpensesFields,- line33200_sum = subCalculationFields "Line33200" ["Line_33200_Amount1"] ["Line_33200_Line32Amount2"],- line112 = Field ["Line118", "Percent"] $ Constant 0.15 Percent}+ line_33200_sum = subCalculationFields "Line33200" ["Line_33200_Amount1"] ["Line_33200_Line32Amount2"],+ line120_taxCreditRate = Field ["Line124", "Percent"] $ Constant 0.15 Percent} page6MedicalExpensesFields = ON.page6MedicalExpensesFields {- taxableIncome = Field ["Line112", "Amount1"] Amount,- taxableIncomeFraction = Field ["Line112", "Amount2"] Amount,- MedicalExpenses.threshold = Field ["Line113", "Amount"] Amount,- difference = Field ["Line114", "Amount"] Amount}+ taxableIncome = Field ["Line118", "Amount1"] Amount,+ taxableIncomeFraction = Field ["Line118", "Amount2"] Amount,+ MedicalExpenses.threshold = Field ["Line119", "Amount"] Amount,+ difference = Field ["Line120", "Amount"] Amount} page7Fields = Page7 { partC_NetFederalTax = within "PartC" Rank2.<$> partCFields, step6_RefundOrBalanceOwing = within "Step6" Rank2.<$> page7step6Fields} partCFields = ON.partCFields {- line116 = Field ["Line122", "Amount"] Amount,- line119 = Field ["Line125", "Amount"] Amount,- line122_sum = subCalculationFields "Line128" ["Amount1"] ["Amount2"],- line124 = Field ["Line130", "Amount"] Amount,- line125 = Field ["Line131", "Amount"] Amount,- line127 = Field ["Line133", "Amount"] Amount,- line128 = Field ["Line134", "Amount"] Amount,- line129 = Field ["Line135", "Amount"] Amount,- line130 = Field ["Line136", "Amount"] Amount}+ tax_copy = Field ["Line128", "Amount"] Amount,+ credits_copy = Field ["Line131", "Amount"] Amount,+ line130_sum = subCalculationFields "Line134" ["Amount1"] ["Amount2"],+ line132_foreignSurtax = Field ["Line136", "Amount"] Amount,+ line133_sum = Field ["Line137", "Amount"] Amount,+ line135_difference = Field ["Line139", "Amount"] Amount,+ line136_recapture = Field ["Line140", "Amount"] Amount,+ line137_sum = Field ["Line141", "Amount"] Amount,+ line138_logging = Field ["Line142", "Amount"] Amount} page7step6Fields = ON.page7step6Fields {- line140 = Field ["Line146", "Amount"] Amount,+ tax_copy = Field ["Line152", "Amount"] Amount, line_42100_CPPContributions = NoField} page8Fields = ON.page8Fields { Page8.step6_RefundOrBalanceOwing = within "Step6-Continued" Rank2.<$> page8step6Fields,- line_1_ONOpportunitiesFund = NoField,+ line1_ONOpportunitiesFund = NoField, line_46500 = NoField, line_46600 = NoField,- line48400_Refund = Field ["Refund_or_Balancing-owing", "Line48400", "Line_48400_Amount"] Amount,- line48500_BalanceOwing = Field ["Refund_or_Balancing-owing", "Line48500", "Line_48500_Amount"] Amount}+ line_48400_Refund = Field ["Refund_or_Balancing-owing", "Line48400", "Line_48400_Amount"] Amount,+ line_48500_BalanceOwing = Field ["Refund_or_Balancing-owing", "Line48500", "Line_48500_Amount"] Amount} page8step6Fields = ON.page8step6Fields {- line_43500_totalpayable = Field ["Line151", "Amount"] Amount,+ line_43500_totalpayable = Field ["Line157", "Amount"] Amount, line_43800_TaxTransferQC = Field ["Line43800", "Line_43800_Amount"] Amount, line_43850_diff = subCalculationFields "Line43900" ["Line_43900_Amount1"] ["Line_43900_Amount2"], line_42900_copy = Field ["Line44000", "Line_44000_Amount1"] Amount, line_44000 = Field ["Line44000", "Line_44000_Amount2"] Amount, line_44800_CPPOverpayment = NoField,- line_31210_copy = Field ["Line157", "Amount"] Amount,+ line_31210_copy = Field ["Line163", "Amount"] Amount, line_45100_diff = subCalculationFields "Line45100" ["Line_45100_Amount1"] ["Line_45100_Amount2"], line_45350_CTC = Field ["Line45350", "Line_45300_Amount"] Amount, line_47555_TaxPaid = Field ["Line47555", "Line_47555_Amount"] Amount, line_47900_ProvTerrCredits = NoField,- line164_Refund_or_BalanceOwing = Field ["Line172", "Refund_or_BalanceOwing_Amount"] Amount}+ line164_Refund_or_BalanceOwing = Field ["Line177", "Refund_or_BalanceOwing_Amount"] Amount}
@@ -17,7 +17,7 @@ t1Fields :: T1 FieldConst t1Fields = NT.t1Fields{- page2 = within "form1" . within "Page2" . within "Step1-Continued" Rank2.<$> BC.page2Fields,+ page2 = within "form1" . within "Page2" . within "Step1-Continued" Rank2.<$> NT.page2Fields, page7 = within "form1" . within "Page7" Rank2.<$> page7Fields, page8 = within "form1" . within "Page8" Rank2.<$> page8Fields} @@ -26,11 +26,10 @@ step6_RefundOrBalanceOwing = within "Step6" Rank2.<$> page7step6Fields} partCFields = ON.partCFields {- line40900 = Field ["Line4100", "Line40900", "Line_40900_Amount"] Amount,- line41000 = Field ["Line4100", "Line_41000_Amount"] Amount}+ line_40900 = Field ["Line4100", "Line40900", "Line_40900_Amount"] Amount,+ line_41000 = Field ["Line4100", "Line_41000_Amount"] Amount} page7step6Fields = ON.page7step6Fields {- line140 = Field ["Line142", "Amount"] Amount, line_43200_FirstNationsTax = Field ["Line43200", "Line_43200_Amount"] Amount} page8Fields = BC.page8Fields {@@ -38,8 +37,8 @@ taxPreparer = within "Line_49000_IfFeeWasCharged" Rank2.<$> BC.taxPreparerFields} page8step6Fields = ON.page8step6Fields {- line_43500_totalpayable = Field ["Line149", "Amount"] Amount,+ line_43500_totalpayable = Field ["Line155", "Amount"] Amount, line_44100 = Field ["Line44100", "Line_44000_Amount"] Amount, line_46800 = Field ["Line46900", "sfline46800end", "Line_46800_Amount"] Amount, line_47555_TaxPaid = Field ["Line47555", "Line_47555_Amount"] Amount,- line164_Refund_or_BalanceOwing = Field ["Line169", "Amount"] Amount}+ line164_Refund_or_BalanceOwing = Field ["Line174", "Amount"] Amount}
@@ -39,43 +39,45 @@ fixPage3 :: Page3 Maybe -> Page3 Maybe fixPage3 = fixEq $ \page@Page3{selfEmployment=SelfEmploymentIncome{..}, ..}-> page{- line_19 = totalOf [line_10100_EmploymentIncome ,- line_10400_OtherEmploymentIncome,- line_11300_OldAgeSecurityPension,- line_11400_CPP_QPP,- line_11500_OtherPensions,- line_11600_ElectedSplitPension,- line_11700_UCCB,- line_11900_EmploymentInsurance,- line_12000_TaxableDividends,- line_12100_InvestmentIncome,- line_12200_PartnershipIncome,- line_12500_RDSP,- line_12600_Amount,- line_12700_TaxableCapitalGains,- line_12800_Amount,- line_12900_RRSPIncome,- line_12905_FHSAIncome,- line_12906_OtherFHSAIncome,- line_13000_OtherIncome,- line_13010_TaxableScholarship],- line_25_sum = fixSubCalculation $- totalOf [line_13500_Amount,- line_13700_Amount,- line_13900_Amount,- line_14100_Amount,- line_14300_Amount],- line_26 = totalOf [line_19, line_25_sum.result],- line_14700_EqualsAmount = totalOf [line_14400_WorkersCompBen,- line_14500_SocialAssistPay,- line_14600_NetFedSupplements],- line_14700_PlusAmount = line_14700_EqualsAmount,- line_15000_TotalIncome = totalOf [line_26, line_14700_PlusAmount]}+ line16_difference = fixSubCalculation id $+ nonNegativeDifference line_12700_TaxableCapitalGains line_12701_CapitalGainsReduction,+ line23_sum = totalOf [line_10100_EmploymentIncome ,+ line_10400_OtherEmploymentIncome,+ line_11300_OldAgeSecurityPension,+ line_11400_CPP_QPP,+ line_11500_OtherPensions,+ line_11600_ElectedSplitPension,+ line_11700_UCCB,+ line_11900_EmploymentInsurance,+ line_12000_TaxableDividends,+ line_12100_InvestmentIncome,+ line_12200_PartnershipIncome,+ line_12500_RDSP,+ line_12600_Amount,+ line16_difference.result,+ line_12800_Amount,+ line_12900_RRSPIncome,+ line_12905_FHSAIncome,+ line_12906_OtherFHSAIncome,+ line_13000_OtherIncome,+ line_13010_TaxableScholarship],+ line29_sum = fixSubCalculation id $+ totalOf [line_13500_Amount,+ line_13700_Amount,+ line_13900_Amount,+ line_14100_Amount,+ line_14300_Amount],+ line30_sum = totalOf [line23_sum, line29_sum.result],+ line_14700_sum = fixSubCalculation id $+ totalOf [line_14400_WorkersCompBen,+ line_14500_SocialAssistPay,+ line_14600_NetFedSupplements],+ line_15000_TotalIncome = totalOf [line30_sum, line_14700_sum.result]} fixPage4 :: T1 Maybe -> Page4 Maybe -> Page4 Maybe fixPage4 t1 = fixEq $ \page@Page4{..}-> page{ line_15000_TotalIncome_2 = t1.page3.line_15000_TotalIncome,- line_23300_sum = fixSubCalculation $+ line_23300_sum = fixSubCalculation id $ totalOf [line_20700_RPPDeduction, line_20800_RRSPDeduction, line_20805_FHSADeduction,@@ -106,32 +108,32 @@ fixPage6 :: T1 Maybe -> Page6 Maybe -> Page6 Maybe fixPage6 t1 = fixEq $ \page@Page6{..}-> page{- line82 = t1.page5.partB_FederalTaxCredits.line_81,- line31260 = minimum [Just 1368,+ pageBreakCarry = t1.page5.partB_FederalTaxCredits.pageBreakSummary,+ line_31260 = minimum [Just 1433, totalOf [t1.page3.line_10100_EmploymentIncome, t1.page3.line_10400_OtherEmploymentIncome]],- line94_sum = fixSubCalculation $- totalOf [line30800,- line31000,- line31200,- line31205,- line31210,- line31215,- line31217,- line31220,- line31240,- line31260,- line31270,- line31285,- line31300,- line31350],- line96 = totalOf [line82, line94_sum.result, line31400],- line99 = totalOf [line96, line31600, line31800],- line104 = totalOf [line99, line31900, line32300, line32400, line32600],+ line102_sum = fixSubCalculation id $+ totalOf [line_30800,+ line_31000,+ line_31200,+ line_31205,+ line_31210,+ line_31215,+ line_31217,+ line_31220,+ line_31240,+ line_31260,+ line_31270,+ line_31285,+ line_31300,+ line_31350],+ line104_sum = totalOf [pageBreakCarry, line102_sum.result, line_31400],+ line107_sum = totalOf [line104_sum, line_31600, line_31800],+ line112_sum = totalOf [line107_sum, line_31900, line_32300, line_32400, line_32600], medical_expenses = fixMedicalExpenses t1 medical_expenses,- line33200_sum = fixSubCalculation $ totalOf [medical_expenses.difference, medical_expenses.otherDependants],- line33500 = totalOf [line104, line33200_sum.result],- line33800 = line112 `fractionOf` line33500,- line35000 = totalOf [line33800, line34900]}+ line_33200_sum = fixSubCalculation id $ totalOf [medical_expenses.difference, medical_expenses.otherDependants],+ line_33500 = totalOf [line112_sum, line_33200_sum.result],+ line_33800 = line120_taxCreditRate `fractionOf` line_33500,+ line_35000 = totalOf [line_33800, line_34900]} fixPage7 :: T1 Maybe -> Page7 Maybe -> Page7 Maybe fixPage7 t1 = fixEq $ \Page7{partC_NetFederalTax, step6_RefundOrBalanceOwing}-> Page7{@@ -141,27 +143,30 @@ fixPage8 :: T1 Maybe -> Page8 Maybe -> Page8 Maybe fixPage8 t1 = fixEq $ \page@Page8{..}-> Page8{ step6_RefundOrBalanceOwing = fixPage8Step6 t1 step6_RefundOrBalanceOwing,- line48400_Refund = step6_RefundOrBalanceOwing.line164_Refund_or_BalanceOwing+ line_48400_Refund = step6_RefundOrBalanceOwing.line164_Refund_or_BalanceOwing >>= \x-> if x < 0 then Just (negate x) else Nothing,- line48500_BalanceOwing = step6_RefundOrBalanceOwing.line164_Refund_or_BalanceOwing+ line_48500_BalanceOwing = step6_RefundOrBalanceOwing.line164_Refund_or_BalanceOwing >>= \x-> if x > 0 then Just x else Nothing,- line_46600 = (-) <$> line48400_Refund <*> line_46500,+ line_46600 = (-) <$> line_48400_Refund <*> line_46500, ..} fixStep4 :: T1 Maybe -> Step4 Maybe -> Step4 Maybe fixStep4 t1 = fixEq $ \step@Step4{..}-> step{ line_23600_NetIncome_2 = t1.page4.line_23600_NetIncome,- line_25700_AddLines_sum = fixSubCalculation $- totalOf [line_24400_MilitaryPoliceDeduction,- line_24900_SecurityDeductions,- line_25000_OtherPayDeductions,- line_25100_PartnershipLosses,- line_25200_NoncapitalLosses,- line_25300_NetCapitalLosses,- line_25400_CapitalGainsDeduction,- line_25500_NorthernDeductions,- line_25600_AdditionalDeductions_Amount],- line_26000_TaxableIncome = nonNegativeDifference line_23600_NetIncome_2 line_25700_AddLines_sum.result}+ line_25700_sum = fixSubCalculation id $+ totalOf [line_24400_MilitaryPoliceDeduction,+ line_24900_SecurityDeductions,+ line_24901_SecurityDeductions,+ line_25000_OtherPayDeductions,+ line_25100_PartnershipLosses,+ line_25200_NoncapitalLosses,+ line_25300_NetCapitalLosses,+ line_25395_BusinessTransfer,+ line_25400_CapitalGainsDeduction,+ line_25500_NorthernDeductions,+ line_25600_AdditionalDeductions_Amount],+ line72_difference = nonNegativeDifference line_23600_NetIncome_2 line_25700_sum.result,+ line_26000_TaxableIncome = totalOf [line72_difference, line_25999_CapitalGainsReductionAddBack]} fixPage5PartA :: HasCallStack => T1 Maybe -> Page5PartA Maybe -> Page5PartA Maybe fixPage5PartA t1 = fixEq $ \part@Page5PartA{..}-> part{@@ -174,80 +179,80 @@ fixPage5PartB :: T1 Maybe -> Page5PartB Maybe -> Page5PartB Maybe fixPage5PartB t1 = fixEq $ \part@Page5PartB{..}-> part{- line30000 = let income = fromMaybe 0 t1.page4.line_23600_NetIncome- threshold = 165_430- ceiling = 235_675- in if income <= threshold then Just 15_000- else if income >= ceiling then Just 13_520- else Just $ 15_000 - (15_000 - 13_250) * (income - threshold) / (ceiling - threshold),- line30100 = if any ((<= (1958 :: Year)) . dayPeriod) t1.page1.identification.dateBirth- then let income = fromMaybe 0 t1.page4.line_23600_NetIncome- threshold = 42_335- ceiling = 98_309- in if income <= threshold then Just 8396- else if income >= ceiling then Just 0- else Just (8396 - (income - threshold) * 0.15)- else Nothing,- line30500 = ((* 2499) . fromIntegral) <$> line30499_ChildrenNum,- line_81 = totalOf [line30000,- line30100,- line30300,- line30400,- line30425,- line30450,- line30500]}+ line_30000 = let income = fromMaybe 0 t1.page4.line_23600_NetIncome+ threshold = 173_205+ ceiling = 246_752+ in if income <= threshold then Just 15_705+ else if income >= ceiling then Just 14_156+ else Just $ 15_705 - (15_705 - 14_156) * (income - threshold) / (ceiling - threshold),+ line_30100 = if any ((<= (1959 :: Year)) . dayPeriod) t1.page1.identification.dateBirth+ then let income = fromMaybe 0 t1.page4.line_23600_NetIncome+ threshold = 44_325+ ceiling = 102_925+ in if income <= threshold then Just 8790+ else if income >= ceiling then Just 0+ else Just (8790 - (income - threshold) * 0.15)+ else Nothing,+ line_30500 = ((* 2616) . fromIntegral) <$> line_30499_ChildrenNum,+ pageBreakSummary = totalOf [line_30000,+ line_30100,+ line_30300,+ line_30400,+ line_30425,+ line_30450,+ line_30500]} fixMedicalExpenses :: T1 Maybe -> MedicalExpenses Maybe -> MedicalExpenses Maybe fixMedicalExpenses t1 = fixEq $ \expenses@MedicalExpenses{familyExpenses, taxableIncome, taxableIncomeFraction, threshold}-> expenses{ taxableIncome = t1.page4.line_23600_NetIncome, taxableIncomeFraction = (* 0.03) <$> taxableIncome,- threshold = min 2635 <$> taxableIncomeFraction,+ threshold = min 2759 <$> taxableIncomeFraction, difference = nonNegativeDifference familyExpenses threshold} fixPage7PartC :: T1 Maybe -> Page7PartC Maybe -> Page7PartC Maybe fixPage7PartC t1 = fixEq $ \part@Page7PartC{..}-> part{- line116 = let partA = t1.page5.partA_FederalTax- in partA.column1.equalsTax- <|> partA.column2.equalsTax- <|> partA.column3.equalsTax- <|> partA.column4.equalsTax- <|> partA.column5.equalsTax,- line40400 = totalOf [line116, line40424],- line119 = t1.page6.line35000,- line40425,- line40427,- line122_sum = fixSubCalculation $ totalOf [line119, line40425, line40427],- line42900 = nonNegativeDifference line40400 line122_sum.result,- line125 = totalOf [line42900, line124],- line127 = difference line125 line40500,- line129 = totalOf [line127, line128],- line40600 = nonNegativeDifference line129 line130,- line41000 = case line40900+ tax_copy = let partA = t1.page5.partA_FederalTax+ in partA.column1.equalsTax+ <|> partA.column2.equalsTax+ <|> partA.column3.equalsTax+ <|> partA.column4.equalsTax+ <|> partA.column5.equalsTax,+ line_40400 = totalOf [tax_copy, line_40424],+ credits_copy = t1.page6.line_35000,+ line_40425,+ line_40427,+ line130_sum = fixSubCalculation id $ totalOf [credits_copy, line_40425, line_40427],+ line_42900 = nonNegativeDifference line_40400 line130_sum.result,+ line133_sum = totalOf [line_42900, line132_foreignSurtax],+ line135_difference = difference line133_sum line_40500,+ line137_sum = totalOf [line135_difference, line136_recapture],+ line_40600 = nonNegativeDifference line137_sum line138_logging,+ line_41000 = case line_40900 of Just x | x <= 400 -> Just (x * 0.75) | x <= 750 -> Just ((x - 400) * 0.5 + 300) | x <= 1275 -> Just ((x - 750) * 0.3333 + 475) | otherwise -> Just 650 Nothing -> Nothing,- line41600_sum = fixSubCalculation $ totalOf [line41000, line41200, line41400],- line41700 = nonNegativeDifference line40600 line41600_sum.result,- line42000 = totalOf [line41700, line41500, line41800]}+ line_41600_sum = fixSubCalculation id $ totalOf [line_41000, line_41200, line_41400],+ line_41700 = nonNegativeDifference line_40600 line_41600_sum.result,+ line_42000 = totalOf [line_41700, line_41500, line_41800]} fixPage7Step6 :: T1 Maybe -> Page7Step6 Maybe -> Page7Step6 Maybe fixPage7Step6 t1 = fixEq $ \step@Page7Step6{..}-> step{- line140 = t1.page7.partC_NetFederalTax.line42000,- line_43500_TotalPayable = totalOf [line140, line_42100_CPPContributions, line_42120_EIPremiums,+ tax_copy = t1.page7.partC_NetFederalTax.line_42000,+ line_43500_TotalPayable = totalOf [tax_copy, line_42100_CPPContributions, line_42120_EIPremiums, line_42200_SocialBenefits, line_42800_ProvTerrTax]} fixPage8Step6 :: T1 Maybe -> Page8Step6 Maybe -> Page8Step6 Maybe fixPage8Step6 t1 = fixEq $ \step@Page8Step6{..}-> step{ line_43500_totalpayable = t1.page7.step6_RefundOrBalanceOwing.line_43500_TotalPayable, line_46900 = (* 0.25) <$> line_46800,- line_43850_diff = fixSubCalculation $ difference line_43700_Total_income_tax_ded line_43800_TaxTransferQC,- line_31210_copy = t1.page6.line31210,- line_45100_diff = fixSubCalculation $ difference line_45000_EIOverpayment line_31210_copy,- line_48200_sum = fixSubCalculation $+ line_43850_diff = fixSubCalculation id $ difference line_43700_Total_income_tax_ded line_43800_TaxTransferQC,+ line_31210_copy = t1.page6.line_31210,+ line_45100_diff = fixSubCalculation id $ difference line_45000_EIOverpayment line_31210_copy,+ line_48200_sum = fixSubCalculation id $ totalOf [line_43850_diff.result, line_44000, line_45100_diff.result,
@@ -72,11 +72,11 @@ date_Entry :: line Day} data Spouse line = Spouse {- line23600 :: line Centi,+ line_23600 :: line Centi, self_employment :: line Bool, spouse_First_Name :: line Text,- line11700 :: line Centi,- line21300 :: line Centi,+ line_11700 :: line Centi,+ line_21300 :: line Centi, sin :: line Text} data Page2 line = Page2 {@@ -114,6 +114,8 @@ line_12599_12600_RentalIncome :: line Centi, line_12600_Amount :: line Centi, line_12700_TaxableCapitalGains :: line Centi,+ line_12701_CapitalGainsReduction :: line Centi,+ line16_difference :: SubCalculation line, line_12799_Amount :: line Centi, line_12800_Amount :: line Centi, line_12900_RRSPIncome :: line Centi,@@ -122,15 +124,14 @@ line_13000_OtherIncome :: line Centi, line_13000_OtherIncomeSource :: line Text, line_13010_TaxableScholarship :: line Centi,- line_19 :: line Centi,+ line23_sum :: line Centi, selfEmployment :: SelfEmploymentIncome line,- line_25_sum :: SubCalculation line,- line_26 :: line Centi,+ line29_sum :: SubCalculation line,+ line30_sum :: line Centi, line_14400_WorkersCompBen :: line Centi, line_14500_SocialAssistPay :: line Centi, line_14600_NetFedSupplements :: line Centi,- line_14700_EqualsAmount :: line Centi,- line_14700_PlusAmount :: line Centi,+ line_14700_sum :: SubCalculation line, line_15000_TotalIncome :: line Centi} data SelfEmploymentIncome line = SelfEmploymentIncome {@@ -157,6 +158,7 @@ line_21300_UCCBRepayment :: line Centi, line_21400_ChildCareExpenses :: line Centi, line_21500_DisabilityDeduction :: line Centi,+ line_21698_Amount :: line Centi, line_21699_Amount :: line Centi, line_21700_Amount :: line Centi, line_21900_MovingExpenses :: line Centi,@@ -185,15 +187,19 @@ line_23600_NetIncome_2 :: line Centi, line_24400_MilitaryPoliceDeduction :: line Centi, line_24900_SecurityDeductions :: line Centi,+ line_24901_SecurityDeductions :: line Centi, line_25000_OtherPayDeductions :: line Centi, line_25100_PartnershipLosses :: line Centi, line_25200_NoncapitalLosses :: line Centi, line_25300_NetCapitalLosses :: line Centi,+ line_25395_BusinessTransfer :: line Centi, line_25400_CapitalGainsDeduction :: line Centi, line_25500_NorthernDeductions :: line Centi, line_25600_AdditionalDeductions_Amount :: line Centi, line_25600_AdditionalDeductions_Specify :: line Text,- line_25700_AddLines_sum :: SubCalculation line,+ line_25700_sum :: SubCalculation line,+ line72_difference :: line Centi,+ line_25999_CapitalGainsReductionAddBack :: line Centi, line_26000_TaxableIncome :: line Centi} data Page5PartA line = Page5PartA {@@ -204,52 +210,52 @@ column5 :: TaxIncomeBracket line} data Page5PartB line = Page5PartB {- line30000 :: line Centi,- line30100 :: line Centi,- line30300 :: line Centi,- line30400 :: line Centi,- line30425 :: line Centi,- line30450 :: line Centi,- line30499_ChildrenNum :: line Word,- line30500 :: line Centi,- line_81 :: line Centi}+ line_30000 :: line Centi,+ line_30100 :: line Centi,+ line_30300 :: line Centi,+ line_30400 :: line Centi,+ line_30425 :: line Centi,+ line_30450 :: line Centi,+ line_30499_ChildrenNum :: line Word,+ line_30500 :: line Centi,+ pageBreakSummary :: line Centi} data Page6 line = Page6 {- line82 :: line Centi,+ pageBreakCarry :: line Centi, -- CPP_QPP- line30800 :: line Centi,- line31000 :: line Centi,+ line_30800 :: line Centi,+ line_31000 :: line Centi, -- EI- line31200 :: line Centi,- line31205 :: line Centi,- line31210 :: line Centi,- line31215 :: line Centi,- line31217 :: line Centi,- line31220 :: line Centi,- line31240 :: line Centi,- line31260 :: line Centi,- line31270 :: line Centi,- line31285 :: line Centi,- line31300 :: line Centi,- line31350 :: line Centi,- line94_sum :: SubCalculation line,- line31400 :: line Centi,- line96 :: line Centi,- line31600 :: line Centi,- line31800 :: line Centi,- line99 :: line Centi,- line31900 :: line Centi,- line32300 :: line Centi,- line32400 :: line Centi,- line32600 :: line Centi,- line104 :: line Centi,+ line_31200 :: line Centi,+ line_31205 :: line Centi,+ line_31210 :: line Centi,+ line_31215 :: line Centi,+ line_31217 :: line Centi,+ line_31220 :: line Centi,+ line_31240 :: line Centi,+ line_31260 :: line Centi,+ line_31270 :: line Centi,+ line_31285 :: line Centi,+ line_31300 :: line Centi,+ line_31350 :: line Centi,+ line102_sum :: SubCalculation line,+ line_31400 :: line Centi,+ line104_sum :: line Centi,+ line_31600 :: line Centi,+ line_31800 :: line Centi,+ line107_sum :: line Centi,+ line_31900 :: line Centi,+ line_32300 :: line Centi,+ line_32400 :: line Centi,+ line_32600 :: line Centi,+ line112_sum :: line Centi, medical_expenses :: MedicalExpenses line,- line33200_sum :: SubCalculation line,- line33500 :: line Centi,- line112 :: line Rational,- line33800 :: line Centi,- line34900 :: line Centi,- line35000 :: line Centi}+ line_33200_sum :: SubCalculation line,+ line_33500 :: line Centi,+ line120_taxCreditRate :: line Rational,+ line_33800 :: line Centi,+ line_34900 :: line Centi,+ line_35000 :: line Centi} data MedicalExpenses line = MedicalExpenses { familyExpenses :: line Centi,@@ -264,35 +270,35 @@ step6_RefundOrBalanceOwing :: Page7Step6 line} data Page7PartC line = Page7PartC {- line116 :: line Centi,- line40424 :: line Centi,- line40400 :: line Centi,- line119 :: line Centi,- line40425 :: line Centi,- line40427 :: line Centi,- line122_sum :: SubCalculation line,- line42900 :: line Centi,- line124 :: line Centi,- line125 :: line Centi,- line40500 :: line Centi,- line127 :: line Centi,- line128 :: line Centi,- line129 :: line Centi,- line130 :: line Centi,- line40600 :: line Centi,- line40900 :: line Centi,- line41000 :: line Centi,- line41200 :: line Centi,- line41300 :: line Centi,- line41400 :: line Centi,- line41600_sum :: SubCalculation line,- line41700 :: line Centi,- line41500 :: line Centi,- line41800 :: line Centi,- line42000 :: line Centi}+ tax_copy :: line Centi,+ line_40424 :: line Centi,+ line_40400 :: line Centi,+ credits_copy :: line Centi,+ line_40425 :: line Centi,+ line_40427 :: line Centi,+ line130_sum :: SubCalculation line,+ line_42900 :: line Centi,+ line132_foreignSurtax :: line Centi,+ line133_sum :: line Centi,+ line_40500 :: line Centi,+ line135_difference :: line Centi,+ line136_recapture :: line Centi,+ line137_sum :: line Centi,+ line138_logging :: line Centi,+ line_40600 :: line Centi,+ line_40900 :: line Centi,+ line_41000 :: line Centi,+ line_41200 :: line Centi,+ line_41300 :: line Centi,+ line_41400 :: line Centi,+ line_41600_sum :: SubCalculation line,+ line_41700 :: line Centi,+ line_41500 :: line Centi,+ line_41800 :: line Centi,+ line_42000 :: line Centi} data Page7Step6 line = Page7Step6 {- line140 :: line Centi,+ tax_copy :: line Centi, line_42100_CPPContributions :: line Centi, line_42120_EIPremiums :: line Centi, line_42200_SocialBenefits :: line Centi,@@ -302,12 +308,12 @@ data Page8 line = Page8 { step6_RefundOrBalanceOwing :: Page8Step6 line,- line48400_Refund :: line Centi,- line48500_BalanceOwing :: line Centi,+ line_48400_Refund :: line Centi,+ line_48500_BalanceOwing :: line Centi, telephone :: line Centi, date :: line Centi, taxPreparer :: TaxPreparer line,- line_1_ONOpportunitiesFund :: line Centi,+ line1_ONOpportunitiesFund :: line Centi, line_46500 :: line Centi, line_46600 :: line Centi} @@ -344,7 +350,7 @@ eFileNumber :: line Text, nameOfPreparer :: line Text, telephoneOfPreparer :: line Text,- line49000_WasAFeeCharged :: line Bool}+ line_49000_WasAFeeCharged :: line Bool} $(foldMap (\t-> concat <$> sequenceA [
@@ -0,0 +1,130 @@+{-# LANGUAGE Haskell2010 #-}+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE FlexibleInstances #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE MultiParamTypeClasses #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE StandaloneDeriving #-}+{-# LANGUAGE TemplateHaskell #-}+{-# LANGUAGE TypeOperators #-}+{-# LANGUAGE UndecidableInstances #-}++module Tax.Canada.T4 (T4(..), T4Slip(..), t4Fields) where++import Control.Applicative (ZipList(ZipList))+import Data.Fixed (Centi)+import Data.Functor.Product (Product(Pair))+import Data.CAProvinceCodes qualified as Province+import Data.Text (Text)+import Rank2 qualified+import Rank2.TH qualified+import Transformation.Shallow.TH qualified++import Tax.FDF (FieldConst (Field, NoField), Entry (Amount, Province, Textual, Year), within)++data T4 line = T4{+ slip1 :: T4Slip line,+ slip2 :: T4Slip line}++data T4Slip line = T4Slip{+ year :: line Int,+ box10_provinceOfEmployment :: line Province.Code,+ box12_SIN :: line Text,+ employerName :: line Text,+ employeeFirstName :: line Text,+ employeeLastName :: line Text,+ employeeInitial :: line Text,+ employeeAddress :: line Text,+ box14_employmentIncome :: line Centi,+ box16_employeeCPP :: line Centi,+ box16a_employeeCPP :: line Centi,+ box17_employeeQPP :: line Centi,+ box17a_employeeQPP :: line Centi,+ box18_employeeEI :: line Centi,+ box20_employeeRPP :: line Centi,+ box22_incomeTaxDeducted :: line Centi,+ box24_insurableEarnings :: line Centi,+ box26_pensionableEarnings :: line Centi,+ box29_employmentCode :: line Text,+ box44_unionDues :: line Centi,+ box45_dental :: line Text,+ box46_charityDonations :: line Centi,+ box50_rppNumber :: line Text,+ box52_pensionAdjustment :: line Centi,+ box54_employersAccount :: line Text,+ box55_premiumPPIP :: line Centi,+ box56_insurableEarningsPPIP :: line Centi,+ otherInformation :: ZipList (Product (Rank2.Only Text) (Rank2.Only Centi) line)}++deriving instance (Show (line Centi), Show (line Province.Code), Show (line Text), Show (line Int)) => Show (T4 line)+deriving instance (Eq (line Centi), Eq (line Province.Code), Eq (line Text), Eq (line Int)) => Eq (T4 line)+deriving instance (Show (line Centi), Show (line Province.Code),+ Show (line Text), Show (line Int)) => Show (T4Slip line)+deriving instance (Eq (line Centi), Eq (line Province.Code), Eq (line Text), Eq (line Int)) => Eq (T4Slip line)++Rank2.TH.deriveFunctor ''T4Slip+Rank2.TH.deriveApply ''T4Slip+Rank2.TH.deriveApplicative ''T4Slip+Rank2.TH.deriveFoldable ''T4Slip+Rank2.TH.deriveTraversable ''T4Slip+Rank2.TH.deriveFunctor ''T4+Rank2.TH.deriveApply ''T4+Rank2.TH.deriveApplicative ''T4+Rank2.TH.deriveFoldable ''T4+Rank2.TH.deriveTraversable ''T4+Transformation.Shallow.TH.deriveAll ''T4Slip+Transformation.Shallow.TH.deriveAll ''T4++t4Fields :: T4 FieldConst+t4Fields = within "form1" . within "Page1" Rank2.<$> T4{+ slip1 = within "Slip1" Rank2.<$> t4SlipFields,+ slip2 = within "Slip2" Rank2.<$> t4SlipFields}++t4SlipFields :: T4Slip FieldConst+t4SlipFields = T4Slip{+ year = Field ["Year", "Slip1Year"] Year,+ box10_provinceOfEmployment = Field ["Box10", "Slip1Box10"] Province,+ box12_SIN = Field ["Box12", "Slip1Box12"] Textual,+ employerName = Field ["EmployersName", "Slip1EmployersName"] Textual,+ employeeFirstName = Field ["Employee", "FirstName", "Slip1FirstName"] Textual,+ employeeLastName = Field ["Employee", "LastName", "Slip1LastName"] Textual,+ employeeInitial = Field ["Employee", "Initial", "Slip1Initial"] Textual,+ employeeAddress = Field ["Employee", "Slip1Address"] Textual,+ box14_employmentIncome = Field ["Box14", "Slip1Box14"] Amount,+ box16_employeeCPP = Field ["Box16", "Slip1Box16"] Amount,+ box16a_employeeCPP = Field ["Box16A", "Slip1Box16A"] Amount,+ box17_employeeQPP = Field ["Box17", "Slip1Box17"] Amount,+ box17a_employeeQPP = Field ["Box17A", "Slip1Box17A"] Amount,+ box18_employeeEI = Field ["Box18", "Slip1Box18"] Amount,+ box20_employeeRPP = Field ["Box20", "Slip1Box20"] Amount,+ box22_incomeTaxDeducted = Field ["Box22", "Slip1Box22"] Amount,+ box24_insurableEarnings = Field ["Box24", "Slip1Box24"] Amount,+ box26_pensionableEarnings = Field ["Box26", "Slip1Box26"] Amount,+ box29_employmentCode = Field ["Box29", "Slip1Box29"] Textual,+ box44_unionDues = Field ["Box44", "Slip1Box44"] Amount,+ box45_dental = Field ["Box45", "DropDownList"] Textual,+ box46_charityDonations = Field ["Box46", "Slip1Box46"] Amount,+ box50_rppNumber = Field ["Box50", "Slip1Box50"] Textual,+ box52_pensionAdjustment = Field ["Box52", "Slip1Box52"] Amount,+ box54_employersAccount = Field ["EmployersAccount", "Slip1Box54"] Textual,+ box55_premiumPPIP = Field ["Box55", "Slip1Box55"] Amount,+ box56_insurableEarningsPPIP = Field ["Box56", "Slip1Box56"] Amount,+ otherInformation = (within "OtherInformation" Rank2.<$>) <$> ZipList [+ Rank2.Only (Field ["Box1", "Slip1Box1"] Textual)+ `Pair`+ Rank2.Only (Field ["Amount1", "Slip1Amount1"] Amount),+ Rank2.Only (Field ["Box2", "Slip1Box2"] Textual)+ `Pair`+ Rank2.Only (Field ["Amount2", "Slip1Amount2"] Amount),+ Rank2.Only (Field ["Box3", "Slip1Box3"] Textual)+ `Pair`+ Rank2.Only (Field ["Amount3", "Slip1Amount3"] Amount),+ Rank2.Only (Field ["Box4", "Slip1Box4"] Textual)+ `Pair`+ Rank2.Only (Field ["Amount4", "Slip1Amount4"] Amount),+ Rank2.Only (Field ["Box5", "Slip1Box5"] Textual)+ `Pair`+ Rank2.Only (Field ["Amount5", "Slip1Amount5"] Amount),+ Rank2.Only (Field ["Box6", "Slip1Box6"] Textual)+ `Pair`+ Rank2.Only (Field ["Amount6", "Slip1Amount6"] Amount)]}
@@ -13,6 +13,7 @@ import Control.Monad (join) import Data.Biapplicative (biliftA2, biliftA3)+import Data.Bifunctor (bimap) import Data.Bitraversable (bisequence, bitraverse) import Data.CAProvinceCodes qualified as Province import Data.Char (isDigit, isSpace)@@ -26,11 +27,11 @@ import Data.Semigroup.Cancellative (stripSuffix) import Data.Text (Text) import Data.Text qualified as Text-import Data.Time (Day, defaultTimeLocale, formatTime, parseTimeM)+import Data.Time (Day, MonthOfYear, defaultTimeLocale, formatTime, parseTimeM) import Data.Void (Void) import Rank2 qualified import Text.FDF (FDF (FDF, body), Field, foldMapWithKey, mapWithKey, parse, serialize, traverseWithKey)-import Text.Read (readEither)+import Text.Read (readEither, readMaybe) -- | A form field path serves to uniquely identify and locate the field inside a form data FieldConst a = Field {path :: [Text], entry :: Entry a}@@ -41,6 +42,8 @@ Constant :: (Eq a, Show a) => a -> Entry a -> Entry a Count :: Entry Word Date :: Entry Day+ Year :: Entry Int+ Month :: Entry MonthOfYear Province :: Entry Province.Code Textual :: Entry Text Amount :: Entry Centi@@ -53,8 +56,9 @@ deriving instance Show a => Show (Entry a) --- | A collection of 'FDF' forms keyed by a 'Text' identifier-type FDFs = Map Text FDF+-- | A collection of 'FDF' forms keyed by an identifier. The identifier type must be a lawful instance of 'Ord',+-- 'Read', and 'Show' classes, and its 'show' must be injective and inverse of 'read'.+type FDFs a = Map a FDF -- | Add a head component to a field path within :: Text -> FieldConst x -> FieldConst x@@ -79,8 +83,8 @@ -- | Given the field paths of multiple forms with path heads distinguishing among the forms, and a function that -- modifies a collection of forms with optional field values, try to update 'FDFs' of the forms. Fail if any of the -- field paths can't be found in the forms.-mapForms :: (Rank2.Apply form, Rank2.Traversable form)- => form FieldConst -> (form Maybe -> form Maybe) -> FDFs -> Either String FDFs+mapForms :: (Rank2.Apply form, Rank2.Traversable form, Ord a, Read a, Show a)+ => form FieldConst -> (form Maybe -> form Maybe) -> FDFs a -> Either String (FDFs a) mapForms fields f fdfs = loadAll fields fdfs >>= storeAll fields fdfs . f -- | Given two forms' field paths and a function that modifies both forms with optional field values, try to update@@ -93,14 +97,16 @@ mapForm2 fields f fdfs = bisequence (biliftA2 load load fields fdfs) >>= bisequence . biliftA3 store store fields fdfs . f -- | Try to load all 'FDFs' into a form with optional values using the given field paths.-loadAll :: forall form. (Rank2.Apply form, Rank2.Traversable form) => form FieldConst -> FDFs -> Either String (form Maybe)-loadAll fields fdfs = fromPresentFieldMap $ Map.foldMapWithKey (\k-> foldMapWithKey (Map.singleton . (k <> "[0]" :))) fdfs+loadAll :: forall form a. (Rank2.Apply form, Rank2.Traversable form, Ord a, Read a, Show a)+ => form FieldConst -> FDFs a -> Either String (form Maybe)+loadAll fields fdfs = fromPresentFieldMap $ Map.foldMapWithKey addPrefix fdfs where fromPresentFieldMap :: Map [Text] Text -> Either String (form Maybe)- fillPresent :: Map [Text] Text -> FieldConst a -> Either String (Maybe a)+ fillPresent :: Map [Text] Text -> FieldConst v -> Either String (Maybe v) fromPresentFieldMap m = Rank2.traverse (fillPresent m) fields fillPresent m f@Field {path = root : _}- | Map.member root fdfs = fill m f+ | Just k <- readMaybe (Text.unpack root), Map.member k fdfs = fill m f fillPresent _ _ = Right Nothing+ addPrefix k = foldMapWithKey (Map.singleton . (Text.pack (show k) <> "[0]" :)) -- | Try to load an 'FDF' into a form with optional values using the given field paths. load :: (Rank2.Apply form, Rank2.Traversable form) => form FieldConst -> FDF -> Either String (form Maybe)@@ -109,7 +115,8 @@ -- | Try to store a form with optional values into the given map of 'FDFs' according to given field paths. The heads -- of the paths correspond to the map keys. Fail if any of the 'FDF's doesn't contain a field path, but ignore the -- path heads not present among the keys of 'FDFs'.-storeAll :: (Rank2.Apply form, Rank2.Foldable form) => form FieldConst -> FDFs -> form Maybe -> Either String FDFs+storeAll :: (Rank2.Apply form, Rank2.Foldable form, Ord a, Show a)+ => form FieldConst -> FDFs a -> form Maybe -> Either String (FDFs a) storeAll fields = flip (updateAll fields) -- | Try to store a form with optional values into the given 'FDF' according to given field paths. Fail if the 'FDF'@@ -120,10 +127,11 @@ -- | Try to update the given map of 'FDFs' from the form with optional values according to given field paths. The -- heads of the paths correspond to the map keys. Fail if any of the 'FDF's doesn't contain a field path, but ignore -- the path heads not present among the keys of 'FDFs'.-updateAll :: (Rank2.Apply form, Rank2.Foldable form) => form FieldConst -> form Maybe -> FDFs -> Either String FDFs+updateAll :: (Rank2.Apply form, Rank2.Foldable form, Ord a, Show a)+ => form FieldConst -> form Maybe -> FDFs a -> Either String (FDFs a) updateAll formFields formValues = case toFieldMap formFields formValues of Left err -> const (Left err)- Right m -> Right . Map.mapWithKey (\k-> mapWithKey (updateKeyFrom m . (k <> "[0]" :)))+ Right m -> Right . Map.mapWithKey (\k-> mapWithKey (updateKeyFrom m . (Text.pack (show k) <> "[0]" :))) -- | Try to update the given 'FDF' from the form with optional values according to given form field paths. Fail if -- the 'FDF' doesn't contain a field path.@@ -172,6 +180,8 @@ fromEntry Percent v = Right $ dropInsignificantZeros (Text.pack $ show (fromRational $ v * 100 :: Centi)) <> "%" where dropInsignificantZeros = Text.dropWhileEnd (== '.') . Text.dropWhileEnd (== '0') fromEntry Count v = Right $ Text.pack (show v)+ fromEntry Year v = Right $ Text.pack (show v)+ fromEntry Month v = Right $ Text.pack (show v) fromEntry Province v = Right $ Text.pack (show v) fromFieldMap :: Rank2.Traversable form => form FieldConst -> Map [Text] Text -> Either String (form Maybe)@@ -180,8 +190,8 @@ fill :: forall a. Map [Text] Text -> FieldConst a -> Either String (Maybe a) fill fieldValues NoField = Right Nothing fill fieldValues Field {path, entry}- | Just v <- Map.lookup path fieldValues = toEntry entry (Text.unpack v)- | Just v <- Map.lookup (addIndex <$> path) fieldValues = toEntry entry (Text.unpack v)+ | Just v <- Map.lookup path fieldValues = toEntry entry v+ | Just v <- Map.lookup (addIndex <$> path) fieldValues = toEntry entry v | RadioButtons start step leaf values <- entry, alts <- [ (Map.lookup (map addIndex path <> [leaf <> "[" <> Text.pack (show $ start + i*step) <> "]"]) fieldValues, v)@@ -206,27 +216,30 @@ ++ show (Map.lookupLT (addIndex <$> path) fieldValues, Map.lookupGT (addIndex <$> path) fieldValues)) -toEntry :: Entry a -> String -> Either String (Maybe a)-toEntry _ "" = Right Nothing+toEntry :: Entry a -> Text -> Either String (Maybe a)+toEntry _ v | Text.null v = Right Nothing toEntry (Constant expected entry) v = do e <- toEntry entry v if e == Just expected then pure e else Left ("Expected " <> show expected <> ", got " <> show (v, e))-toEntry Count v = Just <$> readEither v-toEntry Date v = Just <$> parseTimeM False defaultTimeLocale "%Y%m%d" v-toEntry Province v = Just <$> readEither v-toEntry Textual v = Right $ Just $ Text.pack v-toEntry Amount v = Just <$> readEither (dropCommas v)+toEntry Count v = bimap (<> " for the count of " <> show v) Just $ readEither $ Text.unpack v+toEntry Date v = bimap (<> " for date " <> show v) Just $ parseTimeM False defaultTimeLocale "%Y%m%d" $ Text.unpack v+toEntry Month v = bimap (<> " for month " <> show v) Just $ readEither $ Text.unpack v+toEntry Year v = bimap (<> " for year " <> show v) Just $ readEither $ Text.unpack v+toEntry Province v = bimap (<> " for province code " <> show v) Just $ readEither $ Text.unpack v+toEntry Textual v = Right $ Just v+toEntry Amount v = bimap (<> " for the amount of " <> show v) Just $ readEither $ dropCommas $ Text.unpack v where dropCommas num | (wholePart, pointyPart@('.' : decimals)) <- span (/= '.') num, length decimals == 2, all isDigit decimals = filter (/= ',') wholePart <> pointyPart+ | (suffix, ',':_) <- span (/= ',') (reverse num), length suffix > 2 = filter (/= ',') num | otherwise = num toEntry Percent v- | Just v' <- stripSuffix "%" v,- (wholePart, pointyPart) <- span (/= '.') v',+ | Just v' <- stripSuffix "%" (Text.dropWhileEnd isSpace v),+ (wholePart, pointyPart) <- span (/= '.') $ Text.unpack v', Right whole <- fromInteger <$> readEither wholePart, Right decimal <- case takeWhile (not . isSpace) pointyPart of '.' : decimals -> (/ 10 ^ length decimals) . fromInteger <$> readEither decimals@@ -240,7 +253,7 @@ toEntry Checkbox "1" = Right $ Just True toEntry Checkbox v = Left ("Bad checkbox value: " <> show v) toEntry e@(RadioButton values) v- | Right n <- readEither v, n > 0, x:_ <- drop (n - 1) values = Right $ Just x+ | Right n <- readEither $ Text.unpack v, n > 0, x:_ <- drop (n - 1) values = Right $ Just x | otherwise = Left ("Bad radio button value: " <> show (e, v)) toEntry e@RadioButtons{} v = Left (show (e, v)) toEntry e@(Switch a b leaf) v = Left (show (e, v))
@@ -6,12 +6,12 @@ module Tax.PDFtk where import Data.ByteString.Lazy qualified as Lazy-import System.Process.Typed (ExitCode (ExitFailure, ExitSuccess), byteStringInput, readProcess, setStdin, shell)+import System.Process.Typed (ExitCode (ExitFailure, ExitSuccess), byteStringInput, proc, readProcess, setStdin, shell) -- | Convert a PDF file to an FDF bytestring via @pdftk generate_fdf@ pdfFile2fdf :: FilePath -> IO (Either String Lazy.ByteString) pdfFile2fdf pdfPath = do- (exitCode, fdf, errors) <- readProcess (shell $ "pdftk " <> pdfPath <> " generate_fdf output -")+ (exitCode, fdf, errors) <- readProcess (proc "pdftk" [pdfPath, "generate_fdf", "output", "-"]) case exitCode of ExitSuccess -> pure (Right fdf) ExitFailure n -> pure (Left $ "Error converting PDF to FDF (exit code " <> show n <> ").\n" <> show errors)@@ -28,7 +28,7 @@ fdf2pdf :: FilePath -> Lazy.ByteString -> IO (Either String Lazy.ByteString) fdf2pdf pdfPath fdf = do (exitCode, pdf, errors)- <- readProcess (setStdin (byteStringInput fdf) $ shell $ "pdftk " <> pdfPath <> " fill_form - output -")+ <- readProcess (setStdin (byteStringInput fdf) $ proc "pdftk" [pdfPath, "fill_form", "-", "output", "-"]) case exitCode of ExitSuccess -> pure (Right pdf) ExitFailure n -> pure (Left $ "Error converting FDF to PDF (exit code " <> show n <> ").\n" <> show errors)
@@ -13,8 +13,11 @@ where a' = f a -- | Sum the list of arguments; return 'Nothing' iff all items are 'Nothing'.-totalOf :: Num a => [Maybe a] -> Maybe a-totalOf = fmap sum . nonEmpty . mapMaybe id+totalOf :: (Foldable f, Num a) => f (Maybe a) -> Maybe a+totalOf = foldl' add Nothing+ where add Nothing x = x+ add x Nothing = x+ add (Just x) (Just y) = Just $! x+y -- | Subtraction under 'Maybe' difference :: Maybe Centi -> Maybe Centi -> Maybe Centi
@@ -20,8 +20,11 @@ import Tax.Canada.Territory.NU qualified as NU import Tax.Canada.Territory.YT qualified as YT import Tax.Canada.T1 (T1, fixT1)+import Tax.Canada.T4 (t4Fields)+import Tax.Canada.Federal qualified as Federal import Tax.Canada.Federal.Schedule6 (schedule6Fields) import Tax.Canada.Federal.Schedule7 (schedule7Fields)+import Tax.Canada.Federal.Schedule8 (schedule8Fields) import Tax.Canada.Federal.Schedule9 (schedule9Fields) import Tax.Canada.Federal.Schedule11 (schedule11Fields) import Tax.FDF as FDF@@ -30,11 +33,13 @@ import Test.Transformations qualified as Transformations import Data.ByteString qualified as ByteString+import Data.Char qualified as Char import Data.Either (isLeft, isRight) import Data.Functor.Const (Const (Const, getConst)) import Data.List qualified as List import Data.Maybe (fromMaybe)-import Data.Semigroup.Cancellative (isSuffixOf)+import Data.Monoid.Textual qualified as Textual+import Data.Semigroup.Cancellative (isSuffixOf, stripPrefix) import Data.Semigroup (All (All, getAll)) import Data.Text (Text, isInfixOf, stripSuffix) import Rank2 qualified@@ -52,7 +57,7 @@ main = do dataDir <- getDataDir- fdfMaps <- traverse (readFDFs . combine dataDir) [".", "T1/fdf", "428", "479"]+ fdfMaps <- traverse (readFDFs . combine dataDir) ["fdf", "fdf/T1", "fdf/428", "fdf/479"] either die (defaultMain . properties) $ sequenceA fdfMaps where readFDFs :: FilePath -> IO (Either String [(FilePath, FDF)])@@ -68,50 +73,52 @@ testGroup "Alberta" [ testProperty "T1" (checkFormIdempotent AB.t1Fields fixT1), testProperty "AB428" (checkFormIdempotent AB.ab428Fields AB.fixAB428),- testProperty "Federal+AB428" (checkFormIdempotent AB.returnFields AB.fixReturns)],+ testProperty "Federal+AB428" (checkFederalFormIdempotent AB.returnFields AB.fixReturns)], testGroup "British Columbia" [ testProperty "T1" (checkFormIdempotent BC.t1Fields fixT1), testProperty "BC428" (checkFormIdempotent BC.bc428Fields BC.fixBC428),- testProperty "Federal+BC428+BC479" (checkFormIdempotent BC.returnFields BC.fixReturns)],+ testProperty "Federal+BC428+BC479" (checkFederalFormIdempotent BC.returnFields BC.fixReturns)], testGroup "Manitoba" [ testProperty "T1" (checkFormIdempotent MB.t1Fields fixT1), testProperty "MB428" (checkFormIdempotent MB.mb428Fields MB.fixMB428),- testProperty "Federal+MB428" (checkFormIdempotent MB.returnFields MB.fixReturns)],+ testProperty "Federal+MB428" (checkFederalFormIdempotent MB.returnFields MB.fixReturns)], testGroup "Ontario" [ testProperty "T1" (checkFormIdempotent ON.t1Fields fixT1), testProperty "ON428" (checkFormIdempotent ON.returnFields.on428 ON.fixON428), testProperty "ON479" (checkFormIdempotent ON.returnFields.on479 ON.fixON479),- testProperty "Federal+ON428+ON479" (checkFormIdempotent ON.returnFields ON.fixReturns)]],+ testProperty "Federal+ON428+ON479" (checkFederalFormIdempotent ON.returnFields ON.fixReturns)]], testGroup "Roundtrip" [ testGroup "T1" [- testProperty ("T1 for " <> name) (checkFormFields fields $ List.lookup (prefix <> "-r-fill-23e.fdf") fdfT1Map)+ testProperty ("T1 for " <> name) (checkFormFields fields $ List.lookup (prefix <> "-r-fill-24e.fdf") fdfT1Map) | (name, prefix, fields) <- provincesT1],- testProperty "Schedule 6" (checkFormFields schedule6Fields $ List.lookup "5000-s6-fill-23e.fdf" dataRootMap),- testProperty "Schedule 7" (checkFormFields schedule7Fields $ List.lookup "5000-s7-fill-23e.fdf" dataRootMap),- testProperty "Schedule 9" (checkFormFields schedule9Fields $ List.lookup "5000-s9-fill-23e.fdf" dataRootMap),- testProperty "Schedule 11" (checkFormFields schedule11Fields $ List.lookup "5000-s11-fill-23e.fdf" dataRootMap),+ testProperty "T4" (checkFormFields t4Fields $ List.lookup "t4-fill-24e.fdf" dataRootMap),+ testProperty "Schedule 6" (checkFormFields schedule6Fields $ List.lookup "5000-s6-fill-24e.fdf" dataRootMap),+ testProperty "Schedule 7" (checkFormFields schedule7Fields $ List.lookup "5000-s7-fill-24e.fdf" dataRootMap),+ testProperty "Schedule 8" (checkFormFields schedule8Fields $ List.lookup "5000-s8-fill-24e.fdf" dataRootMap),+ testProperty "Schedule 9" (checkFormFields schedule9Fields $ List.lookup "5000-s9-fill-24e.fdf" dataRootMap),+ testProperty "Schedule 11" (checkFormFields schedule11Fields $ List.lookup "5000-s11-fill-24e.fdf" dataRootMap), testGroup "428" [- testProperty ("Form 428 for " <> name) (checkFields $ List.lookup (prefix <> "-c-fill-23e.fdf") fdf428Map)+ testProperty ("Form 428 for " <> name) (checkFields $ List.lookup (prefix <> "-c-fill-24e.fdf") fdf428Map) | (name, prefix, checkFields) <- provinces428], testGroup "479" [- testProperty ("Form 479 for " <> name) (checkFields $ List.lookup (prefix <> "-tc-fill-23e.fdf") fdf479Map)+ testProperty ("Form 479 for " <> name) (checkFields $ List.lookup (prefix <> "-tc-fill-24e.fdf") fdf479Map) | (name, prefix, checkFields) <- provinces479]], testGroup "Load mismatch" [ testProperty ("Load T1 for " <> p1name <> " from FDF for " <> p2name) $ property $ assert- $ any (isLeft . FDF.load p1fields) $ List.lookup (p2fdfPrefix <> "-r-fill-23e.fdf") fdfT1Map- | (p1name, _, p1fields) <- provincesT1,+ $ any (isLeft . FDF.load p1fields) $ List.lookup (p2fdfPrefix <> "-r-fill-24e.fdf") fdfT1Map+ | (p1name, p1fdfPrefix, p1fields) <- provincesT1, (p2name, p2fdfPrefix, _) <- provincesT1,- p1name /= p2name]]+ p1name /= p2name,+ not (p1fdfPrefix == "5012" && p2fdfPrefix == "5010")]] where provincesT1 = [("Newfoundland and Labrador", "5001", NL.t1Fields), ("PEI", "5002", PE.t1Fields),- ("New Brunswick", "5004", NB.t1Fields), ("Quebec", "5005", QC.t1Fields), ("Ontario", "5006", ON.t1Fields), ("British Columbia", "5010", BC.t1Fields), ("Northwest Territories", "5012", NT.t1Fields), ("Yukon", "5011", YT.t1Fields), ("Nunavut", "5014", NU.t1Fields),- ("Alberta, Manitoba, Nova Scotia, and Saskatchewan", "5015", AB.t1Fields)]+ ("Alberta, Manitoba, New Brunswick, Nova Scotia, and Saskatchewan", "5015", AB.t1Fields)] provinces428 = [("Ontario", "5006", checkFormFields ON.on428Fields), ("Manitoba", "5007", checkFormFields MB.mb428Fields), ("Alberta", "5009", checkFormFields AB.ab428Fields),@@ -125,6 +132,11 @@ => g FieldConst -> (g Maybe -> g Maybe) -> Property checkFormIdempotent fields f = checkIdempotent (generateForm fields) f +checkFederalFormIdempotent :: (Eq (g Maybe), Show (g Maybe),+ Rank2.Applicative g, Shallow.Traversable Transformations.Gen g)+ => g FieldConst -> (Federal.InputForms Maybe -> g Maybe -> g Maybe) -> Property+checkFederalFormIdempotent fields f = checkIdempotent (generateForm fields) (f mempty)+ checkFormFields :: (Eq (g Maybe), Show (g Maybe), Rank2.Applicative g, Shallow.Traversable Transformations.Gen g) => g FieldConst -> Maybe FDF -> Property@@ -141,7 +153,8 @@ noCheckbox :: [[Text]] -> [[Text]] noCheckbox = filter $ not . or . ([isSuffixOf "Checkbox", isInfixOf "CheckBox", isInfixOf "Footnote", isInfixOf "address", isInfixOf "Nameof",- (== "QuestionA"), (== "Note1"), (== "Note2"), (== "CAI-2023")] <*>)+ any (Textual.all Char.isDigit) . stripPrefix "Note",+ (== "QuestionA"), (== "CAI-2023")] <*>) -- annotateShow fdf' FDF.load fields fdf' === Right form List.sort (noCheckbox formKeys) === List.sort (noCheckbox $ filter (\x-> any (`List.isPrefixOf` x) keyHeads) fdfKeys)
@@ -8,6 +8,9 @@ module Main where +import Tax.Canada.Federal qualified as Federal+import Tax.Canada.FormKey (FormKey)+import Tax.Canada.FormKey qualified as FormKey import Tax.Canada.Province.ON qualified as ON import Tax.Canada.Province.AB qualified as AB (t1Fields) import Tax.Canada.Province.BC qualified as BC (t1Fields)@@ -67,21 +70,28 @@ let inputPath = combine inputDir path fdfFileNames <- listDirectory inputPath fdfBytes <- traverse (ByteString.readFile . combine inputPath) fdfFileNames- case traverse parse fdfBytes of- Left err -> die err- Right fdfs -> case FDF.mapForms ON.returnFields ON.fixReturns (Map.fromList $ zip (formKey <$> fdfFileNames) fdfs) of- Left err -> die err- Right filled- | let fdfOutputs = fromStrict . serialize <$> filled- diff ref new = ["diff", "-uw", ref, new]- compare key fdfOutput- | let Just fileName = List.find ((key ==) . formKey) fdfFileNames- = pure $ goldenVsStringDiff fileName diff (combine referenceDir $ combine path fileName) (pure fdfOutput)- -> testGroup path . toList <$> Map.traverseWithKey compare fdfOutputs+ case do fdfs <- traverse parse fdfBytes+ let (inputs, keyedFillables) = foldMap decide $ zip fdfFileNames fdfs+ decide (name, fdf)+ | "t4-" `List.isPrefixOf` name = ([(FormKey.T4, fdf)], [])+ | otherwise = ([], [(formKey name, fdf)])+ loadedInputs <- Federal.loadInputForms inputs+ FDF.mapForms ON.returnFields (ON.fixReturns loadedInputs) $ Map.fromList keyedFillables+ of Left err -> die err+ Right filled+ | let fdfOutputs = fromStrict . serialize <$> filled+ diff ref new = ["diff", "-uw", ref, new]+ compare key fdfOutput+ | let Just fileName = List.find ((key ==) . formKey) fdfFileNames+ = pure $ goldenVsStringDiff fileName diff (combine referenceDir $ combine path fileName)+ $ pure fdfOutput+ -> testGroup path . toList <$> Map.traverseWithKey compare fdfOutputs -formKey :: FilePath -> Text-formKey "5000-s6-fill-23e.fdf" = "Schedule6"-formKey "5006-c-fill-23e.fdf" = "428"-formKey "5006-r-fill-23e.fdf" = "T1"+formKey :: FilePath -> FormKey+formKey "5000-s6-fill-24e.fdf" = FormKey.Schedule6+formKey "5000-s8-fill-24e.fdf" = FormKey.Schedule8+formKey "5006-c-fill-24e.fdf" = FormKey.Provincial428+formKey "5006-r-fill-24e.fdf" = FormKey.T1+formKey "t4-fill-24e.fdf" = FormKey.T4 formKey name = error ("File name " <> name <> " is not recognized as a form.")
@@ -59,6 +59,9 @@ _ $ Field _ (Constant c _) = Compose (pure $ Just c) _ $ _ = adjust $ ((/ 10_000) . toRational) <$> Gen.integral (Range.linear 0 10_000) +instance Gen `At` Int where+ _ $ _ = adjust $ Gen.int (Range.linear 1900 2030)+ instance Gen `At` Word where _ $ _ = adjust $ Gen.word (Range.linear 0 1_000)
@@ -10,18 +10,25 @@ import Control.Monad (forM, join) import Control.Monad.IO.Class (liftIO) import Control.Exception (assert)+import Data.Aeson (decode)+import Data.Bifunctor (first) import Data.ByteString (ByteString) import Data.ByteString qualified as ByteString import Data.ByteString.Lazy qualified as Lazy import Data.ByteString.Lazy qualified as ByteString.Lazy+import Data.Fixed (Centi)+import Data.Foldable (fold, toList) import Data.Functor.Compose (Compose(..))+import Data.List qualified as List+import Data.Map.Lazy (Map) import Data.Map.Lazy qualified as Map-import Data.Monoid.Textual (toString)+import Data.Monoid.Textual (fromText, toString) import Data.Monoid.Instances.ByteString.UTF8 (ByteStringUTF8(..)) import Data.String (fromString) import Data.Time.Clock (nominalDiffTimeToSeconds) import Data.Time.Clock.POSIX (getPOSIXTime) import Data.Text (Text)+import Data.Text qualified as Text import Data.Text.Lazy qualified as Text.Lazy import Network.HTTP.Types.Status (ok200, internalServerError500, notFound404, unsupportedMediaType415, unprocessableEntity422)@@ -31,62 +38,114 @@ import System.Directory (removeDirectoryRecursive) import System.FilePath.Posix ((</>)) import System.Posix.Temp (mkdtemp)-import Text.FDF (parse, serialize)+import Text.FDF qualified as FDF (mapWithKey, parse, serialize) import Text.Read (readMaybe)-import Web.Scotty+import Web.Scotty (file, files, finish, formParamMaybe, get, middleware, pathParam, post, raw,+ scotty, setHeader, status, text) import Paths_canadian_income_tax (getDataDir)-import Tax.Canada (completeForms)+import Tax.Canada (completeRelevantForms)+import Tax.Canada.Federal qualified as Federal+import Tax.Canada.FormKey (FormKey)+import Tax.Canada.FormKey qualified as FormKey import Tax.FDF qualified as FDF import Tax.PDFtk (fdf2pdf, pdfFile2fdf) main :: IO ()-main = scotty 3000 $ do+main = do+ dataDir <- getDataDir+ t4fdfBytes <- ByteString.readFile (dataDir </> "fdf" </> "t4-fill-24e.fdf")+ let readEmptyForm baseName = (,) completeName <$> ByteString.Lazy.readFile completePath+ where completePath = dataDir </> "pdf" </> completeName+ completeName = Text.unpack baseName <> "-fill-24e.pdf"+ emptyForms <- traverse readEmptyForm Federal.formFileNames+ let t4fdf = case FDF.parse t4fdfBytes of+ Left err -> error ("Can't load built-in T4 FDF: " <> err)+ Right parsed -> parsed+ scotty 3000 $ do middleware logStdoutDev get "/" $ do setHeader "Content-Type" "text/html; charset=utf-8" file "web/client/build/index.html" get "/about.html" $ do file "web/static/about.html"+ get "/shared.css" $ do+ file "web/static/shared.css"+ post "/save/:province" $ do+ provinceCode <- pathParam "province"+ t4param <- formParamMaybe "T4"+ pdfFiles <- files+ now <- liftIO $ round . nominalDiffTimeToSeconds <$> getPOSIXTime+ let pdfArchive = foldr addPDF emptyArchive pdfFiles+ addPDF (_, FileInfo name _ c) = addEntryToArchive (toEntry (fromUTF8 name) now c)+ ByteStringUTF8 province = fromText provinceCode+ completeArchive = fromArchive+ $ addEntryToArchive (toEntry "province" now $ Lazy.fromStrict province)+ $ maybe id (addEntryToArchive . toEntry "T4s" now) t4param+ $ pdfArchive+ setHeader "Content-Type" "application/zip"+ setHeader "Content-Disposition" "attachment; filename=\"taxell-save.zip\"; filename*=\"taxell-save.zip\""+ raw completeArchive post "/t1/PDF/:province" $ do- provinceCode <- captureParam "province"+ provinceCode <- pathParam "province" province <- case readMaybe (Text.Lazy.unpack provinceCode) of Nothing -> status notFound404 >> text ("No such province as " <> provinceCode) >> finish Just p -> pure p- pdfFiles <- files+ t4param <- formParamMaybe "T4"+ let t4m = Map.mapKeysMonotonic (\k-> "Box" <> k <> "[0]") <$> fold (t4param >>= decode) :: [Map Text Centi]+ resolveForm (key, FileInfo name _ content)+ | Just formKey <- readMaybe (Text.unpack key) = Right (formKey, (fromUTF8 name, content))+ | otherwise = Left key+ pdfFiles <- files >>= \fs-> case traverse resolveForm fs of+ Left name -> status notFound404+ >> text ("No such form key as " <> Text.Lazy.fromStrict name)+ >> finish+ Right fs -> pure fs+ let allPdfFiles = Map.toList (Map.fromList pdfFiles <> emptyForms) dir <- liftIO $ mkdtemp "tax"- fdfBytes <- liftIO $ fmap sequenceA $ forM pdfFiles $ \(key, FileInfo name _ content)-> do- let path = dir </> fromUTF8 name+ fdfBytes <- liftIO $ fmap sequenceA $ forM allPdfFiles $ \(key, (name, content))-> do+ let path = dir </> name Lazy.writeFile path content fdf <- pdfFile2fdf path pure ((,) key <$> fdf)- case fdfBytes >>= traverse (traverse $ Lazy.toStrict >>> parse) of- Left err -> status unsupportedMediaType415 >> text (fromString err)- Right fdfs -> case completeForms province (Map.fromList fdfs) of- Left err -> status unprocessableEntity422 >> text (fromString err)- Right fdfs' -> do- let fdfBytes' = Lazy.fromStrict . serialize <$> fdfs'- replaceContent :: (Text, FileInfo Lazy.ByteString) -> IO (Either String (Text, FileInfo Lazy.ByteString))- replaceContent (key, FileInfo name ty _) = case Map.lookup key fdfBytes' of- Just c -> ((,) key . FileInfo name ty <$>) <$> fdf2pdf (dir </> fromUTF8 name) c- Nothing -> pure (Left $ "Unknown key " <> show key)- pdfFiles' <- liftIO $ traverse replaceContent pdfFiles- case sequenceA pdfFiles' of- Left err -> do- status internalServerError500 >> text (fromString err)- Right [(_, FileInfo _ _ pdf)] -> do- status ok200- setHeader "Content-Type" "application/pdf"- raw pdf- Right pdfFiles' -> do- now <- liftIO $ round . nominalDiffTimeToSeconds <$> getPOSIXTime- let pdfArchive = foldr addPDF emptyArchive pdfFiles'- addPDF (_, FileInfo name _ c) = addEntryToArchive (toEntry (fromUTF8 name) now c)- status ok200- setHeader "Content-Type" "application/zip"- raw (fromArchive pdfArchive)+ case do fdfs <- first ((,) unsupportedMediaType415)+ $ fdfBytes >>= traverse (traverse $ Lazy.toStrict >>> FDF.parse)+ let (inputFDFs, ioFDFs) = List.partition ((FormKey.T4 ==) . fst) fdfs+ inputT4s = foldMap injectT4 t4m+ injectT4 values = [(FormKey.T4, FDF.mapWithKey injectT4box t4fdf)]+ where injectT4box keyPath ""+ | Just v <- List.find (Text.isPrefixOf "Box") keyPath >>= (`Map.lookup` values)+ = Text.pack $ show v+ injectT4box _ v = v+ inputForms <- first ((,) unprocessableEntity422) $ Federal.loadInputForms $ inputFDFs <> inputT4s+ first ((,) unprocessableEntity422) $ completeRelevantForms province inputForms (Map.fromList fdfs)+ of Left (code, err) -> status code >> text (fromString err)+ Right fdfs' -> do+ let fdfBytes' = Lazy.fromStrict . FDF.serialize <$> fdfs'+ replaceContent :: FormKey -> Lazy.ByteString+ -> IO (Either String (FilePath, Lazy.ByteString))+ replaceContent key content = case List.lookup key allPdfFiles of+ Just (name, _) -> ((,) name <$>) <$> fdf2pdf (dir </> name) content+ Nothing -> pure (Left $ "Unknown key " <> show key)+ pdfFiles' <- liftIO $ Map.traverseWithKey replaceContent fdfBytes'+ case toList <$> sequenceA pdfFiles' of+ Left err -> do+ status internalServerError500 >> text (fromString err)+ Right [(name, pdf)] -> do+ status ok200+ setHeader "Content-Type" "application/pdf"+ setHeader "Content-Disposition" ("attachment; filename=\"" <> Text.Lazy.pack name+ <> "\"; filename*=\"" <> Text.Lazy.pack name <> "\"")+ raw pdf+ Right pdfFiles'' -> do+ now <- liftIO $ round . nominalDiffTimeToSeconds <$> getPOSIXTime+ let pdfArchive = foldr addPDF emptyArchive pdfFiles''+ addPDF (name, c) = addEntryToArchive (toEntry name now c)+ status ok200+ setHeader "Content-Type" "application/zip"+ raw (fromArchive pdfArchive) liftIO $ removeDirectoryRecursive dir middleware $ staticPolicy (noDots >-> addBase "web/client/build")