@stbmoz-onboarding/core 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cra/financialServices.js +39 -30
- package/Cra/onboardingChannels.js +12 -0
- package/Cra/sector.js +73 -73
- package/Cra/segment.js +14 -0
- package/Cra/transactionalChannels.js +17 -0
- package/Utilities/professions.txt +487 -0
- package/package.json +1 -1
package/Cra/financialServices.js
CHANGED
|
@@ -1,31 +1,40 @@
|
|
|
1
1
|
module.exports.financialServices = {
|
|
2
|
-
|
|
3
|
-
{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
accounts: {
|
|
3
|
+
BASIC: { description: "Conta Basica", score: 6.3, risk_level: "Medium" },
|
|
4
|
+
CURRENT: { description: "Conta Corrente", score: 15.0, risk_level: "High" }
|
|
5
|
+
},
|
|
6
|
+
cards: {
|
|
7
|
+
CREDIT: { description: "Cartão de Crédito", score: 10.5, risk_level: "High" },
|
|
8
|
+
DEBIT: { description: "Cartões de Débito", score: 7.8, risk_level: "Medium" },
|
|
9
|
+
PREPAID: { description: "Cartões Pré-pagos", score: 7.8, risk_level: "Medium" }
|
|
10
|
+
},
|
|
11
|
+
bank_transfers: {
|
|
12
|
+
INTERBANK: { description: "Transferências Interbancárias", score: 6.6, risk_level: "Medium" },
|
|
13
|
+
TELEGRAPHIC: { description: "Transferências Telegráficas", score: 6.6, risk_level: "Medium" },
|
|
14
|
+
CHEQUES: { description: "Cheques", score: 6.6, risk_level: "Medium" },
|
|
15
|
+
TERM_DEPOSITS: { description: "Depósitos a Prazo", score: 8.1, risk_level: "Medium" }
|
|
16
|
+
},
|
|
17
|
+
remittances: {
|
|
18
|
+
MONEYGRAM: { description: "Moneygram", score: 10.8, risk_level: "High" },
|
|
19
|
+
ECOMMERCE: { description: "Comércio Eletrônico (E-commerce)", score: 15.0, risk_level: "High" }
|
|
20
|
+
},
|
|
21
|
+
mobile_wallets: {
|
|
22
|
+
MPESA: { description: "M-Pesa", score: 6.3, risk_level: "Medium" },
|
|
23
|
+
MKESH: { description: "M-Kesh", score: 6.3, risk_level: "Medium" },
|
|
24
|
+
EMOLA: { description: "E-mola", score: 6.3, risk_level: "Medium" }
|
|
25
|
+
},
|
|
26
|
+
loans: {
|
|
27
|
+
MORTGAGE: { description: "Crédito Habitação", score: 6.3, risk_level: "Medium" },
|
|
28
|
+
CONSUMER: { description: "Crédito ao Consumo", score: 9.3, risk_level: "Medium" },
|
|
29
|
+
OVERDRAFT: { description: "Descoberto", score: 6.6, risk_level: "Medium" }
|
|
30
|
+
},
|
|
31
|
+
insurance: {
|
|
32
|
+
FUNERAL: { description: "Seguro: Plano Funeral", score: 6.3, risk_level: "Medium" },
|
|
33
|
+
SALARY: { description: "Seguro: Proteção Salarial", score: 6.3, risk_level: "Medium" },
|
|
34
|
+
HOSPITAL: { description: "Seguro: Plano Hospitalar", score: 6.3, risk_level: "Medium" },
|
|
35
|
+
MORTGAGE_PROT: { description: "Seguro: Proteção Hipotecária", score: 6.3, risk_level: "Medium" },
|
|
36
|
+
TRADE_SURE: { description: "Seguro: Trade Sure", score: 6.3, risk_level: "Medium" },
|
|
37
|
+
TRAVEL: { description: "Seguro: Plano de Viagem", score: 6.3, risk_level: "Medium" },
|
|
38
|
+
VAF_PROT: { description: "Seguro: Plano de Proteção VAF", score: 6.3, risk_level: "Medium" }
|
|
39
|
+
}
|
|
40
|
+
}
|
package/Cra/sector.js
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
1
|
module.exports.sector = [
|
|
2
|
-
{ "id": 1, "sector": "Administração pública", "risk": "
|
|
3
|
-
{ "id": 2, "sector": "Agricultura", "risk": "
|
|
4
|
-
{ "id": 3, "sector": "Alimentar, Bebidas e Tabaco", "risk": "
|
|
5
|
-
{ "id": 4, "sector": "Carvão", "risk": "
|
|
6
|
-
{ "id": 5, "sector": "Casino - Jogo de fortuna ou azar", "risk": "
|
|
7
|
-
{ "id": 6, "sector": "Comerciante", "risk": "
|
|
8
|
-
{ "id": 7, "sector": "Comércio a grosso e agentes", "risk": "
|
|
9
|
-
{ "id": 8, "sector": "Comércio e Retalho", "risk": "
|
|
10
|
-
{ "id": 9, "sector": "Construção e obras públicas", "risk": "
|
|
11
|
-
{ "id": 10, "sector": "Correios e Telecomunicações", "risk": "
|
|
12
|
-
{ "id": 11, "sector": "Desporto", "risk": "
|
|
13
|
-
{ "id": 12, "sector": "Diversos", "risk": "
|
|
14
|
-
{ "id": 13, "sector": "Educação", "risk": "
|
|
15
|
-
{ "id": 14, "sector": "Electricidade, Gás e Água", "risk": "
|
|
16
|
-
{ "id": 15, "sector": "Famílias com Trabalhadores Domésticos", "risk": "
|
|
17
|
-
{ "id": 16, "sector": "Imobiliaria", "risk": "
|
|
18
|
-
{ "id": 17, "sector": "Indústria de Tabaco", "risk": "
|
|
19
|
-
{ "id": 18, "sector": "Indústria de Turismo", "risk": "
|
|
20
|
-
{ "id": 19, "sector": "Indústria de Vestuário", "risk": "
|
|
21
|
-
{ "id": 20, "sector": "Indústria Extractiva", "risk": "
|
|
22
|
-
{ "id": 21, "sector": "Indústria Hoteleira e Similares", "risk": "
|
|
23
|
-
{ "id": 22, "sector": "Indústria Transformadora", "risk": "
|
|
24
|
-
{ "id": 23, "sector": "Indústrias de Alimentos e Bebidas", "risk": "
|
|
25
|
-
{ "id": 24, "sector": "Indústrias Metalúrgicas", "risk": "
|
|
26
|
-
{ "id": 25, "sector": "Instituição Financeira", "risk": "
|
|
27
|
-
{ "id": 26, "sector": "Instituição Financeira Não Monetária", "risk": "
|
|
28
|
-
{ "id": 27, "sector": "Intermediação Financeira", "risk": "
|
|
29
|
-
{ "id": 28, "sector": "Locação de Máquinas e Equipamentos", "risk": "
|
|
30
|
-
{ "id": 29, "sector": "Manutenção e Reparos", "risk": "
|
|
31
|
-
{ "id": 30, "sector": "Metalurgia", "risk": "
|
|
32
|
-
{ "id": 31, "sector": "Mineração", "risk": "
|
|
33
|
-
{ "id": 32, "sector": "Mineração de urânio", "risk": "
|
|
34
|
-
{ "id": 33, "sector": "Mineração e preparação, Metais", "risk": "
|
|
35
|
-
{ "id": 34, "sector": "Mineração/Exploração de Petróleo Bruto", "risk": "
|
|
36
|
-
{ "id": 35, "sector": "Negociação de Bens Preciosos de score Elevado", "risk": "
|
|
37
|
-
{ "id": 36, "sector": "Organizações internacionais", "risk": "
|
|
38
|
-
{ "id": 37, "sector": "Outras indústrias de mineração", "risk": "
|
|
39
|
-
{ "id": 38, "sector": "Outros sectores/serviços", "risk": "
|
|
40
|
-
{ "id": 39, "sector": "Parques de venda de viaturas Usadas/Segunda mão", "risk": "
|
|
41
|
-
{ "id": 40, "sector": "Pecuaria", "risk": "
|
|
42
|
-
{ "id": 41, "sector": "Pescas", "risk": "
|
|
43
|
-
{ "id": 42, "sector": "Pesquisa e desenvolvimento", "risk": "
|
|
44
|
-
{ "id": 43, "sector": "Produção de Borracha, Plástico", "risk": "
|
|
45
|
-
{ "id": 44, "sector": "Produção de Máquinas e Equipamentos", "risk": "
|
|
46
|
-
{ "id": 45, "sector": "Produção de Máquinas Elétricas", "risk": "
|
|
47
|
-
{ "id": 46, "sector": "Produção de material Médico-Cirúrgico", "risk": "
|
|
48
|
-
{ "id": 47, "sector": "Produção de Móveis", "risk": "
|
|
49
|
-
{ "id": 48, "sector": "Produção de Papel, Cartão", "risk": "
|
|
50
|
-
{ "id": 49, "sector": "Produção de Produto Químico", "risk": "
|
|
51
|
-
{ "id": 50, "sector": "Produção de produtos de metal", "risk": "
|
|
52
|
-
{ "id": 51, "sector": "Produção e Montagem", "risk": "
|
|
53
|
-
{ "id": 52, "sector": "Produção e montagem", "risk": "
|
|
54
|
-
{ "id": 53, "sector": "Produção e Montagem de Equipamentos", "risk": "
|
|
55
|
-
{ "id": 54, "sector": "Produção Outros Não Metálicos", "risk": "
|
|
56
|
-
{ "id": 55, "sector": "Produção Têxtil, Vestuario e Calçado", "risk": "
|
|
57
|
-
{ "id": 56, "sector": "Produção/Refinação de Petróleo", "risk": "
|
|
58
|
-
{ "id": 57, "sector": "Publicação, Impressão/Armazenamento", "risk": "
|
|
59
|
-
{ "id": 58, "sector": "Quimica", "risk": "
|
|
60
|
-
{ "id": 59, "sector": "Reciclagem, Sucata e Resíduos", "risk": "
|
|
61
|
-
{ "id": 60, "sector": "Recreativo, Cultural, Esportivo", "risk": "
|
|
62
|
-
{ "id": 61, "sector": "Saneamento, Higiene Pública", "risk": "
|
|
63
|
-
{ "id": 62, "sector": "Saúde e Assistência Social", "risk": "
|
|
64
|
-
{ "id": 63, "sector": "Sectores imobiliários", "risk": "
|
|
65
|
-
{ "id": 64, "sector": "Seguradoras", "risk": "
|
|
66
|
-
{ "id": 65, "sector": "sector de Transporte Auxiliar, Agências de Viagem", "risk": "
|
|
67
|
-
{ "id": 66, "sector": "sectores de Tecnologia da Informação", "risk": "
|
|
68
|
-
{ "id": 67, "sector": "Silvicultura e Exploração Florestal", "risk": "
|
|
69
|
-
{ "id": 68, "sector": "Texteis, Vestuario e Calcado", "risk": "
|
|
70
|
-
{ "id": 69, "sector": "Transporte Aéreo", "risk": "
|
|
71
|
-
{ "id": 70, "sector": "Transporte por Água", "risk": "
|
|
72
|
-
{ "id": 71, "sector": "Transporte Terrestre", "risk": "
|
|
73
|
-
{ "id": 72, "sector": "Transportes e Comunicacoes", "risk": "
|
|
74
|
-
{ "id": 73, "sector": "Vários sectores Associados", "risk": "
|
|
2
|
+
{ "id": 1, "sector": "Administração pública", "risk": "high", "score": 27 },
|
|
3
|
+
{ "id": 2, "sector": "Agricultura", "risk": "medium", "score": 14 },
|
|
4
|
+
{ "id": 3, "sector": "Alimentar, Bebidas e Tabaco", "risk": "high", "score": 27 },
|
|
5
|
+
{ "id": 4, "sector": "Carvão", "risk": "medium", "score": 14 },
|
|
6
|
+
{ "id": 5, "sector": "Casino - Jogo de fortuna ou azar", "risk": "high", "score": 27 },
|
|
7
|
+
{ "id": 6, "sector": "Comerciante", "risk": "medium", "score": 14 },
|
|
8
|
+
{ "id": 7, "sector": "Comércio a grosso e agentes", "risk": "medium", "score": 14 },
|
|
9
|
+
{ "id": 8, "sector": "Comércio e Retalho", "risk": "medium", "score": 14 },
|
|
10
|
+
{ "id": 9, "sector": "Construção e obras públicas", "risk": "high", "score": 27 },
|
|
11
|
+
{ "id": 10, "sector": "Correios e Telecomunicações", "risk": "medium", "score": 14 },
|
|
12
|
+
{ "id": 11, "sector": "Desporto", "risk": "high", "score": 27 },
|
|
13
|
+
{ "id": 12, "sector": "Diversos", "risk": "high", "score": 27 },
|
|
14
|
+
{ "id": 13, "sector": "Educação", "risk": "low", "score": 3 },
|
|
15
|
+
{ "id": 14, "sector": "Electricidade, Gás e Água", "risk": "low", "score": 3 },
|
|
16
|
+
{ "id": 15, "sector": "Famílias com Trabalhadores Domésticos", "risk": "medium", "score": 14 },
|
|
17
|
+
{ "id": 16, "sector": "Imobiliaria", "risk": "high", "score": 27 },
|
|
18
|
+
{ "id": 17, "sector": "Indústria de Tabaco", "risk": "high", "score": 27 },
|
|
19
|
+
{ "id": 18, "sector": "Indústria de Turismo", "risk": "high", "score": 27 },
|
|
20
|
+
{ "id": 19, "sector": "Indústria de Vestuário", "risk": "high", "score": 27 },
|
|
21
|
+
{ "id": 20, "sector": "Indústria Extractiva", "risk": "high", "score": 27 },
|
|
22
|
+
{ "id": 21, "sector": "Indústria Hoteleira e Similares", "risk": "medium", "score": 14 },
|
|
23
|
+
{ "id": 22, "sector": "Indústria Transformadora", "risk": "medium", "score": 14 },
|
|
24
|
+
{ "id": 23, "sector": "Indústrias de Alimentos e Bebidas", "risk": "medium", "score": 14 },
|
|
25
|
+
{ "id": 24, "sector": "Indústrias Metalúrgicas", "risk": "high", "score": 27 },
|
|
26
|
+
{ "id": 25, "sector": "Instituição Financeira", "risk": "high", "score": 27 },
|
|
27
|
+
{ "id": 26, "sector": "Instituição Financeira Não Monetária", "risk": "high", "score": 27 },
|
|
28
|
+
{ "id": 27, "sector": "Intermediação Financeira", "risk": "high", "score": 27 },
|
|
29
|
+
{ "id": 28, "sector": "Locação de Máquinas e Equipamentos", "risk": "low", "score": 3 },
|
|
30
|
+
{ "id": 29, "sector": "Manutenção e Reparos", "risk": "medium", "score": 14 },
|
|
31
|
+
{ "id": 30, "sector": "Metalurgia", "risk": "high", "score": 27 },
|
|
32
|
+
{ "id": 31, "sector": "Mineração", "risk": "high", "score": 27 },
|
|
33
|
+
{ "id": 32, "sector": "Mineração de urânio", "risk": "high", "score": 27 },
|
|
34
|
+
{ "id": 33, "sector": "Mineração e preparação, Metais", "risk": "medium", "score": 14 },
|
|
35
|
+
{ "id": 34, "sector": "Mineração/Exploração de Petróleo Bruto", "risk": "high", "score": 27 },
|
|
36
|
+
{ "id": 35, "sector": "Negociação de Bens Preciosos de score Elevado", "risk": "high", "score": 27 },
|
|
37
|
+
{ "id": 36, "sector": "Organizações internacionais", "risk": "medium", "score": 14 },
|
|
38
|
+
{ "id": 37, "sector": "Outras indústrias de mineração", "risk": "high", "score": 27 },
|
|
39
|
+
{ "id": 38, "sector": "Outros sectores/serviços", "risk": "high", "score": 27 },
|
|
40
|
+
{ "id": 39, "sector": "Parques de venda de viaturas Usadas/Segunda mão", "risk": "high", "score": 27 },
|
|
41
|
+
{ "id": 40, "sector": "Pecuaria", "risk": "medium", "score": 14 },
|
|
42
|
+
{ "id": 41, "sector": "Pescas", "risk": "medium", "score": 14 },
|
|
43
|
+
{ "id": 42, "sector": "Pesquisa e desenvolvimento", "risk": "low", "score": 3 },
|
|
44
|
+
{ "id": 43, "sector": "Produção de Borracha, Plástico", "risk": "low", "score": 3 },
|
|
45
|
+
{ "id": 44, "sector": "Produção de Máquinas e Equipamentos", "risk": "low", "score": 3 },
|
|
46
|
+
{ "id": 45, "sector": "Produção de Máquinas Elétricas", "risk": "low", "score": 3 },
|
|
47
|
+
{ "id": 46, "sector": "Produção de material Médico-Cirúrgico", "risk": "low", "score": 3 },
|
|
48
|
+
{ "id": 47, "sector": "Produção de Móveis", "risk": "low", "score": 3 },
|
|
49
|
+
{ "id": 48, "sector": "Produção de Papel, Cartão", "risk": "low", "score": 3 },
|
|
50
|
+
{ "id": 49, "sector": "Produção de Produto Químico", "risk": "low", "score": 3 },
|
|
51
|
+
{ "id": 50, "sector": "Produção de produtos de metal", "risk": "low", "score": 3 },
|
|
52
|
+
{ "id": 51, "sector": "Produção e Montagem", "risk": "low", "score": 3 },
|
|
53
|
+
{ "id": 52, "sector": "Produção e montagem", "risk": "low", "score": 3 },
|
|
54
|
+
{ "id": 53, "sector": "Produção e Montagem de Equipamentos", "risk": "low", "score": 3 },
|
|
55
|
+
{ "id": 54, "sector": "Produção Outros Não Metálicos", "risk": "low", "score": 3 },
|
|
56
|
+
{ "id": 55, "sector": "Produção Têxtil, Vestuario e Calçado", "risk": "low", "score": 3 },
|
|
57
|
+
{ "id": 56, "sector": "Produção/Refinação de Petróleo", "risk": "medium", "score": 14 },
|
|
58
|
+
{ "id": 57, "sector": "Publicação, Impressão/Armazenamento", "risk": "low", "score": 3 },
|
|
59
|
+
{ "id": 58, "sector": "Quimica", "risk": "low", "score": 3 },
|
|
60
|
+
{ "id": 59, "sector": "Reciclagem, Sucata e Resíduos", "risk": "low", "score": 3 },
|
|
61
|
+
{ "id": 60, "sector": "Recreativo, Cultural, Esportivo", "risk": "high", "score": 27 },
|
|
62
|
+
{ "id": 61, "sector": "Saneamento, Higiene Pública", "risk": "medium", "score": 14 },
|
|
63
|
+
{ "id": 62, "sector": "Saúde e Assistência Social", "risk": "low", "score": 3 },
|
|
64
|
+
{ "id": 63, "sector": "Sectores imobiliários", "risk": "high", "score": 27 },
|
|
65
|
+
{ "id": 64, "sector": "Seguradoras", "risk": "high", "score": 27 },
|
|
66
|
+
{ "id": 65, "sector": "sector de Transporte Auxiliar, Agências de Viagem", "risk": "high", "score": 27 },
|
|
67
|
+
{ "id": 66, "sector": "sectores de Tecnologia da Informação", "risk": "medium", "score": 14 },
|
|
68
|
+
{ "id": 67, "sector": "Silvicultura e Exploração Florestal", "risk": "medium", "score": 14 },
|
|
69
|
+
{ "id": 68, "sector": "Texteis, Vestuario e Calcado", "risk": "low", "score": 3 },
|
|
70
|
+
{ "id": 69, "sector": "Transporte Aéreo", "risk": "high", "score": 27 },
|
|
71
|
+
{ "id": 70, "sector": "Transporte por Água", "risk": "high", "score": 27 },
|
|
72
|
+
{ "id": 71, "sector": "Transporte Terrestre", "risk": "medium", "score": 14 },
|
|
73
|
+
{ "id": 72, "sector": "Transportes e Comunicacoes", "risk": "medium", "score": 14 },
|
|
74
|
+
{ "id": 73, "sector": "Vários sectores Associados", "risk": "high", "score": 27 }
|
|
75
75
|
]
|
|
76
76
|
|
|
77
77
|
module.exports.occupation = [
|
package/Cra/segment.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
module.exports.transactionalChannels = [
|
|
2
|
+
{
|
|
3
|
+
"id": "PHYSICAL_ONLY",
|
|
4
|
+
"channel_description": "Transacciona no Balcão apenas",
|
|
5
|
+
"score": 1.5
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"id": "REMOTE_ONLY",
|
|
9
|
+
"channel_description": "Transacciona remotamente apenas...",
|
|
10
|
+
"score": 4.5
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"id": "HYBRID",
|
|
14
|
+
"channel_description": "Transacciona no Balcão e remotamente...",
|
|
15
|
+
"score": 4.5
|
|
16
|
+
}
|
|
17
|
+
];
|
|
@@ -0,0 +1,487 @@
|
|
|
1
|
+
module.exports.professions = [
|
|
2
|
+
{
|
|
3
|
+
value: "1105",
|
|
4
|
+
pt: "ADMINISTRADOR",
|
|
5
|
+
en: "ADMINISTARTOR"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
value: "1110",
|
|
9
|
+
pt: "ADVOGADO ou JURISTA"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
value: "1115",
|
|
13
|
+
pt: "AGENTE FUNERARIO"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
value: "1120",
|
|
17
|
+
pt: "AGENTE IMOBILIARIO"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
value: "1125",
|
|
21
|
+
pt: "AGENTE POLICIAL"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
value: "1130",
|
|
25
|
+
pt: "AGENTE DE SEGUROS"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
value: "1131",
|
|
29
|
+
pt: "AGENTE TRANSITARIO"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
value: "1133",
|
|
33
|
+
pt: "AGRICULTOR"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
value: "1134",
|
|
37
|
+
pt: "ALFANDEGARIO"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
value: "1135",
|
|
41
|
+
pt: "ARBITRO DESPORTIVO"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
value: "1140",
|
|
45
|
+
pt: "ARQUITECTO"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
value: "1145",
|
|
49
|
+
pt: "ARTIFICIE DE MADEIRA"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
value: "1150",
|
|
53
|
+
pt: "ARTIFICIE DE PEDRA"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
value: "1151",
|
|
57
|
+
pt: "ARTISTA PLASTICO"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
value: "1155",
|
|
61
|
+
pt: "ATLETA"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
value: "1160",
|
|
65
|
+
pt: "AUDITOR"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
value: "1165",
|
|
69
|
+
pt: "AVALIADOR"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
value: "1225",
|
|
73
|
+
pt: "BARBEIRO"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
value: "1230",
|
|
77
|
+
pt: "BATE CHAPAS"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
value: "1250",
|
|
81
|
+
pt: "BOMBEIRO"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
value: "1310",
|
|
85
|
+
pt: "CAIXA"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
value: "1320",
|
|
89
|
+
pt: "CARPINTEIRO"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
value: "1330",
|
|
93
|
+
pt: "COBRADOR"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
value: "1345",
|
|
97
|
+
pt: "COMENTADOR RADIO E TV"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
value: "1350",
|
|
101
|
+
pt: "COMERCIANTE"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
value: "1360",
|
|
105
|
+
pt: "CONDUTOR DE MAQUINAS"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
value: "1365",
|
|
109
|
+
pt: "CONSTRUTOR CIVIL"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
value: "1370",
|
|
113
|
+
pt: "CONTABILISTA"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
value: "1380",
|
|
117
|
+
pt: "CONTINUO"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
value: "1385",
|
|
121
|
+
pt: "COOPERANTE"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
value: "1395",
|
|
125
|
+
pt: "CURTIDOR"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
value: "1420",
|
|
129
|
+
pt: "DESENHADOR"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
value: "1425",
|
|
133
|
+
pt: "DESPACHANTE"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
value: "1430",
|
|
137
|
+
pt: "DIPLOMATA"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
value: "1460",
|
|
141
|
+
pt: "DOMESTICA"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
value: "1510",
|
|
145
|
+
pt: "ECONOMISTA"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
value: "1520",
|
|
149
|
+
pt: "EDUCADOR"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
value: "1525",
|
|
153
|
+
pt: "ELECTRICISTA"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
value: "1535",
|
|
157
|
+
pt: "EMPR. DE COMERCIO"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
value: "1540",
|
|
161
|
+
pt: "EMPR.BANCARIO"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
value: "1545",
|
|
165
|
+
pt: "EMPR.CONSTRUCAO CIVIL"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
value: "1550",
|
|
169
|
+
pt: "EMPR.DOMESTICO"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
value: "1551",
|
|
173
|
+
pt: "EMPR.DE HOTELARIA"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
value: "1555",
|
|
177
|
+
pt: "EMPR.ESCRITORIO"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
value: "1557",
|
|
181
|
+
pt: "EMPREGADO INDUSTRIAL"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
value: "1560",
|
|
185
|
+
pt: "EMPR.DE PANIFICACAO"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
value: "1565",
|
|
189
|
+
pt: "EMPR.SERVICOS JURIDICOS"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
value: "1568",
|
|
193
|
+
pt: "EMPR.TRANSP.AEREOS(PESS.BORDO)"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
value: "1569",
|
|
197
|
+
pt: "EMPR.TRANSP.MARIT.(PESS.BORDO)"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
value: "1570",
|
|
201
|
+
pt: "EMPR.TRANSP.(OUTR.TRANS)"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
value: "1580",
|
|
205
|
+
pt: "EMPRESARIO"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
value: "1585",
|
|
209
|
+
pt: "ENFERMEIRO"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
value: "1590",
|
|
213
|
+
pt: "ENGENHEIRO"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
value: "1595",
|
|
217
|
+
pt: "ESTUDANTE"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
value: "1610",
|
|
221
|
+
pt: "FARMACEUTICO"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
value: "1620",
|
|
225
|
+
pt: "FEIRANTE"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
value: "1630",
|
|
229
|
+
pt: "FLORICULTOR"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
value: "1640",
|
|
233
|
+
pt: "FOTOGRAFO"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
value: "1650",
|
|
237
|
+
pt: "FUNC.PUBLICO"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
value: "1750",
|
|
241
|
+
pt: "DIRIGENTE DE EMPRESA"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
value: "1755",
|
|
245
|
+
pt: "GEOFISICO"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
value: "1760",
|
|
249
|
+
pt: "GEOGRAFO"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
value: "1790",
|
|
253
|
+
pt: "GUARDA NOCTURNO"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
value: "1850",
|
|
257
|
+
pt: "GUIA ou INTERPRETE"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
value: "1870",
|
|
261
|
+
pt: "HISTORIADOR"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
value: "1960",
|
|
265
|
+
pt: "INDUSTRIAL"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
value: "1980",
|
|
269
|
+
pt: "INSTR.PROF.DIVERSAS"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
value: "2020",
|
|
273
|
+
pt: "JARDINEIRO"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
value: "2030",
|
|
277
|
+
pt: "JOALHEIRO"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
value: "2250",
|
|
281
|
+
pt: "JORNALISTA"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
value: "2260",
|
|
285
|
+
pt: "JUIZ ou MAGISTRADO"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
value: "2310",
|
|
289
|
+
pt: "MARINHEIRO"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
value: "2320",
|
|
293
|
+
pt: "MASSAGISTA"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
value: "2340",
|
|
297
|
+
pt: "MEDICO"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
value: "2345",
|
|
301
|
+
pt: "MECANICO"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
value: "2360",
|
|
305
|
+
pt: "MILITAR"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
value: "2365",
|
|
309
|
+
pt: "MINEIRO"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
value: "2370",
|
|
313
|
+
pt: "Motorista"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
value: "2390",
|
|
317
|
+
pt: "MUSICO"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
value: "2460",
|
|
321
|
+
pt: "NOTARIO"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
value: "2580",
|
|
325
|
+
pt: "OURIVES"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
value: "2610",
|
|
329
|
+
pt: "PARTEIRA"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
value: "2620",
|
|
333
|
+
pt: "PESSOAL DE TRAFEGO E ESTIVA"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
value: "2630",
|
|
337
|
+
pt: "PINTOR"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
value: "2640",
|
|
341
|
+
pt: "PROFESSOR"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
value: "2650",
|
|
345
|
+
pt: "PROFISSIONAL DE BELEZA"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
value: "2655",
|
|
349
|
+
pt: "PROF.DE COMUNIC.SOCIAL"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
value: "2660",
|
|
353
|
+
pt: "PROF. DE COSTURA"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
value: "2665",
|
|
357
|
+
pt: "PROF.IND.EXTRATIVA"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
value: "2666",
|
|
361
|
+
pt: "PROF.IND.QUIMICA"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
value: "2667",
|
|
365
|
+
pt: "PROF.DE INFORMATICA"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
value: "2668",
|
|
369
|
+
pt: "PROF.IND.TEXTIL"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
value: "2670",
|
|
373
|
+
pt: "PROF.MANUT.DE VIATURAS"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
value: "2675",
|
|
377
|
+
pt: "PROF.DE PESCA"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
value: "2680",
|
|
381
|
+
pt: "PROF.DE TIPOGRAFIA"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
value: "2684",
|
|
385
|
+
pt: "PROPRIETARIO"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
value: "2690",
|
|
389
|
+
pt: "PSICOLOGO"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
value: "2695",
|
|
393
|
+
pt: "PUBLICITARIO"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
value: "2820",
|
|
397
|
+
pt: "REFORMADO"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
value: "2838",
|
|
401
|
+
pt: "RELIGIOSO"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
value: "2840",
|
|
405
|
+
pt: "RELOJOEIRO"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
value: "2890",
|
|
409
|
+
pt: "RURAL"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
value: "2920",
|
|
413
|
+
pt: "SAPATEIRO"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
value: "2935",
|
|
417
|
+
pt: "SERRALHEIRO"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
value: "2965",
|
|
421
|
+
pt: "SOLDADOR"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
value: "2970",
|
|
425
|
+
pt: "SOLICITADOR"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
value: "2980",
|
|
429
|
+
pt: "SOCIOLOGO"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
value: "3010",
|
|
433
|
+
pt: "TAXISTA"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
value: "3015",
|
|
437
|
+
pt: "TECN.AGRO-PECUARIO"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
value: "3030",
|
|
441
|
+
pt: "TECNICO DE DESPORTO"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
value: "3040",
|
|
445
|
+
pt: "TECN.DE MAQUINAS"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
value: "3060",
|
|
449
|
+
pt: "TECN.DE POLITICA SOCIAL"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
value: "3070",
|
|
453
|
+
pt: "TECNICO DE SAUDE"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
value: "3080",
|
|
457
|
+
pt: "TECNICO DE RADIO E TV"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
value: "3083",
|
|
461
|
+
pt: "TECNICO DE REFRIGERACAO"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
value: "3085",
|
|
465
|
+
pt: "TELEFONISTA"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
value: "3220",
|
|
469
|
+
pt: "VENDEDOR"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
value: "3225",
|
|
473
|
+
pt: "VETERINARIO"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
value: "3290",
|
|
477
|
+
pt: "VIGILANTE"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
value: "8888",
|
|
481
|
+
pt: "NAO ESPECIFICADA"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
value: "9999",
|
|
485
|
+
pt: "DESCONHECIDA"
|
|
486
|
+
}
|
|
487
|
+
]
|