Grupo Rede

Multi tool use
Rede Energia
Grupo Rede
|
Razão social
|
Rede Energia S.A.
|
Tipo
|
Empresa de capital aberto
|
Cotação
|
B3: REDE3, REDE4
|
Atividade
|
Energia
|
Gênero
|
Sociedade anônima
|
Fundação
|
1903
|
Sede
|
São Paulo, SP, Brasil
|
Proprietário(s)
|
CPFL Energia Equatorial Energia Grupo Energisa
|
Pessoas-chave
|
Jorge Queiroz
|
Empregados
|
14,100
|
Produtos
|
Energia elétrica Distribuição de energia elétrica Geração e transmissão de energia elétrica
|
Acionistas
|
Vale Paranapanema (68,24%) BNDESPAR (15%) Denerge (11.79%)
|
Faturamento
|
8 Milhões
|
A Rede Energia foi uma controladora de nove distribuidoras de energia espalhadas por vários estados brasileiros que teve como acionistas Jorge Queiroz e o BNDESPar[1][2].
Na distribuição e geração de energia, o grupo controlava a Celpa, Cemat, Celtins, Enersul, Caiuá Distribuição de Energia, EEVP, Companhia Força e Luz do Oeste, Companhia Nacional de Energia Elétrica e Empresa Elétrica Bragantina.
Problemas financeiros |
O Grupo Energisa assumiu o controle das 8 distribuidoras do Grupo rede Que estavam sob Intervenção da Aneel no dia 11 de abril de 2014.[3]
Referências
↑ «Processo de venda do Grupo Rede deve ir até março». Exame.com. 16 de janeiro de 2012. Consultado em 23 de janeiro de 2012
↑ Josette Goulart (7 de dezembro de 2011). «Controlador da Rede Energia coloca empresa à venda». Valor Econômico. Consultado em 23 de janeiro de 2012
↑ «Energisa assume o Grupo Rede». Energisa Relaçoes com Investidores. Consultado em 14 de abril de 2014
Ligações externas |
 |
Este artigo sobre uma empresa é um esboço. Você pode ajudar a Wikipédia expandindo-o.
|
Banco Nacional de Desenvolvimento Econômico e Social |
Subsidiárias |
- Agência Especial de Financiamento Industrial
- BNDES Limited
BNDES Participações
participações societárias em: Brasiliana
- Fibria
- GPA
- LBR
- JBS
- OGX
- Oi
- Rede Energia
|
 |
Outros temas |
Escândalo do grampo do BNDES (1998)
Esquema de desvio de verbas no BNDES (2008)
CPI do BNDES (2015)
- Presidentes
|
QLX QQq3tOcOS5X1X7UrnZP5 mMjD1fSt8D4C9A40G
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
I have written a function using curl to generate the token. I check whether the token exists; if not, then I execute the function, otherwise I skip this function and proceed to next. But I am not sure that it will work if a token is expired. Is there any command to identify the expired token and generates the new one by calling this function? #!/bin/ksh export V_TOKEN="gen_token_${V_DATE}.txt" #### Calling function to generate the token function callPOST { curl -X POST -H 'Content-Type: application/x-www-form-url' -d 'grant_type=password&username=usr01&password=pwd...