NCATComp410 / comp410_fall_2024

COMP410fFall 2024 semester class project
MIT License
0 stars 0 forks source link

Detect AU_TFN #8

Closed mlskinner closed 3 weeks ago

mlskinner commented 2 months ago

Description

TFN stands for tax file number. Every taxpaying individual has one issued by the Austrailian Taxation Office. For more information, see here.

Description Steps

AU_TFN is a unique sequence of digits in the format of 000 000 000

NiyaHen7 commented 2 months ago

Does the digit structure of an AU_TFN carry any significance, such as encoding regional information or being based on the taxpayer's location or demographic details?

mlskinner commented 2 months ago

Does the digit structure of an AU_TFN carry any significance, such as encoding regional information or being based on the taxpayer's location or demographic details?

It doesn't hold any significance. There is no embedded regional information and the number is generated randomly.

bbyrd2021 commented 2 months ago

Is there a specific algorithm to use in order to detect a TFN?

claesmk commented 2 months ago

Looks good - What context words would help differentiate a TFN from other 9-digit numbers?

mlskinner commented 2 months ago

Is there a specific algorithm to use in order to detect a TFN?

Each number of the TFN can be multiplied by a specific weight then added together, and if the result is a whole number then the TFN is varified.

mlskinner commented 2 months ago

Looks good - What context words would help differentiate a TFN from other 9-digit numbers?

Tax return, payroll, TFN declaration statement, tax file number, and Austrailian Tax Office are all a few context words to help seperate itself from other 9-digit numbers