Merge branch 'main' into Nico_Creation_Methodes_vides

This commit is contained in:
name 2021-02-01 18:45:11 +01:00
commit 2809852a87
76 changed files with 1776 additions and 162 deletions

24
.github/workflows/maven.yml vendored Normal file
View file

@ -0,0 +1,24 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 13
- name: Build with Maven
run: mvn -B package --file pom.xml

38
.gitignore vendored
View file

@ -1,38 +0,0 @@
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Default ignored files
/shelf/
/workspace.xml
.classpath
.project
.settings/
*.cache
bin/**/*
target/**/*
build/**/*
gen/**/*
out/**/*

View file

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_13">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
@ -18,9 +20,13 @@
<orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.7.0" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-simple:1.7.25" level="project" />
<orderEntry type="library" name="mysql-connector-java-8.0.22" level="project" />
<orderEntry type="library" name="mariadb-java-client-2.7.1" level="project" />
<orderEntry type="library" name="opencsv-5.3" level="project" />
<orderEntry type="library" name="commons-lang3-3.11" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-controls:15" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-controls:win:15" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:15" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:win:15" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-base:15" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-base:win:15" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:15" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:win:15" level="project" />
</component>
</module>

16
.idea/compiler.xml generated Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="ProjetGenieLogicielLoto" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="ProjetGenieLogicielLoto" target="13" />
</bytecodeTargetLevel>
</component>
</project>

6
.idea/discord.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DiscordProjectSettings">
<option name="show" value="APPLICATION" />
</component>
</project>

7
.idea/encodings.xml generated Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>

View file

@ -0,0 +1,10 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<Languages>
<language minSize="371" name="Java" />
</Languages>
</inspection_tool>
</profile>
</component>

20
.idea/jarRepositories.xml generated Normal file
View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
</component>
</project>

View file

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-base:15">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/15/javafx-base-15.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/15/javafx-base-15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/15/javafx-base-15-sources.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-base:win:15">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/15/javafx-base-15-win.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/15/javafx-base-15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/15/javafx-base-15-sources.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-controls:15">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/15/javafx-controls-15.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/15/javafx-controls-15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/15/javafx-controls-15-sources.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-controls:win:15">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/15/javafx-controls-15-win.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/15/javafx-controls-15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/15/javafx-controls-15-sources.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-fxml:15">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/15/javafx-fxml-15.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/15/javafx-fxml-15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/15/javafx-fxml-15-sources.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-fxml:win:15">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/15/javafx-fxml-15-win.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/15/javafx-fxml-15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/15/javafx-fxml-15-sources.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-graphics:15">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/15/javafx-graphics-15.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/15/javafx-graphics-15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/15/javafx-graphics-15-sources.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-graphics:win:15">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/15/javafx-graphics-15-win.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/15/javafx-graphics-15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/15/javafx-graphics-15-sources.jar!/" />
</SOURCES>
</library>
</component>

6
.idea/misc.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" default="false" project-jdk-name="15" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/ProjetGenieLogicielLoto.iml" filepath="$PROJECT_DIR$/.idea/ProjetGenieLogicielLoto.iml" />
</modules>
</component>
</project>

124
.idea/uiDesigner.xml generated Normal file
View file

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Palette2">
<group name="Swing">
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
</item>
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
</item>
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
</item>
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
<initial-values>
<property name="text" value="Button" />
</initial-values>
</item>
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="RadioButton" />
</initial-values>
</item>
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="CheckBox" />
</initial-values>
</item>
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
<initial-values>
<property name="text" value="Label" />
</initial-values>
</item>
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
</item>
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
</item>
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
<preferred-size width="-1" height="20" />
</default-constraints>
</item>
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
</item>
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
</item>
</group>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

112
.idea/workspace.xml generated Normal file
View file

@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="ee2b29f3-c65a-4562-a15d-1c69b8d607f3" name="Default Changelist" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_BRANCH_BY_REPOSITORY">
<map>
<entry key="$PROJECT_DIR$" value="Branch_Yann" />
</map>
</option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
<option name="UPDATE_TYPE" value="REBASE" />
</component>
<component name="GithubPullRequestsUISettings">
<option name="hiddenUrls">
<set>
<option value="https://github.com/NyxiumYuuki/ProjetGenieLogicielLoto" />
</set>
</option>
</component>
<component name="ProjectId" id="1ntDQmqLJGs5fsryTRt4xCMXGP8" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="flattenModules" value="true" />
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
<option name="showMembers" value="true" />
<option name="showVisibilityIcons" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="project.structure.last.edited" value="Project" />
<property name="project.structure.proportion" value="0.15" />
<property name="project.structure.side.proportion" value="0.0" />
</component>
<component name="RunManager" selected="Application.Gui">
<configuration name="Gui" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="fr.myny.gui.Gui" />
<module name="ProjetGenieLogicielLoto" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="test" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="ALTERNATIVE_JRE_PATH" value="11" />
<option name="MAIN_CLASS_NAME" value="test" />
<module name="ProjetGenieLogicielLoto" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
<option name="arquillianRunConfiguration">
<value>
<option name="containerStateName" value="" />
</value>
</option>
<option name="TEST_OBJECT" value="class" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<list>
<item itemvalue="Application.Gui" />
<item itemvalue="Application.test" />
</list>
<recent_temporary>
<list>
<item itemvalue="Application.test" />
<item itemvalue="Application.Gui" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="ee2b29f3-c65a-4562-a15d-1c69b8d607f3" name="Default Changelist" comment="" />
<created>1612200481836</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1612200481836</updated>
<workItem from="1612200485023" duration="372000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
<option name="oldMeFiltersMigrated" value="true" />
</component>
</project>

View file

@ -1,4 +1,4 @@
# ProjetGenieLogicielLoto
# ProjetGenieLogicielLoto ![Build with Maven](https://github.com/NyxiumYuuki/ProjetGenieLogicielLoto/workflows/Java%20CI%20with%20Maven/badge.svg)
## Introduction
*Ce projet permet de valider les connaissances en matière de Génie Logiciel dans le cadre du programme au sein de Polytech Marseille en Informatique. Ce projet consiste à créer un logiciel qui a pour objectif de réduire les pertes financières lorsque l'on joue à des jeux de hasard, en l'occurence au Loto de la [Française Des Jeux](https://fdj.fr) en respectant le bon déroulement d'un projet.*

BIN
apiguardian-api-1.1.0.jar Normal file

Binary file not shown.

BIN
junit-jupiter-5.5.2.jar Normal file

Binary file not shown.

BIN
junit-jupiter-api-5.5.2.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
opentest4j-1.2.0.jar Normal file

Binary file not shown.

View file

@ -67,6 +67,12 @@
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>

View file

@ -1,19 +1,93 @@
package fr.myny.data;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.zip.ZipEntry;
import java.util.zip.ZipInputStream;
/**
* Classe d'extraction de fichier Zip
*/
public class DataCsv {
protected String destination;
/**
* Le constructeur de DataCsv
* Constructeur par defaut
* @throws IOException
*/
public DataCsv(){
public DataCsv() throws IOException {
this.destination = "src/main/resources/Download";
ImportData imp = new ImportData("https://www.fdj.fr/jeux-de-tirage/loto/statistiques", this.destination);
}
/**
* Constructeur avec parametre
* @param s repertoire de destination
* @throws IOException
*/
public DataCsv(String s) throws IOException {
this.destination = s;
ImportData imp = new ImportData("https://www.fdj.fr/jeux-de-tirage/loto/statistiques", this.destination);
for (String name : imp.tabNameZip) {
name = this.destination.concat(name);
getCsv(name);
}
}
/**
* La methode de recuperation dun fichier csv
* @param fileZip : nom suivit du chemin du fichier zip
*/
public void getCsv(){
private void getCsv(String fileZip) throws IOException{
File desDir = new File(destination);
byte[] buffer = new byte[1024];
ZipInputStream zis = new ZipInputStream(new FileInputStream(fileZip));
ZipEntry zipEntry = zis.getNextEntry();
while (zipEntry != null){
File newFile = newFile(desDir, zipEntry);
if (zipEntry.isDirectory()){
if (!newFile.isDirectory() && !newFile.mkdirs()){
throw new IOException("Failed to create directory " + newFile);
}
} else{
File parent = newFile.getParentFile();
if (!parent.isDirectory() && !parent.mkdirs()) {
throw new IOException("Failed to create directory " + parent);
}
FileOutputStream fos = new FileOutputStream(newFile);
int len;
while ((len = zis.read(buffer)) > 0){
fos.write(buffer, 0, len);
}
fos.close();
}
zipEntry = zis.getNextEntry();
}
zis.closeEntry();
zis.close();
}
/**
* Methode verifiant si l extraction a bien ete faite
* @param destinationDir : chemin de destination
* @param zipEntry : zip cible
*/
public File newFile(File destinationDir, ZipEntry zipEntry) throws IOException{
File destFile = new File(destinationDir, zipEntry.getName());
String destDirPath = destinationDir.getCanonicalPath();
String destFilePath = destFile.getCanonicalPath();
if (!destFilePath.startsWith(destDirPath + File.separator)){
throw new IOException("Entry is outside of the target dir: " + zipEntry.getName());
}
return destFile;
}
}

View file

@ -1,25 +1,103 @@
package fr.myny.data;
import java.io.*;
import java.net.URL;
import java.net.MalformedURLException;
import java.util.ArrayList;
public class ImportData {
String url;
protected String url;
protected String repDes;
public ArrayList<String> tabNameZip;
/**
* Le constructeur de ImportData
* Constructeur par defaut
*/
public ImportData(){
ImportData(){
this.url = "https://www.fdj.fr/jeux-de-tirage/loto/statistiques";
this.repDes = "src/main/resources/Download/";
tabNameZip = new ArrayList<>();
DownloadCsvZip();
}
/**
* Le constructeur de ImportData
* @param url string contenant l URL dou recuperer les fichiers csv
* Constructeur avec parametres
* @param url contient l'URL dou recuperer les fichiers csv
* @param des respertoire de destination
*/
public ImportData(String url){
public ImportData(String url, String des){
this.url=url;
this.repDes = des;
tabNameZip = new ArrayList<>();
DownloadCsvZip();
}
/**
* La methode de recuperation de l URL
* Méthode permettant de tester si l'URL est valide
* @return true si l'URL est valide si non false
*/
public void getUrl(){
private boolean UrlExist() {
try {
URL site = new URL(url);
try {
site.openStream();
return true;
} catch (IOException e) {
return false;
}
} catch (MalformedURLException e) {
return false;
}
}
/**
* Méthode permettant de télécharger un fichier à partir d'un URL
*/
public void DownloadCsvZip() {
if (UrlExist()) {
BufferedReader in = null;
try {
URL site = new URL(url);
in = new BufferedReader(new InputStreamReader(site.openStream()));
String test = "loto_";
String nameZip;
String urlZipLink;
while ((urlZipLink = in.readLine()) != null) {
if (urlZipLink.length() > 128) {
if (test.equals(urlZipLink.substring(50, 55))) {
nameZip = urlZipLink.substring(50,65);
tabNameZip.add(nameZip);
urlZipLink = urlZipLink.substring(13,65);
try (BufferedInputStream bis = new BufferedInputStream(new URL(urlZipLink).openStream());
FileOutputStream fos = new FileOutputStream(repDes + nameZip)) {
byte data[] = new byte[1024];
int byteContent;
while ((byteContent = bis.read(data, 0, 1024)) != -1) {
fos.write(data, 0, byteContent);
}
} catch (IOException e) {
e.printStackTrace(System.out);
}
}
}
}
in.close();
} catch (IOException e) {
System.out.println("Error URL can't open : " + e);
}
finally {
try {
in.close();
} catch (IOException e) {
System.out.println("Error close buffer : " + e);
}
}
}
else
System.out.println("Web sit don't exist");
}
}

View file

@ -1,24 +0,0 @@
package fr.myny.grid;
public class BuildGrid {
/**
* Le constructeur de BuildGrid
*/
public BuildGrid(){
}
/**
* La methode de recuperation de la grille
*/
public void getGrid(){
}
/**
* La methode de demande du systeme reducteur
*/
public void ReductorSys(){
}
}

View file

@ -0,0 +1,74 @@
package fr.myny.gui;
import javafx.fxml.FXML;
import java.io.IOException;
/**
* Classe permettant l'execution des fonctionnalités de l'application via les autres packages data, database, grid et stats.
*/
public class ButtonController {
/**
* Execution de la méthode de téléchargement de toutes les données automatiquement et met à jour la base de données
* @throws IOException
*/
@FXML
private void controllerAutoTirage() throws IOException {
}
/**
* Execution de la méthode de téléchargement des dernières données automatiquement et met à jour la base de données
* @throws IOException
*/
@FXML
private void controllerAutoDernierTirage() throws IOException {
}
/**
* Demande à l'utilisateur de sélectionner un fichier CSV via l'explorateur des fichiers et met à jour la base de données
* @throws IOException
*/
@FXML
private void controllerGetCSVFile() throws IOException {
}
/**
* Appelle la méthode d'affichage des statistiques des fréquences d'apparitions d'un nombre
* @throws IOException
*/
@FXML
private void checkBoxNumeros() throws IOException {
}
/**
* Appelle la méthode d'affichage des statistiques des fréquences d'apparitions de combinaison de 2 chiffres
* @throws IOException
*/
@FXML
private void checkBox2Numeros() throws IOException {
}
/**
* Appelle la méthode d'affichage des statistiques des fréquences d'apparitions de combinaison de 3 chiffres
* @throws IOException
*/
@FXML
private void checkBox3Numeros() throws IOException {
}
/**
* Appelle la méthode d'affichage des statistiques des fréquences d'apparitions d'un nombre bonus
* @throws IOException
*/
@FXML
private void checkBoxNumerosBonus() throws IOException {
}
}

View file

@ -0,0 +1,80 @@
package fr.myny.gui;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.ChoiceBox;
import java.net.URL;
import java.util.ResourceBundle;
/**
* Classe permettant d'initialiser et d'écouter le changement des ChoiceBox
*/
public class DocumentController implements Initializable {
/**
* ChoiceBox créé grâce à FXML
*/
private ChoiceBox<Integer> integerChoiceBox;
/**
*
* ChoiceBox créé grâce à FXML
*/
private ChoiceBox<String> stringChoiceBox;
/**
* Liste d'entier observable grâce à FX
*/
private ObservableList observableIntegerList;
/**
* Liste de chaîne de caractère observable grâce à FX
*/
private ObservableList observableStringList;
/**
* Initialisation de la première ChoiceBox du nombre de numéros voulu
* @param url Paramètre non utilisé mais obligatoire en argument
* @param resourceBundle Paramètre non utilisé mais obligatoire en argument
*/
@Override
public void initialize(URL url, ResourceBundle resourceBundle) {
}
/**
* Action lors d'un évenement concernant la garantie du système
* @param event Action de l'évenement
*/
@FXML
private void numberGuarantee(ActionEvent event){
}
/**
* Action lors d'un évenement concernant le nombre de numéros à jouer
* @param event Action de l'évenement
*/
@FXML
private void numberPlay(ActionEvent event){
}
/**
* Chargement de toutes les options garantie du systeme
*/
private void loadDataGuarantee(){
}
/**
* Chargement de toutes les options liés au nombre de numéro voulu
*/
private void loadDataNumbers(){
}
}

View file

@ -0,0 +1,498 @@
package fr.myny.gui;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.ResourceBundle;
/**
* Classe permettant d'initaliser la grille de choix des nombres et d'écouter si l'un d'entre eux est sélectionné
*/
public class GridController implements Initializable {
/**
* Liste des nombres bonus sélectionnés
*/
ArrayList<Integer> bonusNumbersChecked;
/**
* Liste des nombres sélectionnés
*/
ArrayList<Integer> numbersChecked;
/**
* @param url
* @param resourceBundle
*/
@Override
public void initialize(URL url, ResourceBundle resourceBundle) {
}
/**
* Contrôleur du numéro bonus 1
*/
@FXML
private void numberBonusController1() throws IOException{
}
/**
* Contrôleur du numéro bonus 2
*/
@FXML
private void numberBonusController2() throws IOException{
}
/**
* Contrôleur du numéro bonus 3
*/
@FXML
private void numberBonusController3() throws IOException{
}
/**
* Contrôleur du numéro bonus 4
*/
@FXML
private void numberBonusController4() throws IOException{
}
/**
* Contrôleur du numéro bonus 5
*/
@FXML
private void numberBonusController5() throws IOException{
}
/**
* Contrôleur du numéro bonus 6
*/
@FXML
private void numberBonusController6() throws IOException{
}
/**
* Contrôleur du numéro bonus 7
*/
@FXML
private void numberBonusController7() throws IOException{
}
/**
* Contrôleur du numéro bonus 8
*/
@FXML
private void numberBonusController8() throws IOException{
}
/**
* Contrôleur du numéro bonus 9
*/
@FXML
private void numberBonusController9() throws IOException{
}
/**
* Contrôleur du numéro bonus 10
*/
@FXML
private void numberBonusController10() throws IOException {
}
/**
* Contrôleur du numéro 1
*/
@FXML
private void numberController1() throws IOException {
}
/**
* Contrôleur du numéro 2
*/
@FXML
private void numberController2() throws IOException {
}
/**
* Contrôleur du numéro 3
*/
@FXML
private void numberController3() throws IOException {
}
/**
* Contrôleur du numéro 4
*/
@FXML
private void numberController4() throws IOException {
}
/**
* Contrôleur du numéro 5
*/
@FXML
private void numberController5() throws IOException {
}
/**
* Contrôleur du numéro 6
*/
@FXML
private void numberController6() throws IOException {
}
/**
* Contrôleur du numéro 7
*/
@FXML
private void numberController8() throws IOException {
}
/**
* Contrôleur du numéro 9
*/
@FXML
private void numberController9() throws IOException {
}
/**
* Contrôleur du numéro 10
*/
@FXML
private void numberController10() throws IOException {
}
/**
* Contrôleur du numéro 11
*/
@FXML
private void numberController11() throws IOException {
}
/**
* Contrôleur du numéro 12
*/
@FXML
private void numberController12() throws IOException {
}
/**
* Contrôleur du numéro 13
*/
@FXML
private void numberController13() throws IOException {
}
/**
* Contrôleur du numéro 14
*/
@FXML
private void numberController14() throws IOException {
}
/**
* Contrôleur du numéro 15
*/
@FXML
private void numberController15() throws IOException {
}
/**
* Contrôleur du numéro 16
*/
@FXML
private void numberController16() throws IOException {
}
/**
* Contrôleur du numéro 17
*/
@FXML
private void numberController17() throws IOException {
}
/**
* Contrôleur du numéro 18
*/
@FXML
private void numberController18() throws IOException {
}
/**
* Contrôleur du numéro 19
*/
@FXML
private void numberController19() throws IOException {
}
/**
* Contrôleur du numéro 20
*/
@FXML
private void numberController20() throws IOException {
}
/**
* Contrôleur du numéro 21
*/
@FXML
private void numberController21() throws IOException {
}
/**
* Contrôleur du numéro 22
*/
@FXML
private void numberController22() throws IOException {
}
/**
* Contrôleur du numéro 23
*/
@FXML
private void numberController23() throws IOException {
}
/**
* Contrôleur du numéro 24
*/
@FXML
private void numberController24() throws IOException {
}
/**
* Contrôleur du numéro 25
*/
@FXML
private void numberController25() throws IOException {
}
/**
* Contrôleur du numéro 26
*/
@FXML
private void numberController26() throws IOException {
}
/**
* Contrôleur du numéro 27
*/
@FXML
private void numberController27() throws IOException {
}
/**
* Contrôleur du numéro 28
*/
@FXML
private void numberController28() throws IOException {
}
/**
* Contrôleur du numéro 29
*/
@FXML
private void numberController29() throws IOException {
}
/**
* Contrôleur du numéro 30
*/
@FXML
private void numberController30() throws IOException {
}
/**
* Contrôleur du numéro 31
*/
@FXML
private void numberController31() throws IOException {
}
/**
* Contrôleur du numéro 32
*/
@FXML
private void numberController32() throws IOException {
}
/**
* Contrôleur du numéro 33
*/
@FXML
private void numberController33() throws IOException {
}
/**
* Contrôleur du numéro 34
*/
@FXML
private void numberController34() throws IOException {
}
/**
* Contrôleur du numéro 35
*/
@FXML
private void numberController35() throws IOException {
}
/**
* Contrôleur du numéro 36
*/
@FXML
private void numberController36() throws IOException {
}
/**
* Contrôleur du numéro 37
*/
@FXML
private void numberController37() throws IOException {
}
/**
* Contrôleur du numéro 38
*/
@FXML
private void numberController38() throws IOException {
}
/**
* Contrôleur du numéro 39
*/
@FXML
private void numberController39() throws IOException {
}
/**
* Contrôleur du numéro 40
*/
@FXML
private void numberController40() throws IOException {
}
/**
* Contrôleur du numéro 41
*/
@FXML
private void numberController41() throws IOException {
}
/**
* Contrôleur du numéro 42
*/
@FXML
private void numberController42() throws IOException {
}
/**
* Contrôleur du numéro 43
*/
@FXML
private void numberController43() throws IOException {
}
/**
* Contrôleur du numéro 44
*/
@FXML
private void numberController44() throws IOException {
}
/**
* Contrôleur du numéro 45
*/
@FXML
private void numberController45() throws IOException {
}
/**
* Contrôleur du numéro 46
*/
@FXML
private void numberController46() throws IOException {
}
/**
* Contrôleur du numéro 47
*/
@FXML
private void numberController47() throws IOException {
}
/**
* Contrôleur du numéro 48
*/
@FXML
private void numberController48() throws IOException {
}
/**
* Contrôleur du numéro 49
*/
@FXML
private void numberController49() throws IOException {
}
}

View file

@ -0,0 +1,33 @@
package fr.myny.gui;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import java.io.IOException;
public class Gui extends Application {
private static Scene scene;
@Override
public void start(Stage stage) throws IOException {
scene = new Scene(loadFXML("primary"));
stage.setScene(scene);
stage.show();
}
static void setRoot(String fxml) throws IOException {
scene.setRoot(loadFXML(fxml));
}
private static Parent loadFXML(String fxml) throws IOException {
FXMLLoader fxmlLoader = new FXMLLoader(Gui.class.getResource(fxml + ".fxml"));
return fxmlLoader.load();
}
public static void main(String[] args) {
launch();
}
}

View file

@ -1,56 +0,0 @@
package fr.myny.gui;
public class Ihm {
/**
* Le constructeur de Ihm
*/
public Ihm(){
}
/**
* La methode de demande de mise a jour de la base de donnees
*/
public void update(){
}
/**
* La methode de demande de recuperation d'URL ???
*/
public void getUrl(){
}
/**
* La methode de demande de telechargement de donnees
*/
public void downloadData(){
}
/**
* La methode de demande daffichage de donness
*/
public void printStatistics(){
}
/**
* La methode de demande de generation dun fichier pdf avec des grilles proposees
*/
public void printGrid(){
}
/**
* La methode de demande daffichage de la table
*/
public void generateTable(){
}
}

View file

@ -0,0 +1,13 @@
package fr.myny.gui;
import javafx.fxml.FXML;
import java.io.IOException;
public class PrimaryController {
@FXML
private void switchToSecondary() throws IOException {
Gui.setRoot("secondary");
}
}

View file

@ -0,0 +1,13 @@
package fr.myny.gui;
import javafx.fxml.FXML;
import java.io.IOException;
public class SecondaryController {
@FXML
private void switchToPrimary() throws IOException {
Gui.setRoot("primary");
}
}

View file

@ -0,0 +1,7 @@
module fr.myny.gui {
requires javafx.controls;
requires javafx.fxml;
opens fr.myny.gui to javafx.fxml;
exports fr.myny.gui;
}

View file

@ -1,25 +0,0 @@
//import com.opencsv.CSVReader;
//import com.opencsv.exceptions.CsvException;
import fr.myny.stats.Statistics;
import java.sql.*;
//import com.opencsv.CSVReader;
public class test{
public static void main(String[] args) throws SQLException {
System.out.println("Il n'y a rien a voir !");
System.out.println("nico fait un test");
System.out.println("Il Je test les branchs");
Statistics c=new Statistics();
//c.setTaille();
//c.afficherChiffre1();
//c.afficherNumBonus();
c.afficherCombinaisons2(4);
//c.afficherNumBonus(1);
//c.afficherCombinaisons3(32,16);
//c.afficherNumBonusCombi2(5,10);
//c.afficherNumBonusCombi3(28,14,37);
}
}

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" prefHeight="241.0" prefWidth="397.0" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.PrimaryController">
<Label prefHeight="167.0" prefWidth="69.0" text="Primary View" />
<Button onAction="#switchToSecondary" prefHeight="109.0" prefWidth="152.0" text="Switch to Secondary View" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" prefHeight="241.0" prefWidth="397.0" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.PrimaryController">
<Label prefHeight="167.0" prefWidth="69.0" text="Primary View" />
<Button onAction="#switchToSecondary" prefHeight="109.0" prefWidth="152.0" text="Switch to Secondary View" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" prefHeight="241.0" prefWidth="397.0" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.PrimaryController">
<Label prefHeight="167.0" prefWidth="69.0" text="Primary View" />
<Button onAction="#switchToSecondary" prefHeight="109.0" prefWidth="152.0" text="Switch to Secondary View" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" prefHeight="241.0" prefWidth="397.0" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.PrimaryController">
<Label prefHeight="167.0" prefWidth="69.0" text="Primary View" />
<Button onAction="#switchToSecondary" prefHeight="109.0" prefWidth="152.0" text="Switch to Secondary View" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" prefHeight="241.0" prefWidth="397.0" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.PrimaryController">
<Label prefHeight="167.0" prefWidth="69.0" text="Primary View" />
<Button onAction="#switchToSecondary" prefHeight="109.0" prefWidth="152.0" text="Switch to Secondary View" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" prefHeight="241.0" prefWidth="397.0" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.PrimaryController">
<Label prefHeight="167.0" prefWidth="69.0" text="Primary View" />
<Button onAction="#switchToSecondary" prefHeight="109.0" prefWidth="152.0" text="Switch to Secondary View" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Button?>
<?import javafx.geometry.Insets?>
<VBox alignment="CENTER" spacing="20.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.SecondaryController">
<Label text="Secondary View" />
<Button text="Switch to Primary View" onAction="#switchToPrimary" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,18 @@
package fr.myny.data;
import org.junit.jupiter.api.Test;
import java.io.File;
import java.io.IOException;
import static org.junit.jupiter.api.Assertions.*;
class DataCsvTest {
@Test
void getCSV() throws IOException {
//DataCsv csv = new DataCsv();
//csv.getCsv("src/main/resources/loto_201911.zip");
//File f = new File("src/main/resources/loto_201911.csv");
//assertTrue(f.exists());
}
}

View file

@ -0,0 +1,17 @@
package fr.myny.data;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class ImportDataTest {
@Test
void downloadCsvZip() {
ImportData csv = new ImportData();
csv.DownloadCsvZip();
}
}

View file

@ -0,0 +1,195 @@
annee_numero_de_tirage;jour_de_tirage;date_de_tirage;date_de_forclusion;boule_1;boule_2;boule_3;boule_4;boule_5;numero_chance;combinaison_gagnante_en_ordre_croissant;nombre_de_gagnant_au_rang1;rapport_du_rang1;nombre_de_gagnant_au_rang2;rapport_du_rang2;nombre_de_gagnant_au_rang3;rapport_du_rang3;nombre_de_gagnant_au_rang4;rapport_du_rang4;nombre_de_gagnant_au_rang5;rapport_du_rang5;nombre_de_gagnant_au_rang6;rapport_du_rang6;nombre_de_gagnant_au_rang7;rapport_du_rang7;nombre_de_gagnant_au_rang8;rapport_du_rang8;nombre_de_gagnant_au_rang9;rapport_du_rang9;nombre_de_codes_gagnants;rapport_codes_gagnants;codes_gagnants;boule_1_second_tirage;boule_2_second_tirage;boule_3_second_tirage;boule_4_second_tirage;boule_5_second_tirage;combinaison_gagnant_second_tirage_en_ordre_croissant;nombre_de_gagnant_au_rang_1_second_tirage;rapport_du_rang1_second_tirage;nombre_de_gagnant_au_rang_2_second_tirage;rapport_du_rang2_second_tirage;nombre_de_gagnant_au_rang_3_second_tirage;rapport_du_rang3_second_tirage;nombre_de_gagnant_au_rang_4_second_tirage;rapport_du_rang4_second_tirage;numero_jokerplus;devise;
20211012;MERCREDI;27/01/2021;28/04/2021;27;44;25;23;6;6;6-23-25-27-44+6;0;2000000;0;179534,2;41;5447,6;335;471,7;1905;49,5;17163;19,8;26991;9,7;246466;4,2;312870;2,2;10;20000;P 2836 7443,O 6936 1944,A 7122 8011,T 2401 6248,T 3450 4450,S 5217 9910,L 1259 6471,A 0359 8157,S 1505 9125,G 6727 3301;2;9;12;25;46;2-9-12-25-46;2;54934;325;293,8;12665;19,3;154406;3;Jokerplus indisponible;eur;
20211011;LUNDI ;25/01/2021;26/04/2021;13;31;49;7;3;5;3-7-13-31-49+5;1;2000000;4;32993,1;75;429,4;649;179;2762;25,1;21095;11,8;30570;6,3;226896;3,3;322683;2,2;10;20000;J 0406 3933,E 4659 1445,T 0720 0535,T 2173 6418,E 8564 0145,U 6085 9597,D 6310 7936,F 9481 9984,P 4685 5054,E 6477 9996;3;13;17;21;23;3-13-17-21-23;1;100000;383;180;13645;12,9;143793;3;3 707 274;eur;
20211010;SAMEDI ;23/01/2021;24/04/2021;1;19;13;24;48;5;1-13-19-24-48+5;1;11000000;3;88104,7;102;632,4;847;274,7;4278;32,5;32608;15,3;54892;7;420034;3,6;626088;2,2;10;20000;D 3554 3619,R 2074 9098,V 5162 8289,H 6300 2600,H 5055 9696,V 8185 1867,J 1742 2426,G 1383 1057,I 7902 1378,W 0196 5640;21;27;38;39;43;21-27-38-39-43;0;168860;236;832,4;11460;44;178179;3;1 857 391;eur;
20211009;MERCREDI;20/01/2021;21/04/2021;21;11;22;40;32;9;11-21-22-32-40+9;0;10000000;2;101212;40;1235,1;350;509,1;1708;62,3;16162;23,7;27294;10,9;256645;4,5;394597;2,2;10;20000;W 0173 2006,J 8132 3008,W 0178 2361,A 8177 1250,N 6559 3789,Q 5599 5440,J 8718 0393,C 3647 0866,L 1050 7450,J 5001 4963;5;16;35;42;49;5-16-35-42-49;2;61780;200;682,8;9315;37,6;138945;3;5 693 155;eur;
20211008;LUNDI ;18/01/2021;19/04/2021;5;43;10;48;25;10;5-10-25-43-48+10;0;9000000;3;59801,5;29;1509,9;305;517,8;1377;68,5;15838;21,4;19670;13,4;230541;4,5;243706;2,2;10;20000;I 1191 4844,A 0545 6533,A 2170 0127,B 7558 1113,R 5132 3203,F 6187 1536,S 4683 1839,Q 2610 4844,F 5081 7172,V 5735 8582;5;14;30;46;47;5-14-30-46-47;0;104574;147;797,7;7293;41,3;115590;3;5 092 334;eur;
20211007;SAMEDI ;16/01/2021;17/04/2021;44;20;14;22;36;2;14-20-22-36-44+2;0;8000000;1;282199,7;76;906,2;557;446;2426;61,1;23475;22,7;34442;12;340730;4,8;480474;2,2;10;20000;S 5637 5204,M 0342 6819,J 1646 1391,R 9258 5935,Q 9225 1613,T 1090 8948,C 6219 1815,D 8901 1711,G 4102 0056,P 1764 9222;8;12;29;36;39;8-12-29-36-39;2;82997;291;587,1;13690;32;201657;3;4 109 329;eur;
20211006;MERCREDI;13/01/2021;14/04/2021;32;42;30;17;41;5;17-30-32-41-42+5;0;7000000;0;186526,7;34;6825;251;654,2;1726;56,8;13361;26,4;27703;9,9;213470;5;460913;2,2;10;20000;V 7262 6800,R 7333 1468,F 1981 2298,A 1970 5475,T 8348 9001,I 6177 5549,A 5504 7762,S 2457 7452,G 4625 2690,J 6139 5521;5;6;11;28;49;5-6-11-28-49;2;62029;426;233,2;15629;16,3;184441;3;4 091 791;eur;
20211005;LUNDI ;11/01/2021;12/04/2021;33;46;8;17;1;5;1-8-17-33-46+5;0;6000000;1;151003;37;996,1;331;401,6;1862;42,6;14988;19;26862;8,2;211338;4,1;373519;2,2;10;20000;N 9982 7153,V 8203 1885,N 0078 9765,W 0132 9423,B 2146 7052,H 4163 6961,J 0474 2318,B 1619 0620,T 9522 3794,T 2900 9985;1;9;14;26;37;1-9-14-26-37;2;52147;245;401,8;10297;24,5;137312;3;0 206 668;eur;
20211004;SAMEDI ;09/01/2021;10/04/2021;49;12;27;11;7;1;7-11-12-27-49+1;0;5000000;3;98500,6;94;767,2;1142;227,7;3486;44,5;42115;13,2;39669;10,9;489197;3,5;398531;2,2;10;20000;U 2137 4401,G 8405 7448,L 2841 3498,S 7493 5968,E 1465 1050,K 2722 4142,M 4768 8203,F 0242 7004,M 7653 7191,C 3103 6395;7;22;32;38;40;7-22-32-38-40;1;167234;273;682,7;12175;39,3;186221;3;5 890 446;eur;
20211003;MERCREDI;06/01/2021;07/04/2021;41;21;32;47;11;9;11-21-32-41-47+9;0;4000000;7;27724,4;38;1246,5;354;482,6;1547;65,9;14825;24,7;23959;11,9;224442;5;379319;2,2;10;20000;U 0175 7506,P 0749 8720,B 5126 4238,A 4601 8588,N 6828 8440,Q 1732 1203,V 0970 9449,T 8172 1084,Q 0618 9517,L 3503 8861;10;23;25;34;44;10-23-25-34-44;0;122061;227;567;9410;35,1;144629;3;2 043 605;eur;
20211002;LUNDI ;04/01/2021;05/04/2021;31;39;30;49;19;8;19-30-31-39-49+8;0;3000000;2;75134,9;31;1183,1;244;542,1;1381;57,2;11751;24,2;20870;10,6;179588;4,8;313668;2,2;10;20000;T 5609 0862,M 0573 7287,C 9546 6836,G 7169 5658,V 5405 4724,C 7314 6911,R 0408 7131,V 0386 8959,F 1024 7388,D 3408 8143;6;16;25;37;46;6-16-25-37-46;0;100112;154;732,8;7427;39;109949;3;4 103 907;eur;
20211001;SAMEDI ;02/01/2021;03/04/2021;5;27;7;24;41;10;5-7-24-27-41+10;0;2000000;0;255851;61;5218;652;345,4;2227;60,4;28813;16,8;30625;12,3;382773;3,8;349947;2,2;10;20000;B 2533 1138,D 3828 7209,H 4619 8514,L 3256 2234,E 0825 5502,I 8235 4702,T 9366 3139,L 2452 8639,C 6688 5166,V 1885 0645;10;11;31;32;39;10-11-31-32-39;0;144569;137;1157,9;9591;42,5;163940;3;2 716 335;eur;
20200157;MERCREDI;30/12/2020;31/03/2021;36;20;13;31;38;1;13-20-31-36-38+1;0;4000000;1;205534,2;25;2006,6;276;655,5;1340;80,6;14972;25,9;20040;15,1;237460;5;287371;2,2;10;20000;L 9921 2177,H 8235 2515,J 9054 4978,T 4742 1433,H 7975 7316,D 5803 7484,W 0073 6995,D 7243 0494,E 6998 3583,J 0355 4804;5;16;27;32;41;5-16-27-32-41;1;117893;217;588,6;9376;35;135622;3;8 934 387;eur;
20200156;LUNDI ;28/12/2020;28/04/2021;41;34;42;22;1;5;1-22-34-41-42+5;0;3000000;1;138463,5;31;1090,1;285;427,6;1515;48;12300;21,3;20455;9,9;163532;4,9;345628;2,2;10;20000;P 2026 2166,M 5318 5230,H 2522 5553,P 2947 2997,R 3260 5604,W 0070 2150,L 5269 1834,O 4057 7597,E 4443 1878,W 0070 4438;1;7;44;45;49;1-7-44-45-49;2;50000;175;570,8;7945;32,3;119112;3;5 055 317;eur;
20200155;SAMEDI ;26/12/2020;26/04/2021;31;3;40;35;2;7;2-3-31-35-40+7;0;2000000;0;197735,9;34;7235,2;228;763,4;1924;54;13794;27,1;37511;7,7;245656;4,6;668771;2,2;10;20000;A 4363 7879,F 4908 4862,F 9384 8058,P 5082 1645,W 0064 6969,E 9946 5540,E 1403 9505,W 0062 4046,H 5751 8931,V 4760 7671;8;18;35;40;46;8-18-35-40-46;0;144025;185;932,3;9483;46,7;146118;3;8 168 534;eur;
20200154;MERCREDI;23/12/2020;23/04/2021;5;3;39;31;38;9;3-5-31-38-39+9;0;18000000;2;118380,7;31;1864,1;313;665,9;1838;67,7;16416;27,3;31386;11,1;286524;4,8;460924;2,2;10;20000;I 5368 5278,A 8168 3195,S 0889 0256,N 2987 6711,J 9800 2386,H 2181 6204,U 3184 1840,U 9481 1802,V 3457 7187,T 1559 5691;8;11;22;31;38;8-11-22-31-38;1;141967;324;411,5;13798;24,8;187693;3;0 248 004;eur;
20200153;LUNDI ;21/12/2020;21/04/2021;10;31;36;37;44;5;10-31-36-37-44+5;0;17000000;2;91136,2;39;1140,7;226;710;1549;61,9;13234;26;26098;10,2;210460;5;436864;2,2;10;20000;S 1105 8878,N 3875 4775,F 4987 3298,M 0935 3370,C 0228 2445,P 4357 3390,S 6508 0906,T 6825 5383,A 7256 0946,C 7700 5964;13;14;19;28;43;13-14-19-28-43;1;118754;305;343,8;11815;22,8;164948;3;2 801 752;eur;
20200152;SAMEDI ;19/12/2020;19/04/2021;30;29;49;23;10;5;10-23-29-30-49+5;0;16000000;1;294178,7;102;703,9;675;383,6;4276;36,1;31621;17,6;56372;7,6;420547;4;699595;2,2;10;20000;P 3022 0187,C 6765 5791,N 9154 2080,S 0951 7998,O 7791 0956,Q 9186 2102,A 8306 2983,V 6307 4283,H 9930 4210,A 1501 6177;4;25;27;41;45;4-25-27-41-45;1;185920;278;733,6;13617;38,5;210877;3;6 940 223;eur;
20200151;MERCREDI;16/12/2020;16/04/2021;21;6;41;17;16;9;6-16-17-21-41+9;0;15000000;1;230374,2;38;1479,7;419;484;2304;52,6;21677;20,1;34043;9,9;313171;4,2;450003;2,2;10;20000;J 5805 9158,D 1360 0124,K 4160 3682,F 0527 2335,Q 3233 0265,E 0702 0693,V 9981 6853,G 4995 1009,M 1591 9708,P 5399 1304;8;13;15;40;46;8-13-15-40-46;0;139293;226;638,2;10819;34,2;168174;3;6 142 944;eur;
20200150;LUNDI ;14/12/2020;14/04/2021;47;48;13;34;2;6;2-13-34-47-48+6;0;14000000;0;189359,2;32;7361,7;268;622;1409;70,6;13668;26,2;21983;12,6;215852;5,1;334899;2,2;10;20000;H 3799 6311,I 1422 8960,C 9346 3497,T 0807 6067,G 8629 7615,S 3592 7315,E 5937 7445,Q 1785 0586,G 1383 3607,R 8532 6121;6;7;9;23;41;6-7-9-23-41;0;116677;263;369,2;13388;18,6;169112;3;5 802 461;eur;
20200149;SAMEDI ;12/12/2020;12/04/2021;14;31;9;45;23;6;9-14-23-31-45+6;0;13000000;2;152110,5;80;928,1;786;340,7;3227;49,5;31429;18,3;42385;10,5;418357;4,2;555891;2,2;10;20000;F 2763 5438,M 2397 3911,O 1430 7022,A 0832 1650,S 5924 5571,D 5856 5894,C 2214 7353,M 4678 3548,S 1368 5283,V 8173 9095;1;17;20;41;46;1-17-20-41-46;0;181111;251;799,6;12745;40,4;202996;3;7 140 054;eur;
20200148;MERCREDI;09/12/2020;09/04/2021;47;17;48;39;24;7;17-24-39-47-48+7;0;12000000;0;180169,3;53;4229,1;332;477,7;2497;37,9;15122;22,5;37249;7,1;231458;4,5;586056;2,2;10;20000;E 0026 6743,K 5694 7127,F 7030 1648,T 4023 0826,Q 0655 9602,L 3168 4297,I 8061 1263,V 9934 9100,G 0599 8040,U 5904 1534;2;26;28;31;43;2-26-28-31-43;0;130525;177;806,1;9692;37,8;148646;3;0 391 330;eur;
20200147;LUNDI ;07/12/2020;07/04/2021;45;27;48;4;38;4;4-27-38-45-48+4;0;11000000;1;173176,7;30;1408,9;292;522;1561;58,3;13297;24,6;23464;10,8;201801;5;337482;2,2;10;20000;G 7020 7903,O 8292 8100,R 9568 2113,V 9925 0920,A 9942 9720,V 4468 0101,U 0284 5225,J 7905 7196,N 3859 2524,A 0853 1621;6;13;20;38;47;6-13-20-38-47;3;36851;217;511,6;9524;29,9;137602;3;6 779 265;eur;
20200146;SAMEDI ;05/12/2020;05/04/2021;34;20;14;35;9;1;9-14-20-34-35+1;0;10000000;0;309104;56;6866,9;506;537,7;2421;67,1;24400;23,9;31494;14,4;370522;4,8;431007;2,2;10;20000;V 6526 6587,V 9898 3279,L 5816 5826,V 8123 0903,P 5281 4090,Q 4446 3083,V 0250 8297,B 0983 2851,G 8182 3718,J 1223 9194;4;6;13;20;22;4-6-13-20-22;6;28906;742;176,4;24168;13,9;267317;3;3 566 971;eur;
20200145;MERCREDI;02/12/2020;02/04/2021;23;14;40;46;27;1;14-23-27-40-46+1;0;9000000;4;52605;37;1388;385;481,1;1294;85,5;15901;25;19586;15,8;240778;5;292613;2,2;10;20000;G 7593 0249,L 8310 7279,B 3432 6860,F 1389 1473,L 5243 5522,G 5479 9768,G 5771 2020,E 1661 2748,O 8714 4139,V 9897 5026;1;3;14;30;47;1-3-14-30-47;1;120261;195;630,5;10171;31;147074;3;1 416 722;eur;
20200144;LUNDI ;30/11/2020;31/03/2021;28;9;26;29;18;3;9-18-26-28-29+3;0;8000000;2;75842,5;67;552,5;490;272,5;2235;35,7;19492;14,7;28536;7,8;236995;3,7;320161;2,2;10;20000;H 1034 3868,A 0075 3231,D 4510 4377,G 9857 2699,T 4103 0880,Q 8271 3742,M 4300 8407,T 4234 6203,K 7326 8473,B 6815 0492;10;15;17;41;47;10-15-17-41-47;0;100000;147;721,6;7533;36,2;117172;3;2 046 757;eur;
20200143;SAMEDI ;28/11/2020;29/03/2021;9;25;2;47;35;10;2-9-25-35-47+10;0;7000000;1;277413,1;40;1692,7;403;605,9;1868;78,1;21672;24,2;28297;14,4;331631;4,8;395197;2,2;10;20000;U 3053 4468,M 7857 6394,H 7593 2700,S 1376 0659,S 2770 4627,S 3604 5782,T 4046 7518,A 7608 2339,J 3600 1320,K 5383 5905;9;14;33;41;48;9-14-33-41-48;1;157536;270;649,5;11481;39,2;175640;3;7 517 433;eur;
20200142;MERCREDI;25/11/2020;26/03/2021;1;26;14;31;10;4;1-10-14-26-31+4;0;6000000;3;60274,8;69;639,6;632;251,8;2295;41,4;21491;15,9;28562;9,3;264825;3,9;338786;2,2;10;20000;H 0773 7882,B 0119 6447,P 6618 1844,M 1730 8642,T 1027 3238,E 2614 0996,M 6360 0271,P 1164 1763,Q 0330 9561,O 7194 1767;1;3;13;22;33;1-3-13-22-33;5;22156;681;132,8;16914;13,7;162590;3;4 980 514;eur;
20200141;LUNDI ;23/11/2020;24/03/2021;15;20;12;6;1;1;1-6-12-15-20+1;0;5000000;4;40106;77;508,5;775;182,2;2127;39,6;24139;12,5;22056;10,7;253715;3,6;210289;2,2;10;20000;F 1858 6261,H 7649 0068,Q 6407 6527,R 3773 5374,Q 0709 7852,A 0909 0708,A 0273 4214,A 3916 9390,J 9346 1183,V 0060 4344;4;17;19;29;38;4-17-19-29-38;3;33334;240;362,6;9715;23;126783;3;4 569 920;eur;
20200140;SAMEDI ;21/11/2020;21/01/2021;49;17;44;5;46;4;5-17-44-46-49+4;0;4000000;2;122757,8;47;1274,9;424;509,7;2079;62,1;20662;22,4;32785;11;307276;4,6;489401;2,2;10;20000;A 8827 9651,G 4168 7997,O 3934 5876,L 8532 6069,A 5542 6546,Q 1590 3021,E 8604 5273,V 2870 4667,B 8795 8876,A 4234 0742;3;9;18;25;48;3-9-18-25-48;0;151046;416;328,6;16122;21,8;205818;3;5 496 500;eur;
20200139;MERCREDI;18/11/2020;18/01/2021;28;11;14;43;41;8;11-14-28-41-43+8;0;3000000;1;168472,8;37;1111,3;345;429,8;1834;48,3;15490;20,5;26241;9,4;222691;4,4;353400;2,2;10;20000;C 2836 6008,S 5840 1826,B 4317 8607,C 5596 0061,K 0059 6874,V 3344 2321,R 7171 2121,U 5995 4725,G 3216 1927,D 1098 8239;4;5;12;16;37;4-5-12-16-37;1;107420;238;382,1;11469;20,3;153853;3;1 573 389;eur;
20200138;LUNDI ;16/11/2020;16/01/2021;7;47;16;33;42;7;7-16-33-42-47+7;0;2000000;2;57992,4;51;555;275;371,2;2190;27,8;11461;19,1;31497;5,4;166437;4;404266;2,2;10;20000;J 3913 9423,D 6394 5241,D 8656 3973,V 4048 7608,V 3895 6215,F 0122 4624,J 6003 7378,F 3108 4501,R 3029 3148,B 6846 9359;2;8;18;46;49;2-8-18-46-49;0;100000;165;590;7270;34,4;109013;3;0 305 012;eur;
20200137;SAMEDI ;14/11/2020;14/01/2021;40;26;17;24;43;9;17-24-26-40-43+9;1;14000000;2;133601,9;54;1207,7;411;572,3;2331;60,3;20963;24,1;34839;11,2;322868;4,8;522785;2,2;10;20000;K 7622 1959,K 1469 6618,C 5558 3614,F 5871 8728,L 5373 9238,A 5527 7819,F 1964 3563,U 0816 7975,J 2133 7763,K 4578 5241;9;11;38;43;47;9-11-38-43-47;0;159569;297;577,2;11862;37,1;185286;3;0 907 117;eur;
20200136;MERCREDI;11/11/2020;11/01/2021;15;17;10;37;16;9;10-15-16-17-37+9;0;2000000;1;156148,5;28;1361,1;256;536,9;1387;59,2;13692;21,5;22141;10,3;215915;4,2;292284;2,2;10;20000;V 8182 6853,I 5861 8936,A 8254 8289,R 1842 7418,K 1339 1952,H 6230 2573,A 2823 6243,J 6408 0739,K 4952 9641,T 3163 1763;14;16;18;39;41;14-16-18-39-41;0;100000;169;656;7141;39,9;102092;3;2 653 244;eur;
20200135;LUNDI ;09/11/2020;09/01/2021;26;18;41;38;5;10;5-18-26-38-41+10;1;16000000;2;94366,9;32;1439,5;388;428,2;1456;68,1;15717;22,7;20241;13,7;229062;4,8;288966;2,2;10;20000;G 0975 1579,K 6163 7535,N 5508 7230,V 9797 1192,D 0434 2326,V 9797 7639,D 5523 5105,K 5094 9459,M 7396 3720,I 0253 1159;3;27;36;43;46;3-27-36-43-46;3;36429;180;714,4;7501;44;113580;3;9 432 989;eur;
20200134;SAMEDI ;07/11/2020;07/01/2021;45;5;48;42;30;9;5-30-42-45-48+9;0;15000000;3;89664,3;74;887,2;415;570,6;2396;59;20127;25,3;34764;11,3;311873;5;522456;2,2;10;20000;S 7601 6670,Q 9431 4339,V 6404 0999,G 8185 9223,P 7302 6245,P 0263 9851,K 5333 4780,M 0125 4821,E 3390 0880,D 6973 4906;11;16;20;24;33;11-16-20-24-33;2;80232;397;372,6;16067;23,6;215457;3;1 111 648;eur;
20200133;MERCREDI;04/11/2020;04/01/2021;29;10;16;14;9;1;9-10-14-16-29+1;0;14000000;5;42957,9;50;1048,5;736;256,9;2235;50,5;27379;14,8;26357;12;327123;3,8;289873;2,2;10;20000;K 3442 1056,P 9509 6956,A 1121 1678,C 3538 8331,K 4004 9959,V 9754 1016,R 5666 5355,T 5460 2376,J 7357 7520,O 0092 7971;5;6;9;21;24;5-6-9-21-24;2;59229;466;186,3;15956;13,9;185698;3;9 026 324;eur;
20200132;LUNDI ;02/11/2020;02/01/2021;42;43;38;33;31;3;31-33-38-42-43+3;0;13000000;0;158630,9;29;6805,1;248;563;1276;65,3;10991;27,3;20545;11,3;169572;5,4;348856;2,2;10;20000;I 2493 9488,V 9730 4236,N 4053 7165,J 8223 7621,G 4974 5386,P 6242 5841,E 7992 8340,J 4906 7510,T 6149 0667,U 4868 0909;4;18;34;35;48;4-18-34-35-48;3;33673;133;905,8;6443;48;103083;3;0 218 295;eur;
20200131;SAMEDI ;31/10/2020;31/12/2020;22;35;9;28;13;5;9-13-22-28-35+5;0;12000000;0;248690,9;113;2737,9;874;250,4;4350;30;32546;14,4;53413;6,8;402635;3,6;567534;2,2;10;20000;N 4567 5221,N 6116 8624,T 8111 6606,G 7821 6301,E 4555 1983,V 2400 3525,O 3715 1900,I 0328 4688,L 7763 3988,V 4029 8860;20;31;35;40;49;20-31-35-40-49;1;154246;199;940,7;10297;46,7;153531;3;9 673 357;eur;
20200130;MERCREDI;28/10/2020;28/12/2020;25;43;30;2;19;9;2-19-25-30-43+9;0;11000000;3;63692,5;34;1371,6;419;401,4;1937;51,8;17889;20,2;27354;10,2;252062;4,4;362524;2,2;10;20000;P 8975 5140,J 4485 9872,Q 0423 1184,A 4808 3451,M 0449 7377,Q 4337 5854,N 7950 9594,V 8155 3219,L 0516 4242,I 9331 7247;3;21;29;36;49;3-21-29-36-49;0;115160;199;633,3;8861;36,5;130963;3;0 257 275;eur;
20200129;LUNDI ;26/10/2020;26/12/2020;33;7;8;12;22;5;7-8-12-22-33+5;0;10000000;3;48627,3;69;516;542;236,9;2801;27,3;21812;12,6;34376;6,2;257441;3,3;343913;2,2;10;20000;F 8624 1185,V 7435 0562,I 6188 2691,C 7667 1692,R 0547 2999,A 0514 3469,K 2354 7511,O 0407 7873,V 5603 8559,T 6606 8531;5;7;8;11;33;5-7-8-11-33;4;25000;417;159,1;14343;11,8;157035;3;8 362 629;eur;
20200128;SAMEDI ;24/10/2020;24/12/2020;8;25;4;12;45;2;4-8-12-25-45+2;0;9000000;3;87121,3;70;911,3;940;244,7;3043;45,1;33157;14,9;36366;10,5;390180;3,9;415605;2,2;10;20000;J 9059 7514,E 0066 8368,I 3369 9241,L 5418 6627,F 4105 4330,S 0715 6000,O 7484 1421,C 5651 1512,J 9679 6496,C 1373 5020;4;6;10;19;47;4-6-10-19-47;5;29844;563;221,9;18925;16,9;215362;3;6 864 474;eur;
20200127;MERCREDI;21/10/2020;21/12/2020;35;48;33;21;15;1;15-21-33-35-48+1;0;8000000;2;97932,4;28;1707,3;277;622,4;1112;92,6;13583;27,3;17312;16,6;206707;5,5;266661;2,2;10;20000;H 8488 9227,P 8756 7713,B 0008 3739,F 3551 3534,Q 5601 1330,N 0483 0154,R 4811 6151,K 5686 0116,R 3445 7799,Q 6946 4484;6;10;19;32;35;6-10-19-32-35;2;54919;239;448;9901;27,8;140536;3;9 623 973;eur;
20200126;LUNDI ;19/10/2020;19/12/2020;7;35;48;28;25;1;7-25-28-35-48+1;0;7000000;0;158816;31;6373,5;280;499,3;1115;74,9;13372;22,4;16294;14,3;196873;4,7;226831;2,2;10;20000;J 8688 9886,U 2864 1803,G 7564 1407,S 6283 0665,A 8224 2572,C 4326 0789,A 1180 4760,B 2256 9177,J 7600 5769,Q 8964 2803;35;36;37;40;49;35-36-37-40-49;0;100000;112;1096,5;5460;57,8;83117;3;7 825 493;eur;
20200125;SAMEDI ;17/10/2020;17/12/2020;28;23;24;9;20;4;9-20-23-24-28+4;0;6000000;1;246419,5;78;771;616;352,1;3151;41,1;28019;16,6;42277;8,5;373075;3,8;475724;2,2;10;20000;T 0746 3840,A 8781 0530,C 2411 8773,K 5264 2423,V 9645 9438,K 6657 1640,A 2231 4767,T 8441 3753,L 6821 6871,I 3527 2685;10;18;24;29;30;10-18-24-29-30;6;24737;453;288,7;17362;19,3;206453;3;6 733 951;eur;
20200124;MERCREDI;14/10/2020;14/12/2020;19;42;32;26;39;6;19-26-32-39-42+6;0;5000000;2;90286,9;40;1101,8;349;455,4;1601;59,3;14445;23,6;21550;12,3;204387;5,1;327440;2,2;10;20000;U 2689 5891,H 3334 9110,V 9636 5379,J 0910 6423,N 0434 7528,E 6075 1437,E 8468 5580,K 2766 3469,A 5408 7409,K 5984 0570;6;16;19;20;34;6-16-19-20-34;1;109857;250;417,5;10503;25,5;143797;3;6 546 654;eur;
20200123;LUNDI ;12/10/2020;12/12/2020;18;7;21;42;11;3;7-11-18-21-42+3;0;4000000;2;71282,8;78;446,1;538;233,2;2546;29,4;19440;13,8;28534;7,3;232546;3,5;295547;2,2;10;20000;P 3758 7635,K 8823 2962,I 7132 1661,O 9357 0501,R 5103 6380,J 9230 6048,Q 4297 1386,V 9628 0663,S 4714 8666,L 7335 3832;2;4;7;23;36;2-4-7-23-36;0;100000;206;419;9378;23,6;126439;3;1 808 226;eur;
20200122;SAMEDI ;10/10/2020;10/12/2020;48;26;31;47;42;8;26-31-42-47-48+8;0;3000000;0;234429,9;46;6340,1;297;694,8;1821;67,7;14623;30,3;30004;11,5;246619;5,5;506239;2,2;10;20000;C 2148 9269,N 9661 4528,J 8787 7130,M 3742 8475,J 1792 1022,F 3330 7865,R 3007 6283,Q 2338 4305,I 8196 6361,H 0709 7745;23;34;39;47;48;23-34-39-47-48;2;73931;196;947,5;9013;52,9;139731;3;4 627 016;eur;
20200121;MERCREDI;07/10/2020;07/12/2020;17;30;6;49;19;2;6-17-19-30-49+2;0;2000000;1;182896,7;50;892,8;493;326,5;1764;54,5;20459;16,9;23677;11,3;264663;4;279934;2,2;10;20000;O 7013 8440,R 8789 6986,N 0235 7148,F 6482 4242,E 5905 8114,O 5304 8770,B 3875 5610,N 7805 6042,T 0807 7398,F 2633 7953;5;28;35;41;47;5-28-35-41-47;1;107508;145;875,6;7104;45,9;111207;3;7 587 599;eur;
20200120;LUNDI ;05/10/2020;05/12/2020;6;22;19;5;9;5;5-6-9-19-22+5;2;4500000;5;30507,7;144;258,5;985;136,3;4137;19,3;27414;10,5;39565;5,6;279878;3,1;343621;2,2;10;20000;U 4591 0105,P 7142 0959,P 8161 4114,N 3669 6338,T 0063 3685,N 0629 3692,S 6157 4961,B 3476 1794,H 0666 1012,E 5155 9053;1;9;14;16;37;1-9-14-16-37;0;100208;174;550,6;9431;26,1;130480;3;0 362 309;eur;
20200119;SAMEDI ;03/10/2020;03/12/2020;31;36;9;33;18;2;9-18-31-33-36+2;0;8000000;2;135859,9;43;1542,3;449;532,7;2004;71,3;22957;22,4;30739;13;333183;4,7;436570;2,2;10;20000;Q 5947 7563,K 7728 8154,V 3589 3890,J 3324 0962,M 7313 9229,A 4502 0890,V 8113 9061,P 3380 7146,V 4343 6815,F 1101 8684;16;18;27;32;39;16-18-27-32-39;0;155241;242;698,6;12426;34,9;177559;3;9 292 685;eur;
20200118;MERCREDI;30/09/2020;30/11/2020;26;24;49;32;2;5;2-24-26-32-49+5;0;7000000;1;171535,9;32;1308,3;358;421,8;1733;52;14377;22,5;27842;9;219469;4,5;417835;2,2;10;20000;M 3697 9719,S 9560 5078,K 2191 7047,B 8225 0938,V 7136 9956,N 4024 6193,K 0247 4394,F 7568 8267,H 2496 8530,S 4382 3580;16;19;24;43;44;16-19-24-43-44;1;111589;160;724,7;8924;33,4;134256;3;3 461 709;eur;
20200117;LUNDI ;28/09/2020;28/11/2020;33;22;44;6;35;2;6-22-33-35-44+2;0;6000000;0;152448,2;39;4863;397;338;1357;59;14378;20;16923;13,2;177626;5;243825;2,2;10;20000;C 3910 2576,K 6510 6834,C 8791 1234,D 5456 5752,D 9464 7037,V 9569 7724,O 1420 0956,R 8166 5483,V 1328 7126,Q 0110 4608;20;27;40;42;48;20-27-40-42-48;1;100000;150;721,4;6491;42,8;96690;3;1 064 475;eur;
20200116;SAMEDI ;26/09/2020;26/11/2020;4;31;49;8;39;9;4-8-31-39-49+9;0;5000000;3;81089;35;1696,4;356;601,5;2080;61,5;18905;24,3;33163;10,8;300181;4,7;477612;2,2;10;20000;H 0396 0953,Q 8122 8013,U 7430 2396,T 3748 4396,B 7162 1609,B 8337 4539,V 9559 0608,F 0850 9093,G 8065 3877,F 1890 8138;11;14;15;32;38;11-14-15-32-38;0;146356;208;755,9;10464;38,6;169955;3;5 253 359;eur;
20200115;MERCREDI;23/09/2020;23/11/2020;11;5;25;23;33;5;5-11-23-25-33+5;0;4000000;5;32377,3;84;470,3;586;243,1;3502;24,3;21526;14,2;39603;6;265797;3,5;380659;2,2;10;20000;V 9546 7995,J 6476 4046,E 9091 6812,H 2140 0107,G 1795 1317,C 7941 4218,U 2612 6731,M 2609 7583,R 1967 8703,R 7259 1373;22;23;28;33;37;22-23-28-33-37;1;105129;136;816,7;8189;34,8;124308;3;5 362 247;eur;
20200114;LUNDI ;21/09/2020;21/11/2020;46;41;38;19;16;9;16-19-38-41-46+9;0;3000000;0;139518,3;32;5424,1;214;573,9;1123;65,3;9982;26,4;17167;11,9;154559;5,2;274392;2,2;10;20000;Q 2849 9377,C 7609 2368,U 7825 8846,G 8012 4421,O 6256 4953,R 5761 9029,Q 6989 6683,Q 9265 9975,R 3682 7753,U 2977 9433;17;19;24;26;35;17-19-24-26-35;0;100000;182;477,3;8395;26,6;116787;3;7 331 265;eur;
20200113;SAMEDI ;19/09/2020;19/11/2020;33;42;27;46;32;7;27-32-33-42-46+7;0;2000000;1;201384,5;29;1694,9;346;512,3;2364;44,8;15329;24,8;37791;7,8;243062;4,8;677602;2,2;10;20000;N 5487 0717,U 0588 8186,M 1213 1200,R 2917 9381,E 3419 6429,V 9531 6022,U 1194 5472,O 1283 8370,M 8192 0579,L 2954 6402;6;8;9;22;27;6-8-9-22-27;4;36635;558;187;19893;13,4;233353;3;7 804 165;eur;
20200112;MERCREDI;16/09/2020;16/11/2020;28;19;49;23;17;7;17-19-23-28-49+7;1;2000000;2;73546,2;84;427,4;450;287,7;3295;23,4;18673;14,9;43435;4,9;248635;3,4;487031;2,2;10;20000;F 4074 7786,N 7795 3147,G 3512 5708,D 3719 2928,K 3346 8172,G 7634 6815,K 0843 9745,F 3648 2264,R 4958 5435,C 6729 3080;8;10;19;29;46;8-10-19-29-46;2;54144;281;344;11525;21,5;149171;3;6 396 843;eur;
20200111;LUNDI ;14/09/2020;14/11/2020;23;49;5;13;32;2;5-13-23-32-49+2;1;10000000;3;59045,8;46;939,8;512;304,5;1628;57,2;19511;17,1;21838;11,9;249394;4,1;276843;2,2;10;20000;J 8753 2552,O 8093 0855,C 0812 5236,Q 0666 2292,B 9107 3339,V 9517 5817,V 9517 4412,P 7999 0830,I 5920 9662,P 4274 8996;10;31;42;45;48;10-31-42-45-48;0;104315;131;935,9;7079;44,5;108602;3;0 751 489;eur;
20200110;SAMEDI ;12/09/2020;12/11/2020;16;46;12;21;24;2;12-16-21-24-46+2;0;9000000;3;94138,8;61;1130;626;397,1;2573;57,7;28400;18,8;35884;11,5;383088;4,2;449644;2,2;10;20000;E 1240 4948,O 3539 4607,G 7582 6305,J 9390 3437,P 7747 3591,E 3505 4172,K 1363 9804,R 9592 3628,H 9317 2696,T 6370 3186;12;19;21;35;43;12-19-21-35-43;2;79911;349;460,4;13989;29,5;198678;3;0 672 600;eur;
20200109;MERCREDI;09/09/2020;09/11/2020;24;48;20;29;45;3;20-24-29-45-48+3;0;8000000;0;189152,9;22;10696,3;295;564,4;1512;65,8;13676;26,1;26378;10,5;230717;4,7;411235;2,2;10;20000;G 1645 3237,D 8088 1670,N 6225 4928,P 7191 6618,N 3632 0418,K 4493 8509,J 6938 4196,E 9077 5781,B 6727 7380,V 9483 6071;2;15;28;39;40;2-15-28-39-40;1;118693;167;806;8427;41;129394;3;5 513 135;eur;
20200108;LUNDI ;07/09/2020;07/11/2020;37;35;31;44;14;7;14-31-35-37-44+7;0;7000000;0;128410,1;41;3896,3;233;485,1;1673;40,3;10709;22,7;25941;7,2;160239;4,6;446612;2,2;10;20000;S 5644 4840,C 7408 3726,P 3157 4753,S 4116 8940,K 4968 5924,E 7886 7271,E 5761 3238,K 3975 2114,M 6505 8200,K 4245 6392;6;8;41;46;47;6-8-41-46-47;0;100000;111;1054,7;5736;52,4;100213;3;0 720 348;eur;
20200107;SAMEDI ;05/09/2020;05/11/2020;22;15;19;24;46;3;15-19-22-24-46+3;0;6000000;0;245132,4;81;3764,9;618;349,1;2814;45,8;24975;18,5;39411;9,1;343691;4,1;514309;2,2;10;20000;E 4705 2724,N 3764 7652,B 9610 0100,T 4185 6396,R 2215 5407,V 4468 7813,P 1971 6678,T 0025 6043,M 5633 3556,G 9688 7814;4;9;10;18;26;4-9-10-18-26;4;37482;542;209,6;20554;14,2;230546;3;6 448 016;eur;
20200106;MERCREDI;02/09/2020;02/11/2020;14;23;21;47;3;3;3-14-21-23-47+3;0;5000000;0;176923,4;63;3493,7;430;362,2;2385;39;18095;18,5;32068;8,1;245428;4,2;371388;2,2;10;20000;R 0402 6905,K 6473 7387,V 1332 9781,G 3440 2532,F 0856 1207,E 6208 6370,F 2891 1115,L 9366 5881,K 7634 4565,C 3333 4541;24;26;31;32;47;24-26-31-32-47;0;110376;151;868,9;6958;48,4;113144;3;8 803 377;eur;
20200105;LUNDI ;31/08/2020;31/10/2020;7;16;17;4;11;10;4-7-11-16-17+10;0;4000000;2;73169,2;55;649,4;763;168,8;1823;42,2;24177;11,4;20091;10,7;254212;3,3;215006;2,2;10;20000;F 0886 9832,O 9765 3807,F 8131 1763,P 1965 3056,H 6219 4646,A 9956 5285,J 2680 6933,C 5449 9234,R 2108 3742,L 0595 4650;5;13;14;45;48;5-13-14-45-48;2;50000;152;550,8;7656;28,1;115462;3;9 289 114;eur;
20200104;SAMEDI ;29/08/2020;29/10/2020;23;15;38;21;39;4;15-21-23-38-39+4;0;3000000;3;74761,7;42;1303,3;368;536,5;1988;59,3;17503;24,2;30410;10,8;268108;4,8;447961;2,2;10;20000;C 7929 6875,F 9083 8708,H 0832 2788,F 5485 3330,S 3323 4135,E 7461 7315,L 9492 4467,C 4980 9674,J 4432 9308,S 4952 5162;4;19;27;31;43;4-19-27-31-43;0;136516;290;468,9;12640;27,6;171238;3;7 886 285;eur;
20200103;MERCREDI;26/08/2020;25/11/2020;13;45;4;40;31;3;4-13-31-40-45+3;0;2000000;0;155557,8;38;5092,7;328;417,5;1538;53,2;13188;22,3;22715;10;198512;4,5;334963;2,2;10;20000;C 9191 6465,O 4948 8199,B 5537 5432,I 1180 3932,U 5839 0830,S 4015 4498,O 4987 2734,U 4491 1556,D 9308 4132,E 0195 5549;17;33;36;43;49;17-33-36-43-49;0;100000;154;764,6;6984;43,3;99966;3;6 419 191;eur;
20200102;LUNDI ;24/08/2020;23/11/2020;28;18;22;37;19;2;18-19-22-28-37+2;1;5000000;0;145095,4;31;5822,8;297;430;1368;55,7;14630;18,7;18900;11,3;197086;4,2;230484;2,2;10;20000;U 9256 8618,C 3897 0189,T 2172 3309,M 6742 5750,I 1421 9713,L 3718 2482,G 1086 9209,D 4272 8808,L 0060 0998,I 5371 7134;17;21;30;32;36;17-21-30-32-36;1;100000;110;924,9;5934;44;93706;3;3 048 088;eur;
20200101;SAMEDI ;22/08/2020;21/11/2020;7;11;5;32;33;5;5-7-11-32-33+5;0;4000000;2;106382;77;674,4;449;417,1;3697;30,2;25386;15,8;47684;6,5;342340;3,6;495580;2,2;10;20000;F 7138 2715,J 4764 5070,N 1159 7460,K 9315 6552,T 9810 3474,Q 0828 7485,T 4023 3185,B 9815 9117,A 3971 7603,H 3391 9119;4;5;29;35;42;4-5-29-35-42;0;134462;185;768,7;10027;36,4;158808;3;5 592 757;eur;
20200100;MERCREDI;19/08/2020;18/11/2020;35;11;13;4;34;1;4-11-13-34-35+1;0;3000000;0;178477,9;22;10092,7;278;565,1;1223;76,7;15168;22,2;18971;13,8;235090;4,4;240637;2,2;10;20000;H 4402 9487,C 3643 8658,K 0615 3393,J 3288 7513,U 6069 3827,H 3048 6982,E 0373 4396,C 9502 7640,U 6657 8826,D 0810 7015;3;32;33;39;49;3-32-33-39-49;1;100672;114;1092,7;5994;53,4;97369;3;9 533 110;eur;
20200099;LUNDI ;17/08/2020;16/11/2020;6;1;39;48;40;6;1-6-39-40-48+6;0;2000000;1;133346,8;28;1162,3;158;742,9;901;77,8;8172;30,8;15623;12,5;141230;5,5;237789;2,2;10;20000;P 5039 6142,O 6254 6051,R 9500 5699,H 0638 8413,M 1677 6437,S 9989 0153,Q 2984 5296,N 5190 3869,F 2712 6584,Q 0169 1559;8;11;15;38;45;8-11-15-38-45;1;100000;184;453,6;7374;29,1;107009;3;6 254 243;eur;
20200098;SAMEDI ;15/08/2020;14/11/2020;5;41;3;42;15;7;3-5-15-41-42+7;1;9000000;1;193954,1;54;876,6;356;479,6;2941;34,6;18340;20;47023;6;289806;3,9;636221;2,2;10;20000;S 0174 4418,L 9145 8216,U 9128 6201,C 9645 6120,P 2497 0258,U 6189 9209,L 4297 2029,N 7385 3306,R 5278 9127,T 8554 9100;7;16;38;41;42;7-16-38-41-42;0;135703;216;695,1;10013;38,5;152385;3;9 024 101;eur;
20200097;MERCREDI;12/08/2020;11/11/2020;17;47;30;3;44;3;3-17-30-44-47+3;0;8000000;1;174858,3;40;1066,9;331;465;1941;47,3;14946;22,1;28343;9;222681;4,5;370956;2,2;10;20000;M 0621 5432,V 4140 3068,J 4253 5041,T 8466 3412,C 4388 8843,O 4959 9161,P 9548 5313,E 6516 3450,B 5741 3734,O 7126 8381;15;25;28;42;44;15-25-28-42-44;0;108208;183;618,3;8941;32,5;129333;3;9 262 171;eur;
20200096;LUNDI ;10/08/2020;09/11/2020;28;38;2;1;11;6;1-2-11-28-38+6;0;7000000;0;147675;25;7348,7;303;429;1452;53,5;14998;18,6;21560;10;208818;4,1;267188;2,2;10;20000;S 0579 4281,F 6997 1576,F 0711 3572,R 2544 5973,T 9695 6818,I 1432 4650,N 6653 5863,V 9374 2109,F 0420 4330,M 9401 7916;8;20;34;44;46;8-20-34-44-46;1;100000;115;935,7;6056;45,6;95650;3;4 423 591;eur;
20200095;SAMEDI ;08/08/2020;07/11/2020;35;42;49;4;6;9;4-6-35-42-49+9;0;6000000;3;77874,7;36;1583,9;357;576;1909;64,3;17188;25,7;31008;11;276431;4,9;457041;2,2;10;20000;N 4331 6658,R 4451 6441,O 3565 7022,N 1983 3533,C 2254 9706,A 3182 0219,C 7391 0064,S 2194 0022,C 3150 4459,H 4817 5511;5;9;18;26;32;5-9-18-26-32;0;139915;351;349,4;15142;20,8;195421;3;6 534 417;eur;
20200094;MERCREDI;05/08/2020;04/11/2020;46;32;22;15;17;8;15-17-22-32-46+8;0;5000000;2;86075,2;27;1556,2;288;526,2;1610;56,2;13634;23,9;24914;10,1;211222;4,7;365223;2,2;10;20000;D 8964 2750,K 3784 5444,U 4919 0781,T 0345 4990,K 3539 3474,U 0338 4444,O 4454 3110,V 9347 3540,L 4225 6411,K 0193 8562;9;16;28;39;43;9-16-28-39-43;1;106795;179;642,7;8515;34,7;123645;3;9 831 281;eur;
20200093;LUNDI ;03/08/2020;02/11/2020;43;48;42;23;30;7;23-30-42-43-48+7;0;4000000;1;113490,2;28;989,2;177;564,4;1367;43,6;9309;23;23121;7,2;144312;4,5;395962;2,2;10;20000;L 0158 8705,Q 7355 2247,G 1060 1628,B 3347 8478,G 6781 9071,M 7924 2111,T 4668 9396,O 4174 8537,A 1214 7660,S 9465 9861;11;26;29;30;44;11-26-29-30-44;0;100000;204;406,1;9037;23,5;116398;3;3 032 574;eur;
20200092;SAMEDI ;01/08/2020;31/10/2020;17;18;25;38;9;9;9-17-18-25-38+9;0;3000000;4;55207,4;77;699,9;547;355,3;2822;41,1;23474;17,8;37547;8,6;318086;4;425738;2,2;10;20000;M 8186 5657,J 5422 8442,Q 5872 0320,N 6598 8767,I 0387 2507,Q 5509 0757,P 8560 8991,D 4737 1855,R 8873 0147,R 9787 0985;10;26;31;41;44;10-26-31-41-44;0;132845;193;766;9616;39,5;148180;3;7 166 329;eur;
20200091;MERCREDI;29/07/2020;28/10/2020;47;46;7;19;39;5;7-19-39-46-47+5;0;2000000;2;73924,6;38;949,6;334;389,6;1583;49,1;13142;21,3;24791;8,7;194082;4,4;369671;2,2;10;20000;R 5307 7191,U 0045 4068,U 4334 8300,G 9287 1308,O 4091 0138,R 5487 5390,H 9545 2443,N 0551 4141,H 4200 5267,M 1598 8356;9;36;42;43;49;9-36-42-43-49;2;50000;122;956,4;6308;47,5;99537;3;2 005 633;eur;
20200090;LUNDI ;27/07/2020;26/10/2020;19;24;45;15;25;3;15-19-24-25-45+3;1;2000000;0;126322,8;39;4029,6;340;327;1501;44,2;14262;16,7;20627;9;180508;4;261814;2,2;10;20000;I 1969 4316,F 4819 2534,U 1723 7210,J 1421 4827,O 0713 3066,C 8735 5698,V 9320 1666,D 8744 0693,M 3654 6487,U 6302 1960;17;22;23;32;45;17-22-23-32-45;1;100000;111;802,7;6255;36,6;96278;3;1 260 423;eur;
20200089;SAMEDI ;25/07/2020;24/10/2020;18;10;6;15;48;4;6-10-15-18-48+4;1;2000000;1;218513,9;55;969,7;533;360,9;2746;41,8;25007;16,5;35440;9;326848;3,8;421432;2,2;10;20000;A 0627 7877,T 8132 7529,L 5312 5584,F 4657 6406,A 6036 6443,B 3238 8947,P 5576 8151,I 1497 0873,S 8038 4627,N 6017 5802;11;29;32;40;43;11-29-32-40-43;3;43748;224;686,2;8973;44;137263;3;5 186 286;eur;
20200088;MERCREDI;22/07/2020;21/10/2020;4;28;38;20;18;1;4-18-20-28-38+1;1;7000000;2;94607,7;37;1248,1;460;362,1;1466;67,8;18247;19,6;19779;14;245554;4,4;259511;2,2;10;20000;O 8042 2168,P 3333 2399,G 0171 2769,G 0703 7061,V 3231 7869,F 9115 2810,Q 7281 8419,E 1027 8013,C 4710 4789,J 6222 2243;28;29;30;35;47;28-29-30-35-47;0;104923;123;1016,7;6372;50,4;107163;3;9 300 085;eur;
20200087;LUNDI ;20/07/2020;19/10/2020;8;42;22;28;26;2;8-22-26-28-42+2;0;6000000;2;74703,9;24;1519,4;297;442,8;1474;53,3;14786;19,1;19493;11,2;203279;4,2;234692;2,2;10;20000;N 1002 4068,R 4590 6740,T 9642 0845,F 0801 8910,L 6280 8896,G 9438 5728,K 3654 6900,R 9905 2508,V 8173 5502,P 6298 6111;1;11;37;39;48;1-11-37-39-48;1;100000;122;847,7;5903;45;95020;3;4 533 000;eur;
20200086;SAMEDI ;18/07/2020;17/10/2020;11;42;22;34;43;4;11-22-34-42-43+4;0;5000000;1;232122,3;53;1068,9;485;421,3;2299;53,1;20270;21,6;31930;10,7;282716;4,7;454081;2,2;10;20000;A 4597 9199,N 7161 9178,O 6179 4860,L 3328 9349,C 5022 5253,M 5432 7834,A 9946 0882,R 9886 3724,M 7726 0574,F 0932 9299;12;23;26;28;39;12-23-26-28-39;1;138723;288;458,9;13211;25,7;181171;3;7 949 900;eur;
20200085;MERCREDI;15/07/2020;14/10/2020;6;12;4;35;44;3;4-6-12-35-44+3;0;4000000;3;52835,6;43;899,7;371;376,1;1848;45,1;16676;17,9;27282;8,5;232404;3,9;349750;2,2;10;20000;I 2408 8371,H 7689 4226,Q 9781 3620,E 0227 7066,O 1387 7447,P 7405 7810,K 1933 8343,R 3955 3111,R 5595 5928,Q 1182 1682;12;16;17;29;31;12-16-17-29-31;2;50273;229;385,8;10637;21,3;140153;3;7 166 428;eur;
20200084;LUNDI ;13/07/2020;12/10/2020;24;3;35;46;2;8;2-3-24-35-46+8;0;3000000;1;137706,5;25;1344,4;204;594,2;992;73;9255;28,1;17587;11,5;157686;5;280684;2,2;10;20000;A 8778 8323,T 9113 1364,G 9994 2766,E 0352 1335,T 5996 2013,S 4917 2768,O 2002 1134,L 7119 1336,I 5111 5049,L 7439 8886;1;9;12;15;22;1-9-12-15-22;1;100000;445;137,2;14044;11,1;146487;3;1 877 785;eur;
20200083;SAMEDI ;11/07/2020;10/10/2020;32;6;35;28;40;7;6-28-32-35-40+7;0;2000000;2;94726,4;29;1594,5;334;499,3;2149;46,3;15157;23,6;35519;7,8;238189;4,6;648602;2,2;10;20000;V 6256 5943,E 1637 9318,S 3385 6596,R 1903 8679,J 3348 9708,B 0588 1213,R 6602 2439,O 8705 9348,E 5911 3917,L 1430 9313;4;17;24;34;43;4-17-24-34-43;4;34347;313;471,9;11523;32,9;159403;3;3 015 716;eur;
20200082;MERCREDI;08/07/2020;07/10/2020;30;48;37;9;26;8;9-26-30-37-48+8;1;4000000;0;169378,3;29;7266,1;289;515,9;1513;58,8;13947;22,9;23748;10,5;209003;4,7;353440;2,2;10;20000;J 0970 1266,M 5667 1827,E 0637 9931,G 1911 7976,A 5282 1395,U 3673 6280,H 5988 8808,A 3800 2723,V 9255 1261,H 1373 4570;3;5;14;20;44;3-5-14-20-44;2;52770;255;358,9;11494;20,4;148569;3;9 195 682;eur;
20200081;LUNDI ;06/07/2020;05/10/2020;2;11;42;30;35;6;2-11-30-35-42+6;0;3000000;0;139555,9;32;5425,5;239;514;1127;65,1;10945;24,1;17345;11,8;170763;4,7;247086;2,2;10;20000;N 4150 9602,B 6305 7021,S 9440 2110,U 1877 9456,Q 4334 0001,H 1219 6384,H 1287 2183,C 3582 7628,T 0217 6435,H 8935 9706;1;2;5;19;39;1-2-5-19-39;4;25000;231;335,6;9767;20,4;122790;3;8 423 159;eur;
20200080;SAMEDI ;04/07/2020;03/10/2020;23;13;27;44;36;6;13-23-27-36-44+6;0;2000000;1;239724,6;72;812,6;583;361,9;2424;52;24486;18,5;33207;10,6;329130;4,2;420142;2,2;10;20000;P 0487 0287,D 6984 7724,P 2714 8688,T 7270 7713,V 5002 4618,V 3768 5655,C 3853 1884,T 1739 4764,K 2303 8253,E 9718 4165;6;8;22;27;33;6-8-22-27-33;4;35120;344;357,5;14665;21,5;196387;3;7 501 046;eur;
20200079;MERCREDI;01/07/2020;30/09/2020;44;47;5;13;14;8;5-13-14-44-47+8;1;5000000;2;86099,6;33;1273,6;309;490,5;1857;48,7;16360;19,9;28239;8,9;249222;4;353054;2,2;10;20000;S 7316 4335,I 9168 3154,O 9202 6975,L 2881 7347,H 7735 7181,V 2965 2973,Q 6039 5658,U 3135 4863,R 8097 5623,D 7825 1694;18;21;34;37;48;18-21-34-37-48;0;106467;210;602,9;7983;40,7;109064;3;0 895 558;eur;
20200078;LUNDI ;29/06/2020;28/09/2020;21;29;20;47;46;7;20-21-29-46-47+7;0;4000000;1;116997,5;23;1241,5;176;585,2;1382;44,5;9087;24,3;24163;7,1;150271;4,5;392248;2,2;10;20000;I 3159 8379,N 9917 9704,B 9640 7922,A 7121 4586,S 3116 4703,J 5171 7513,S 3283 9017,L 9970 8730,Q 4527 1176,G 3786 3242;14;18;19;29;41;14-18-19-29-41;0;100000;195;436,6;8069;27,1;115490;3;8 145 546;eur;
20200077;SAMEDI ;27/06/2020;26/09/2020;1;39;2;6;27;4;1-2-6-27-39+4;0;3000000;1;228849,9;52;1074,1;442;455,8;2411;49,9;22789;19;33827;9,9;321913;4,1;441010;2,2;10;20000;V 7460 3885,E 4043 2179,V 6760 4713,E 7942 7505,D 7847 0366,R 9459 4991,H 8577 0776,R 2636 0745,S 1508 8977,K 2840 6142;12;16;20;34;49;12-16-20-34-49;1;136951;275;512,9;11373;31,8;166277;3;6 862 410;eur;
20200076;MERCREDI;24/06/2020;23/09/2020;36;8;31;34;17;7;8-17-31-34-36+7;0;2000000;2;66521,5;53;612,6;228;513,6;1822;38,4;11380;22,1;29416;6,6;180216;4,3;467553;2,2;10;20000;N 4411 0278,M 4813 9136,P 1988 4247,T 6938 1074,A 4783 8714,U 0285 2012,B 7461 4593,B 4486 1158,N 3740 8862,O 5400 7031;5;9;24;30;31;5-9-24-30-31;1;100000;254;332,1;10841;20;141390;3;8 965 211;eur;
20200075;LUNDI ;22/06/2020;21/09/2020;9;36;5;21;39;5;5-9-21-36-39+5;1;8000000;11;12914,5;60;577,8;321;389,5;1849;40,4;12810;20,9;25943;8;193089;4,2;332554;2,2;10;20000;S 4603 2673,G 0187 0560,R 1029 0189,H 0799 4409,I 4921 7246,G 4970 2495,C 9476 3319,E 0365 8270,C 9806 9661,T 6351 5538;15;34;36;44;46;15-34-36-44-46;0;100000;132;893,8;5710;53,1;87986;3;2 615 300;eur;
20200074;SAMEDI ;20/06/2020;19/09/2020;8;24;33;38;14;5;8-14-24-33-38+5;0;7000000;2;113970,9;54;1030,2;515;389,6;2778;43,1;21353;20,2;39780;8,4;311252;4,2;547482;2,2;10;20000;O 3635 0025,F 8026 5414,C 1321 5782,S 0649 7270,H 2710 2860,K 6233 4595,F 0144 3963,T 8703 9099,Q 0006 5034,U 3301 5122;14;15;20;36;48;14-15-20-36-48;1;144009;183;895,6;9577;44;156301;3;6 464 245;eur;
20200073;MERCREDI;17/06/2020;16/09/2020;26;13;10;20;46;1;10-13-20-26-46+1;0;6000000;3;64717,6;49;967,1;533;320,6;1765;57,8;21016;17,4;22395;12,7;272495;4,1;261321;2,2;10;20000;H 3586 8348,Q 3805 8515,D 7826 2349,U 9731 5152,A 7546 1438,Q 8070 4662,V 4250 6578,C 8802 9258,A 3080 7045,C 7785 0299;1;19;23;28;39;1-19-23-28-39;0;108110;213;489,6;9687;27,6;139659;3;9 198 029;eur;
20200072;LUNDI ;15/06/2020;14/09/2020;22;49;26;2;47;2;2-22-26-47-49+2;0;5000000;0;153900,9;31;6176,2;248;546,3;1260;64,2;12105;24;18536;12,2;182643;4,9;238449;2,2;10;20000;J 1965 8782,S 3831 5829,H 7156 8379,M 4550 0764,U 8689 5124,Q 3240 9681,H 5261 4067,T 9173 9360,J 0600 6277,M 8910 9718;19;24;25;33;41;19-24-25-33-41;1;100000;176;555,8;7141;35,2;109128;3;9 596 432;eur;
20200071;SAMEDI ;13/06/2020;12/09/2020;25;32;6;5;28;4;5-6-25-28-32+4;0;4000000;1;237866,6;56;1036,7;418;500,9;2527;49,5;22681;19,8;35996;9,7;336324;4,1;464273;2,2;10;20000;J 8671 8273,M 4209 2202,O 9086 1704,P 5386 5866,B 8705 0779,E 3494 6844,P 4135 8903,P 6163 3675,I 0875 0960,T 0373 8697;5;10;16;43;45;5-10-16-43-45;1;143262;254;560,4;12045;30,3;180136;3;0 612 978;eur;
20200070;MERCREDI;10/06/2020;09/09/2020;47;36;20;11;9;2;9-11-20-36-47+2;0;3000000;1;179768,3;28;1567;365;433,5;1554;60,8;16097;21,1;21815;12,1;232834;4,5;281236;2,2;10;20000;V 9052 0295,N 6916 5117,G 7619 5296,V 1070 1829,M 6346 0909,U 1747 3107,D 0979 4692,I 1159 0776,G 4508 0559,I 4314 8043;15;25;31;35;49;15-25-31-35-49;0;105491;153;783,8;7966;38,7;114653;3;3 464 365;eur;
20200069;LUNDI ;08/06/2020;07/09/2020;8;22;26;46;2;1;2-8-22-26-46+1;0;2000000;2;73847,3;21;1716,6;318;408,8;1129;68,8;13698;20,4;15949;13,6;191627;4,4;211692;2,2;10;20000;U 9304 2045,U 3378 4762,A 2919 6944,A 1904 9439,C 5583 4591,Q 2682 3888,B 5087 5420,Q 8990 9606,C 5355 3007,A 1802 7737;1;2;13;33;38;1-2-13-33-38;0;100000;164;531,7;7497;29,9;113780;3;8 708 783;eur;
20200068;SAMEDI ;06/06/2020;05/09/2020;14;7;43;44;29;5;7-14-29-43-44+5;1;17000000;1;255250,1;80;778,7;639;351,6;3504;38,3;26318;18,3;47914;7,8;368857;4;638322;2,2;10;20000;A 4132 2938,K 8805 0528,N 7291 9584,O 3717 4407,M 3957 6296,L 5646 9645,U 6978 4637,C 2084 0595,E 8166 7962,G 6671 8060;19;22;23;40;41;19-22-23-40-41;1;161460;260;665,8;12240;36,3;187902;3;7 995 384;eur;
20200067;MERCREDI;03/06/2020;02/09/2020;12;13;26;44;16;6;12-13-16-26-44+6;0;16000000;4;53351,9;59;882,8;465;404;2483;45,2;22659;17,8;33159;9,4;316469;3,9;373999;2,2;10;20000;K 3041 3397,U 0153 9052,O 3380 2745,T 7408 8475,L 4971 9487,M 7581 7189,H 9549 1138,U 2620 6417,O 0989 0860,K 1023 8604;15;19;40;44;47;15-19-40-44-47;0;122798;169;826,2;8432;42,5;133415;3;4 190 147;eur;
20200066;LUNDI ;01/06/2020;31/08/2020;24;26;2;36;32;7;2-24-26-32-36+7;0;15000000;1;122595,5;24;1246,7;183;589,7;1599;40,3;10848;21,3;25540;7;165592;4,3;411122;2,2;10;20000;N 3139 5720,F 1389 7735,M 8030 5272,M 7786 1507,M 2896 8471,N 2202 3477,G 5920 7492,P 0808 9568,N 6167 6587,R 1436 6652;4;8;21;40;41;4-8-21-40-41;3;33334;152;643;6606;38;101610;3;9 082 306;eur;
20200065;SAMEDI ;30/05/2020;29/08/2020;5;14;42;44;16;9;5-14-16-42-44+9;0;14000000;1;253674;48;1289,9;415;538,1;2391;55,8;21370;22,4;36381;10,2;332649;4,4;491613;2,2;10;20000;K 6016 0523,E 9976 2620,I 1308 5123,D 3895 5015,M 5491 3458,D 2811 6537,T 0153 0226,S 6642 4571,P 3034 2340,M 6854 7462;3;5;33;36;45;3-5-33-36-45;1;149159;210;773;10850;38,4;170714;3;6 369 227;eur;
20200064;MERCREDI;27/05/2020;26/08/2020;29;6;12;44;31;6;6-12-29-31-44+6;0;13000000;3;63129,3;76;608,2;541;308,1;2484;40,1;20622;17,3;30473;9,1;267872;4,1;337015;2,2;10;20000;F 4841 6270,R 7172 2874,C 1831 5458,P 3871 4224,R 9800 9226,M 7427 7519,V 9055 1717,H 5293 5586,S 1773 1956,B 8939 8202;3;12;22;37;49;3-12-22-37-49;1;110567;274;383,1;10413;25,9;144833;3;5 574 162;eur;
20200063;LUNDI ;25/05/2020;24/08/2020;9;26;30;42;36;4;9-26-30-36-42+4;0;12000000;0;152403,2;26;7292,3;245;547,6;1310;61,2;12210;23,6;20067;11,1;185032;4,8;296447;2,2;10;20000;I 5694 5506,O 0361 0593,N 8160 9556,S 5413 0349,G 9741 8739,B 1392 5002,P 3055 5590,O 4072 0862,G 0170 8051,T 2159 1620;7;24;36;43;47;7-24-36-43-47;1;100000;171;614,8;7275;37,1;105837;3;7 979 899;eur;
20200062;SAMEDI ;23/05/2020;22/08/2020;22;28;3;23;29;2;3-22-23-28-29+2;0;11000000;3;82509,5;47;1285,4;647;336,7;2444;53,2;25344;18,4;33433;10,9;359579;4;405390;2,2;10;20000;V 9005 6324,N 2564 8421,B 0794 7161,R 8438 3842,G 2520 9672,V 9021 6273,P 6482 8750,H 7325 3407,M 6477 2041,T 9363 6178;5;7;26;32;46;5-7-26-32-46;0;140144;244;573,9;11407;31,5;175267;3;4 616 489;eur;
20200061;MERCREDI;20/05/2020;19/08/2020;45;14;39;20;47;8;14-20-39-45-47+8;0;10000000;1;179913;28;1568,3;267;593,1;1494;63,3;13620;25;22518;11,7;199424;5,2;368626;2,2;10;20000;E 2903 6317,B 4650 8290,I 5168 9700,T 4532 9009,P 6674 1092,K 9036 6158,F 1456 5023,V 9016 7988,T 1730 4839,K 2528 8004;24;25;35;39;43;24-25-35-39-43;0;109954;137;985,6;6959;49,8;107559;3;3 603 034;eur;
20200060;LUNDI ;18/05/2020;17/08/2020;20;30;35;14;10;9;10-14-20-30-35+9;0;9000000;1;145471,3;39;910,4;325;394;1623;47,1;15436;17,8;21363;10;195809;4,3;281804;2,2;10;20000;G 2792 6621,B 9635 6720,R 7748 6327,H 7177 7734,G 7934 3176,D 8095 2967,E 4512 9657,N 7333 3009,U 9946 3747,R 9137 8643;27;32;36;37;44;27-32-36-37-44;1;100000;108;1026,2;6110;46,6;92268;3;4 131 037;eur;
20200059;SAMEDI ;16/05/2020;15/08/2020;26;27;41;46;19;4;19-26-27-41-46+4;0;8000000;2;115349,3;45;1251,2;334;608;2026;59,9;18053;24,1;30910;10,9;281224;4,7;445328;2,2;10;20000;E 8704 4405,I 8260 4727,F 7285 0153,B 2210 2173,E 7597 0879,R 3468 7501,H 6775 4868,H 7233 4380,A 2920 5468,P 2598 6026;9;26;31;37;47;9-26-31-37-47;0;138694;188;844;9277;43,9;149538;3;0 280 624;eur;
20200058;MERCREDI;13/05/2020;11/09/2020;43;4;17;38;49;8;4-17-38-43-49+8;0;7000000;0;167126;34;6115,2;274;536,9;1562;56,2;12898;24,5;23076;10,6;200510;4,8;343539;2,2;10;20000;I 4540 9277,Q 8078 0181,T 6138 8847,H 6261 8981,K 5507 9748,C 6145 2864,K 1788 2291,V 6483 7951,V 0097 5171,C 3900 2083;11;19;21;24;48;11-19-21-24-48;3;34860;229;411,6;10683;22,6;142974;3;6 986 742;eur;
20200057;LUNDI ;11/05/2020;09/09/2020;34;5;33;3;17;10;3-5-17-33-34+10;0;6000000;0;146729,4;20;9127,1;225;574;1032;74,7;12689;21,8;15696;13,7;189891;4,5;202988;2,2;10;20000;E 5407 0572,B 3996 8117,C 3130 5937,P 5379 5962,H 8038 2226,R 9701 9701,V 8965 3439,K 8677 8249,J 8963 1515,N 5976 5704;13;17;20;27;33;13-17-20-27-33;3;33334;285;253,5;10260;18,1;127872;3;6 380 131;eur;
20200056;SAMEDI ;09/05/2020;07/09/2020;48;39;29;47;35;7;29-35-39-47-48+7;0;5000000;1;178559,2;31;1405,8;256;614;1739;54;12236;27,6;29899;8,7;199572;5,2;607544;2,2;10;20000;B 6960 0834,L 0072 4967,V 8954 4890,U 6861 8256,U 0442 5860,C 3191 6605,A 3300 6706,V 3820 5991,U 9035 5102,F 2638 8257;2;11;30;35;46;2-11-30-35-46;0;131078;187;777,5;9560;39,1;146771;3;9 140 638;eur;
20200055;MERCREDI;06/05/2020;04/09/2020;48;36;14;15;10;3;10-14-15-36-48+3;0;4000000;0;152783,2;17;11180,8;196;686,2;1264;63,5;11522;25,1;22243;10,1;189889;4,6;328700;2,2;10;20000;C 1128 1765,P 3610 0846,E 4097 1965,F 5421 0808,R 8163 1892,E 0038 8789,V 8950 8051,H 6063 3940,M 7853 6205,I 5009 6243;1;20;40;45;49;1-20-40-45-49;0;100000;180;618,5;7889;36,2;107144;3;2 540 005;eur;
20200054;LUNDI ;04/05/2020;02/09/2020;39;8;9;33;15;10;8-9-15-33-39+10;0;3000000;0;132489,8;16;10301,7;210;555,4;916;76;10523;23,8;14443;13,5;167082;4,6;193353;2,2;10;20000;E 1758 4622,G 2966 5491,V 8934 5207,U 5225 9009,H 4043 0101,O 1760 6020,F 8045 2323,T 7386 5368,E 0447 9573,Q 8436 5951;7;16;24;36;47;7-16-24-36-47;1;100000;162;523,5;6712;32,4;97099;3;3 681 661;eur;
20200053;SAMEDI ;02/05/2020;31/08/2020;43;22;12;30;9;4;9-12-22-30-43+4;0;2000000;1;196546,6;72;666,2;655;264,1;2528;40,9;23475;15,8;32548;8,8;298492;3,8;371133;2,2;10;20000;D 4927 1473,E 8484 2613,T 3393 6362,Q 7280 8516,M 5157 5298,D 5473 9656,D 7491 4927,H 7925 8576,U 4252 6577,K 9936 0970;7;11;18;21;42;7-11-18-21-42;1;120134;362;267,6;14762;16,8;177811;3;4 850 523;eur;
20200052;MERCREDI;29/04/2020;28/08/2020;25;29;47;5;7;1;5-7-25-29-47+1;1;4000000;2;81691,6;43;927,3;441;326,1;1376;62,4;18494;16,7;19479;12,3;241415;3,9;221640;2,2;10;20000;K 0469 9209,A 1924 9870,Q 9518 2241,F 9618 4468,E 8013 5934,P 9136 7188,V 8923 9753,H 9992 3640,F 2946 2297,E 0371 5464;5;7;32;34;42;5-7-32-34-42;0;100000;132;744,8;7059;35,8;110079;3;4 574 925;eur;
20200051;LUNDI ;27/04/2020;26/08/2020;41;11;19;29;14;9;11-14-19-29-41+9;0;3000000;1;120631,5;41;718,1;335;317;1501;42,2;13648;16,7;19383;9,1;177228;3,9;224937;2,2;10;20000;G 8783 5973,E 5763 3339,I 0799 3554,P 7587 8426,I 4380 8173,J 3235 3632,G 7234 9591,P 0777 0823,B 3501 9056,Q 5735 9549;1;7;16;20;39;1-7-16-20-39;0;100000;161;443,9;7638;24;104424;3;1 687 131;eur;
20200050;SAMEDI ;25/04/2020;24/08/2020;49;6;24;13;10;3;6-10-13-24-49+3;0;2000000;8;23521,1;100;459,2;799;207,3;3277;30,2;27913;12,7;38227;7,2;319631;3,4;396411;2,2;10;20000;S 9992 7385,T 4310 0006,U 0101 4802,C 1654 1772,A 6404 3725,P 9550 9436,B 2682 5370,U 2599 8960,O 9447 0448,U 0941 5038;3;9;26;34;43;3-9-26-34-43;1;117859;214;589,3;9257;35;137476;3;5 514 011;eur;
20200049;MERCREDI;22/04/2020;21/08/2020;28;30;43;40;41;7;28-30-40-41-43+7;1;8000000;6;21543,2;30;1051,6;234;486,2;1445;47;9999;24,4;23779;8;153983;4,8;446985;2,2;10;20000;N 7117 8273,M 1717 3351,M 4006 0307,A 3201 7509,S 9974 1497,M 6968 1700,C 1442 4735,S 7693 1249,B 4976 2729,O 0864 5345;27;29;32;33;49;27-29-32-33-49;0;100000;111;989,8;6105;46,2;100491;3;7 933 229;eur;
20200048;LUNDI ;20/04/2020;19/08/2020;37;5;9;7;41;6;5-7-9-37-41+6;0;7000000;2;65615,9;23;1392,6;217;532,3;1224;56,4;13460;18,4;17541;11;191264;4;230303;2,2;10;20000;L 7498 9272,F 0197 9846,U 9147 1095,K 7429 3663,K 7701 3437,I 6435 6864,O 9592 7856,D 1046 0034,S 0760 3403,D 2860 1101;19;26;29;30;45;19-26-29-30-45;1;100000;134;621,5;7074;30,2;98788;3;1 586 114;eur;
20200047;SAMEDI ;18/04/2020;17/08/2020;45;1;33;47;27;8;1-27-33-45-47+8;0;6000000;2;98273,8;33;1453,7;292;592,5;1720;60,1;15406;24,1;26814;10,7;237027;4,8;412701;2,2;10;20000;O 7299 8421,P 1043 4509,F 5077 5478,Q 4445 6564,Q 7510 9060,L 2624 8858,C 1261 8822,T 9409 9195,J 1572 8758,F 1670 4936;11;14;33;36;41;11-14-33-36-41;0;121492;204;673,6;8772;40,2;132891;3;9 014 822;eur;
20200046;MERCREDI;15/04/2020;14/08/2020;16;1;31;48;3;6;1-3-16-31-48+6;0;5000000;1;151114,4;32;1152,6;299;444,9;1375;57,8;13938;20,5;19510;11,4;193741;4,5;268493;2,2;10;20000;G 8227 6493,F 2975 3495,E 4527 8583,B 8198 5592,U 3889 8518,R 6966 2597,G 0302 7795,M 9176 0892,T 9921 4279,L 8534 7037;3;7;18;48;49;3-7-18-48-49;4;25000;189;436,6;8895;23,8;123399;3;6 240 313;eur;
20200045;LUNDI ;13/04/2020;12/08/2020;42;1;19;23;17;9;1-17-19-23-42+9;0;4000000;2;54583,9;30;888,1;268;358,5;1246;46;11844;17,4;16906;9,5;160032;3,9;198437;2,2;10;20000;E 7328 8813,P 0756 6303,E 4543 3975,D 4758 0705,J 4612 5585,H 8675 4372,U 1849 2629,R 7650 6650,V 8075 7587,V 8871 4422;13;14;18;43;44;13-14-18-43-44;2;50000;106;628,1;5371;31,8;88427;3;5 396 982;eur;
20200044;SAMEDI ;11/04/2020;10/08/2020;8;43;1;48;41;7;1-8-41-43-48+7;0;3000000;0;158532,2;26;7585,6;226;617,5;1829;45,5;12386;24,2;32395;7,2;205275;4,5;533590;2,2;10;20000;K 0502 8214,F 6108 1501,K 5737 0961,U 2321 2093,D 8244 9724,U 4015 6578,V 6848 8040,K 3920 1845,R 5345 6109,E 9019 6381;12;15;20;24;49;12-15-20-24-49;1;115558;275;365,2;12302;20,9;162434;3;3 426 667;eur;
20200043;MERCREDI;08/04/2020;07/08/2020;16;9;19;26;6;9;6-9-16-19-26+9;0;2000000;7;19871,6;68;499,2;734;166,8;2486;29,4;21628;12,1;25793;7,9;231719;3,5;246680;2,2;10;20000;D 6630 2763,T 4533 6821,D 2331 0757,O 9506 0847,R 0236 4123,T 3122 8903,O 1173 2131,L 3548 6413,O 4906 3721,C 7168 0131;24;27;42;43;49;24-27-42-43-49;0;100000;118;811,3;5612;43,8;91816;3;7 250 098;eur;
20200042;LUNDI ;06/04/2020;06/06/2020;23;29;18;35;7;4;7-18-23-29-35+4;1;5000000;3;38590,5;37;763,7;325;313,5;1492;40,8;12763;17,1;19262;8,8;171652;3,9;235107;2,2;10;20000;V 1083 8967,O 8895 6684,M 4066 2525,U 8560 0653,U 6326 1876,B 6629 0929,K 6854 0067,S 6368 1535,K 9660 7453,V 7141 8526;3;12;17;18;19;3-12-17-18-19;3;33334;217;240,2;9636;13,9;120232;3;7 941 017;eur;
20200041;SAMEDI ;04/04/2020;04/06/2020;40;2;35;39;42;9;2-35-39-40-42+9;0;4000000;0;181645;17;13292,9;193;828,5;1211;78,9;10656;32,2;19449;13,7;175118;6;357142;2,2;10;20000;S 6518 9578,C 4371 4762,L 9746 4689,N 3263 7816,J 9462 1293,I 2698 4892,M 2304 8355,S 3097 9017,T 5738 3861,R 9648 0144;13;23;24;38;48;13-23-24-38-48;3;36796;236;468;9598;29,5;137890;3;7 146 467;eur;
20200040;MERCREDI;01/04/2020;01/06/2020;41;48;42;28;3;6;3-28-41-42-48+6;0;3000000;1;133483,4;19;1714,7;154;763;929;75,5;8790;28,7;15147;12,9;145415;5,3;249756;2,2;10;20000;N 8310 0790,R 5461 7534,D 4307 6801,H 2842 3560,Q 6424 5829,E 5099 5190,J 0672 5087,F 3667 1649,K 8132 1085,G 7756 8396;1;16;19;36;44;1-16-19-36-44;1;100000;140;610,4;6266;35;94920;3;8 197 369;eur;
20200039;LUNDI ;30/03/2020;30/05/2020;21;37;12;17;23;7;12-17-21-23-37+7;0;2000000;0;86486,8;54;1992,5;231;329,5;2223;20,4;11075;14,7;27450;4,6;148086;3,4;295819;2,2;10;20000;U 5930 9134,P 2550 1674,J 8428 5882,Q 4296 5065,A 5546 5503,S 4961 8756,K 7060 9579,O 5411 4225,I 0747 2505,J 4060 7778;4;10;14;38;39;4-10-14-38-39;0;100000;90;785;4864;37,3;77006;3;0 151 854;eur;
20200038;SAMEDI ;28/03/2020;28/05/2020;35;23;26;32;22;5;22-23-26-32-35+5;1;20000000;0;184116,8;41;5586,7;301;538,4;1872;51,7;13800;25,2;30362;8,9;227326;4,7;459962;2,2;10;20000;T 0895 5238,D 8907 1607,I 2233 6052,V 8819 8782,J 6052 8592,V 8197 2596,A 5699 3505,F 3939 2277,S 7143 6046,I 4815 7239;5;22;35;38;39;5-22-35-38-39;1;113919;117;1135;7732;44,1;119907;3;4 849 628;eur;
20200037;MERCREDI;25/03/2020;25/05/2020;40;45;24;32;34;1;24-32-34-40-45+1;0;19000000;0;159406,1;21;9443,4;227;618,1;867;96,7;10447;28,8;12396;18,9;150100;6,1;224623;2,2;10;20000;R 8791 2395,L 5459 6727,J 1959 0443,H 9792 3625,U 0558 2080,N 4357 0595,I 4255 4317,D 4374 7004,S 0064 6677,A 1008 8230;16;28;35;38;43;16-28-35-38-43;1;100000;133;787,1;5721;47;84694;3;1 007 943;eur;
20200036;LUNDI ;23/03/2020;23/05/2020;28;49;5;48;21;2;5-21-28-48-49+2;0;18000000;0;133967,5;20;8333,2;231;510,5;1066;66,1;11667;21,7;15520;12,7;170366;4,5;211131;2,2;10;20000;I 1415 9205,V 8108 0589,D 2827 6314,G 7306 2116,L 0340 8772,V 8797 9428,O 6561 0493,G 1648 6503,D 6210 8174,V 8801 5351;2;5;12;19;29;2-5-12-19-29;1;100000;439;111,8;12656;9,9;126033;3;7 225 296;eur;
20200035;SAMEDI ;21/03/2020;21/05/2020;16;37;8;7;42;8;7-8-16-37-42+8;0;17000000;2;95188,5;38;1222,8;342;490;1974;50,7;16848;21,3;32379;8,6;262054;4,2;399630;2,2;10;20000;F 9412 8875,G 9644 1569,I 5199 5924,J 5711 5432,L 1837 5221,J 1108 9712,A 6413 5202,K 2109 8006,L 9933 5603,H 2468 0538;3;5;35;36;40;3-5-35-36-40;1;111837;128;1035,6;6558;51,9;115094;3;0 294 127;eur;
20200034;MERCREDI;18/03/2020;18/05/2020;48;10;46;28;29;9;10-28-29-46-48+9;0;16000000;0;154599,6;23;8362,3;222;613;1212;67,1;11414;25,6;20334;11,1;187211;4,8;303666;2,2;10;20000;P 9870 3930,C 9969 6626,L 1072 8980,M 3062 9408,T 0629 8138,N 6257 0314,G 9598 0467,T 1809 2995,J 5590 2621,D 2821 0313;4;14;25;34;40;4-14-25-34-40;0;100000;133;776,1;6432;41,2;98781;3;6 385 100;eur;
20200033;LUNDI ;16/03/2020;16/05/2020;44;16;4;40;23;3;4-16-23-40-44+3;0;15000000;2;71174;37;939;274;457,3;1480;50,5;12793;21;22593;9,2;184297;4,5;325406;2,2;10;20000;N 8445 2470,V 8211 2515,V 8765 5101,K 8557 4828,Q 0700 0742,H 2045 9781,M 7244 0256,N 5657 1823,S 8711 7374,N 6066 7083;6;12;28;45;48;6-12-28-45-48;0;100000;219;401,1;8809;25,6;119661;3;8 832 329;eur;
20200032;SAMEDI ;14/03/2020;14/05/2020;28;41;38;31;43;10;28-31-38-41-43+10;0;14000000;1;274496,8;32;2093,6;398;607,1;1584;91,1;17411;29,8;23856;16,9;272245;5,8;398811;2,2;10;20000;T 1167 5809,E 4814 2966,E 0340 7868,M 3934 9146,L 6615 4357,A 4529 5418,T 2939 4301,M 9650 4280,A 2350 6349,P 8501 6021;1;28;32;34;36;1-28-32-34-36;0;148106;178;1029,4;8951;52,6;143279;3;1 503 532;eur;
20200031;MERCREDI;11/03/2020;11/05/2020;38;45;5;14;46;1;5-14-38-45-46+1;1;2000000;1;179379,5;18;2432,3;246;641,9;1023;92,2;11879;28,5;15540;17;190084;5,5;243742;2,2;10;20000;F 5839 0465,C 7524 3564,N 9963 6588,T 9383 4355,U 7171 8720,D 5542 6209,J 1778 2064,J 8468 7348,R 5844 1051,D 8988 0892;3;10;23;39;47;3-10-23-39-47;1;100319;193;543,4;8014;33,6;119946;3;9 626 796;eur;
20200030;LUNDI ;09/03/2020;09/05/2020;26;41;5;33;42;7;5-26-33-41-42+7;1;2000000;0;112026,6;24;5807;199;495,5;1454;40,5;9149;23,1;24006;6,8;145621;4,4;387115;2,2;10;20000;L 3492 1498,O 3650 2218,U 9752 8629,K 0595 4499,C 3817 8437,T 7641 0117,Q 5282 9515,Q 5930 8040,J 3370 0246,T 2392 0441;5;19;39;44;48;5-19-39-44-48;1;100000;142;663,5;6265;38,6;100206;3;2 734 066;eur;
20200029;SAMEDI ;07/03/2020;07/05/2020;5;35;37;4;24;2;4-5-24-35-37+2;1;4000000;0;258121,9;51;6296,5;372;610,8;1744;77,8;19625;24,9;28776;13,2;313819;4,7;406423;2,2;10;20000;H 8134 3429,L 2156 1257,R 1085 9607,D 1147 7071,C 9374 0174,U 3082 6073,F 4577 3143,U 5540 3055,C 4729 9488,A 7928 0002;11;14;29;30;39;11-14-29-30-39;0;145408;230;637,8;12437;30,3;180203;3;0 373 360;eur;
20200028;MERCREDI;04/03/2020;04/05/2020;10;17;33;30;49;4;10-17-30-33-49+4;0;3000000;4;43513,9;43;987,9;364;420,9;1801;50,8;17064;19,3;25435;10;235126;4,3;335357;2,2;10;20000;P 2530 2490,H 4919 0260,R 5976 9586,N 8091 0126,I 8338 9215,V 8160 0048,K 1524 8056,G 7934 3161,K 1952 3078,F 6156 7301;1;4;6;17;29;1-4-6-17-29;4;26489;385;219,4;13671;15,8;157962;3;6 749 047;eur;
20200027;LUNDI ;02/03/2020;02/05/2020;42;26;21;39;40;5;21-26-39-40-42+5;0;2000000;1;124093,3;23;1316,8;177;617,1;1017;64,1;8392;27,9;17481;10,4;136516;5,3;315949;2,2;10;20000;H 2421 8185,U 3545 0082,A 5226 6548,A 2544 2011,C 3991 6698,T 5211 1028,N 8335 2071,K 1645 2433,O 7394 6144,B 1760 5170;1;21;33;38;49;1-21-33-38-49;0;100000;136;728,5;6282;40,5;93345;3;0 542 355;eur;
20200026;SAMEDI ;29/02/2020;30/04/2020;37;24;19;10;5;6;5-10-19-24-37+6;1;3000000;4;62221,5;83;731,8;790;277,3;2977;43,9;31303;15;37888;9,6;384047;3,7;438734;2,2;10;20000;P 4201 3540,C 4403 6303,O 2701 6601,J 9097 6137,H 3237 5788,E 3012 7160,H 6077 2176,V 8702 3652,V 5925 1091,T 5183 2578;10;12;26;36;41;10-12-26-36-41;0;144187;224;670,5;11549;33,4;173052;3;9 491 859;eur;
20200025;MERCREDI;26/02/2020;27/04/2020;20;6;30;32;45;4;6-20-30-32-45+4;0;2000000;0;168130,7;30;6972,2;243;609;1418;62,3;13021;24,4;20932;11,8;199205;4,9;321565;2,2;10;20000;A 0984 3782,D 1379 8433,D 6577 3759,A 4469 8939,U 7109 8239,H 2144 7572,C 3745 2924,I 7518 9810,A 4392 1564,F 3497 4517;15;36;38;42;46;15-36-38-42-46;0;101770;127;1037,8;6286;53,9;91430;3;1 399 070;eur;
20200024;LUNDI ;24/02/2020;25/04/2020;20;15;27;9;47;7;9-15-20-27-47+7;1;3000000;1;115414,5;53;531,5;324;313,5;2474;24,5;13867;15,7;33002;5,1;187032;3,5;381442;2,2;10;20000;V 8693 7586,V 8693 1743,V 8691 7113,J 6523 8307,E 5647 0886,S 7019 2197,A 6310 2859,P 9134 0647,P 7341 8493,Q 3684 2161;3;11;28;31;44;3-11-28-31-44;4;25000;219;368,8;9054;22,9;117265;3;2 978 362;eur;
20200023;SAMEDI ;22/02/2020;23/04/2020;4;39;26;5;24;4;4-5-24-26-39+4;0;2000000;2;118778,8;49;1183,3;383;546;2506;49,8;20549;21,8;37195;9,4;317974;4,3;446706;2,2;10;20000;B 8076 1542,T 0998 6336,V 1154 6190,I 6653 1201,L 0013 1260,L 9533 7982,L 7240 6964,T 6541 2639,I 2686 0849,N 2952 4214;12;24;33;37;42;12-24-33-37-42;6;23226;365;404;12613;30;164519;3;9 896 189;eur;
20200022;MERCREDI;19/02/2020;20/04/2020;40;16;21;41;46;2;16-21-40-41-46+2;1;3000000;1;181977,3;16;2776;218;734,8;1015;94,3;10503;32,8;16341;16,4;174456;6;293656;2,2;10;20000;G 3099 4971,D 2580 1043,B 1125 6704,R 9449 1262,N 2721 9911,E 4636 6811,G 1621 8488,P 1383 1886,G 8993 7085,H 4213 7650;19;25;30;38;40;19-25-30-38-40;0;105486;154;756,8;7618;39,3;118649;3;6 838 995;eur;
20200021;LUNDI ;17/02/2020;18/04/2020;44;39;7;41;19;1;7-19-39-41-44+1;0;2000000;0;149596,9;15;12407,3;278;473,7;997;78,9;12020;23,5;14194;15,5;179290;4,8;202447;2,2;10;20000;A 8958 1950,I 0716 0566,G 5497 3536,F 1146 3095,R 9721 8521,J 9813 4627,L 9291 4572,K 1247 4241,T 8981 8179,H 2481 6645;2;4;17;27;44;2-4-17-27-44;0;100000;237;329,2;9259;21,6;122477;3;5 302 895;eur;
20200020;SAMEDI ;15/02/2020;16/04/2020;48;4;25;5;45;7;4-5-25-45-48+7;1;2000000;1;192809,1;61;771,4;341;497,7;2894;35;18619;19,6;47495;5,9;282950;3,9;673636;2,2;10;20000;T 4911 3204,V 4423 8728,C 6704 7366,R 7363 4818,S 1914 8113,F 3088 9852,V 0203 4940,C 1866 4295,N 1233 2873,I 9925 8847;1;4;32;43;45;1-4-32-43-45;0;137525;170;969,8;8028;52,8;139325;3;1 018 096;eur;
20200019;MERCREDI;12/02/2020;13/04/2020;47;38;17;30;43;5;17-30-38-43-47+5;0;6000000;2;84798,2;35;1182,6;310;481,6;1514;58,9;12369;25,9;24847;10;193251;5,1;423920;2,2;10;20000;I 5354 3657,O 0704 5282,K 8457 7116,Q 2498 1809,G 7791 4662,T 0042 0119,E 3540 6249,B 1440 2766,U 2031 4383,E 6620 6686;27;29;31;44;47;27-29-31-44-47;0;110020;170;726,8;7586;41,8;121373;3;6 855 141;eur;
20200018;LUNDI ;10/02/2020;11/04/2020;15;49;37;25;38;8;15-25-37-38-49+8;0;5000000;1;143608,3;29;1208,6;232;544,9;1223;61,7;10493;25,9;19200;11;164498;5;298801;2,2;10;20000;T 4486 1763,H 1258 7283,V 5418 8432,P 3005 6598,L 6706 9613,T 2818 3122,P 8727 7174,O 4449 3420,U 0629 3649,C 4264 8338;6;10;11;28;36;6-10-11-28-36;2;50000;222;356,1;10395;19,5;133642;3;7 233 958;eur;
20200017;SAMEDI ;08/02/2020;09/04/2020;47;31;12;45;7;10;7-12-31-45-47+10;0;4000000;2;138311,6;47;1436,5;645;377,5;2122;68,5;26505;19,7;29987;13,5;366988;4,3;387716;2,2;10;20000;T 2741 3598,N 7832 9233,S 9405 9767,N 7524 3301,A 8045 1996,K 6849 8624,C 7510 3830,S 3026 8767,H 0019 2376,D 1891 4462;7;22;29;37;46;7-22-29-37-46;4;37869;320;493,8;12807;31,7;181507;3;5 354 543;eur;
20200016;MERCREDI;05/02/2020;06/04/2020;30;21;6;11;29;4;6-11-21-29-30+4;0;3000000;3;60144,7;73;603,2;690;230,2;2510;37,8;23952;14,2;29940;8,8;278935;3,7;331445;2,2;10;20000;A 2234 4423,P 1022 6542,O 2573 2020,O 3713 6561,V 7694 9641,F 0161 4328,U 1973 9255,G 4223 9822,R 6766 7601,F 6917 8881;18;22;28;43;46;18-22-28-43-46;0;108685;165;728,8;7964;38,8;122048;3;4 327 464;eur;
20200015;LUNDI ;03/02/2020;04/04/2020;49;20;7;31;33;4;7-20-31-33-49+4;0;2000000;1;139630,8;25;1363,2;274;448,6;1265;58;12618;20,9;20007;10,2;185341;4,3;273382;2,2;10;20000;V 8631 5198,I 1917 0735,L 2771 5957,F 1050 0042,E 6958 7553,P 2546 2675,L 5236 8590,F 5853 0856,M 8525 1919,J 6981 0660;6;7;9;33;47;6-7-9-33-47;0;100000;165;493,4;8300;25,2;122969;3;4 535 126;eur;
20200014;SAMEDI ;01/02/2020;02/04/2020;36;25;22;21;16;9;16-21-22-25-36+9;1;9000000;1;265834,1;53;1224,2;428;546,7;2373;58,9;21258;23,6;36954;10,5;334377;4,6;524895;2,2;10;20000;I 3948 4040,G 3283 7767,L 5310 5154,B 6204 6615,A 2109 6892,N 0004 7770,N 0217 9147,J 4972 3965,D 4359 8507,D 4133 1816;13;36;40;46;48;13-36-40-46-48;1;156216;264;721,8;10619;46,1;154340;3;7 654 737;eur;
20200013;MERCREDI;29/01/2020;30/03/2020;31;30;6;14;45;8;6-14-30-31-45+8;0;8000000;1;183108,8;35;1276,9;353;456,6;1781;54;15244;22,7;26783;10;232505;4,5;385765;2,2;10;20000;H 1571 2980,S 7135 9513,S 4498 3455,C 1779 6835,T 6763 3810,F 0912 6084,I 0875 4220,A 0588 5886,R 3468 3575,Q 3958 4786;9;12;18;25;37;9-12-18-25-37;5;22458;363;256,5;13000;18,4;163141;3;5 416 259;eur;
20200012;LUNDI ;27/01/2020;28/03/2020;27;12;10;7;41;1;7-10-12-27-41+1;0;7000000;4;40066,9;43;909,7;592;238,3;1771;47,6;22192;13,6;20764;11,3;258658;3,6;212816;2,2;10;20000;B 8928 4888,B 2258 1242,E 8116 0446,C 4129 6440,S 0399 7976,D 4027 0188,T 0152 2914,U 6373 1138,H 3031 1823,U 8215 1138;15;22;32;37;45;15-22-32-37-45;3;33334;151;724,9;6332;44,4;95655;3;0 790 388;eur;
20200011;SAMEDI ;25/01/2020;26/03/2020;36;17;30;7;11;5;7-11-17-30-36+5;0;6000000;2;117709,6;99;580,4;632;327,9;3729;33,2;28435;15,6;48256;7,1;374292;3,6;552235;2,2;10;20000;T 0085 5780,D 2284 5102,L 5540 9105,U 9536 5462,O 3456 4501,A 0647 3499,U 6482 7767,L 1545 5395,V 8594 0067,M 0581 0749;7;8;15;40;44;7-8-15-40-44;1;145242;272;516,2;12463;28,9;187249;3;0 612 160;eur;
20200010;MERCREDI;22/01/2020;23/03/2020;25;28;42;26;12;10;12-25-26-28-42+10;0;5000000;0;193492,5;27;8915,5;466;365,5;1374;74;19522;18,7;20695;13,7;265680;4,2;266933;2,2;10;20000;G 6118 7866,G 2592 1536,I 3580 7486,A 5396 4628,H 1544 3908,O 9936 9920,L 9323 1560,U 0576 9946,V 8572 8925,A 9036 2653;9;12;35;36;43;9-12-35-36-43;0;107597;158;756,1;7627;40,2;120340;3;2 588 461;eur;
20200009;LUNDI ;20/01/2020;21/03/2020;13;38;31;30;26;1;13-26-30-31-38+1;0;4000000;0;153733,4;34;5625,1;323;418,9;1154;70;13846;21;16092;14;192990;4,6;220520;2,2;10;20000;P 4995 5061,D 4869 1083,Q 0779 7211,N 9133 5051,I 3701 4844,D 1908 9264,K 4289 1215,E 4027 4660,J 7941 5665,F 6984 8994;4;6;29;31;45;4-6-29-31-45;0;100000;156;611;7123;34,4;109149;3;8 854 187;eur;
20200008;SAMEDI ;18/01/2020;19/03/2020;12;1;33;13;2;9;1-2-12-13-33+9;0;3000000;0;244954,9;66;4617,3;638;337,9;3104;41,5;30267;15,3;43366;8,3;410164;3,4;462470;2,2;10;20000;K 4437 2121,S 5938 8258,N 0777 2856,R 6169 1681,E 7602 2450,J 7405 2022,R 4278 1959,J 5952 0481,G 7391 0805,N 6314 5234;2;4;5;28;49;2-4-5-28-49;2;71720;362;354,3;15381;21,4;197332;3;2 356 910;eur;
20200007;MERCREDI;15/01/2020;16/03/2020;35;19;8;22;46;2;8-19-22-35-46+2;0;2000000;1;185042,1;41;1101,5;406;401,2;1483;65,6;15926;21,9;21714;12,5;229667;4,6;283471;2,2;10;20000;D 7654 0747,I 1646 6309,A 7029 0264,O 1871 9644,U 1202 4503,A 8055 9966,E 8494 8129,F 1304 8313,V 0300 2018,P 6188 8075;3;6;20;36;41;3-6-20-36-41;2;53170;160;736,2;7670;39,4;119254;3;0 295 199;eur;
20200006;LUNDI ;13/01/2020;14/03/2020;16;11;25;32;14;9;11-14-16-25-32+9;1;6000000;2;76934,6;36;1043,2;305;444,1;1574;51,4;15662;18,6;22366;10,1;211965;4,2;289132;2,2;10;20000;T 5231 2182,H 7639 7297,F 3845 9682,E 2616 7440,I 6903 1921,H 4746 3298,H 2571 3094,B 0988 0238,C 3804 2636,L 4392 4482;3;8;15;35;44;3-8-15-35-44;0;100000;179;546,5;8377;30;120194;3;4 484 021;eur;
20200005;SAMEDI ;11/01/2020;12/03/2020;48;14;2;23;13;3;2-13-14-23-48+3;0;5000000;3;84057,8;54;1139,8;630;352,3;3293;40,2;27585;17,3;44505;8,3;378530;3,8;537144;2,2;10;20000;H 7229 8142,V 8541 9595,R 0951 0617,C 4845 4353,Q 0015 6593,B 9143 1526,M 9726 6834,G 8322 2273,K 7170 7578,V 8544 9589;3;13;14;22;33;3-13-14-22-33;4;38058;533;230,5;20046;15,7;225158;3;4 040 219;eur;
20200004;MERCREDI;08/01/2020;09/03/2020;17;44;29;16;37;8;16-17-29-37-44+8;0;4000000;2;90126,9;50;879,9;531;298,8;2038;46,5;16643;20,5;27212;9,7;225511;4,6;375724;2,2;10;20000;E 0618 1337,A 7986 4546,K 4245 6660,O 9720 5161,P 3721 8303,A 2760 6436,E 7418 3971,C 5459 9609,T 4271 1431,F 0080 1218;6;15;18;24;29;6-15-18-24-29;3;37262;477;197,5;14362;16,8;160625;3;8 527 439;eur;
20200003;LUNDI ;06/01/2020;07/03/2020;49;10;19;26;30;3;10-19-26-30-49+3;0;3000000;4;35531,3;55;630,7;454;275,5;2041;36,6;17176;15,6;25102;8,3;212580;3,8;305707;2,2;10;20000;S 3831 7439,E 3848 7213,B 4097 3053,V 2567 2093,I 1177 9340,G 8680 8246,C 9118 1339,N 9706 0429,N 2934 4191,M 5840 7396;5;15;17;42;44;5-15-17-42-44;0;100000;179;499,9;8542;26,9;121941;3;7 435 332;eur;
20200002;SAMEDI ;04/01/2020;05/03/2020;22;9;43;31;34;5;9-22-31-34-43+5;0;2000000;1;229637;75;747,3;576;350,9;2845;42,4;21053;20,6;38430;8,8;294523;4,5;561000;2,2;10;20000;F 6010 5755,L 1601 3164,U 7705 3358,A 6469 9302,M 3314 0399,C 0075 4254,V 8194 8281,M 0630 7675,G 1397 7123,N 1094 6804;13;25;26;39;40;13-25-26-39-40;0;145292;270;575,5;10987;36,3;169544;3;4 071 181;eur;
20200001;MERCREDI;01/01/2020;02/03/2020;11;7;32;24;4;10;4-7-11-24-32+10;1;5000000;3;66436,8;57;853,4;740;237,1;1891;55,4;27115;13,9;24135;12,1;305859;3,8;280267;2,2;10;20000;R 3975 4035,P 1081 1726,I 5486 7321,S 8626 2705,N 4263 6901,C 3011 6689,G 9403 8719,D 3878 7183,A 6638 6645,R 4269 1766;5;21;29;40;44;5-21-29-40-44;0;110194;175;668,6;8535;35,2;129591;3;3 933 486;eur;
20199156;LUNDI ;30/12/2019;29/02/2020;12;38;34;32;48;6;12-32-34-38-48+6;0;4000000;0;163035,1;22;9219,4;266;539,5;1314;65,2;12365;24,9;18534;12,9;176426;5,3;292561;2,2;10;20000;P 4550 0715,E 0872 8569,C 9202 6982,L 2502 9319,R 8131 8058,E 4192 1862,G 0640 3562,N 1040 9536,M 1113 6890,I 1065 5292;17;22;27;42;44;17-22-27-42-44;1;101812;212;463,5;9108;27,7;131448;3;8 648 604;eur;
20199155;SAMEDI ;28/12/2019;27/02/2020;24;48;49;18;8;8;8-18-24-48-49+8;0;3000000;1;245585,5;75;799,2;505;428,1;3569;36,1;23696;19,6;42891;8,4;326608;4,3;501652;2,2;10;20000;B 9390 3279,T 0895 9455,O 8142 2453,C 8725 5324,G 0308 2543,F 4421 8581,D 5255 1307,U 1444 9643,G 2350 9606,L 7560 9212;10;18;42;44;45;10-18-42-44-45;1;146983;240;660,2;11398;35,7;170038;3;4 437 809;eur;
20199154;MERCREDI;25/12/2019;24/02/2020;36;40;45;24;15;9;15-24-36-40-45+9;0;2000000;2;74312,7;24;1511,4;221;592;1015;77;9971;28,2;17211;12,7;156487;5,5;284701;2,2;10;20000;G 8882 5131,O 5137 2701,J 0906 2033,N 6284 4710,M 9316 5158,M 9701 4502,R 0149 1413,H 2423 1048,J 3873 9899,A 0834 5571;12;23;27;32;44;12-23-27-32-44;0;100000;225;365,2;8704;24,2;111149;3;1 777 210;eur;
20199153;LUNDI ;23/12/2019;22/02/2020;37;36;32;20;7;2;7-20-32-36-37+2;0;6000000;0;160754,3;31;6451,3;191;740,9;974;86,8;10302;29,5;16284;14,5;174621;5,3;253965;2,2;10;20000;U 7224 7873,V 8482 0951,O 5448 6020,A 9491 0220,T 0287 0183,S 5884 4452,H 0911 9231,R 5624 5894,V 8483 4502,H 1523 8516;4;5;35;40;48;4-5-35-40-48;0;100000;88;1293,9;5396;54,2;97355;3;4 658 492;eur;
20199152;SAMEDI ;21/12/2019;20/02/2020;48;23;27;19;22;2;19-22-23-27-48+2;0;5000000;3;89443,7;49;1336,5;501;471,4;2301;61,3;25802;19,6;33802;11,6;367975;4,2;416591;2,2;10;20000;R 4619 4596,K 7140 5677,U 1462 9232,M 0489 0838,H 2877 1508,J 7862 8192,S 7961 5778,P 6130 4191,V 0762 5247,O 5020 7069;1;12;14;22;49;1-12-14-22-49;2;74872;477;261;17781;18;217169;3;3 067 001;eur;
20199151;MERCREDI;18/12/2019;17/02/2020;23;6;17;5;7;9;5-6-7-17-23+9;0;4000000;4;46482;85;533,8;849;192,7;3007;32,5;29181;12;34648;7,9;330853;3,2;336598;2,2;10;20000;T 9309 2114,K 6633 5761,M 2511 2749,M 1776 6412,R 4750 7424,L 0482 7609,V 8461 7948,P 8043 5356,R 4017 2210,J 3617 2364;6;23;28;36;44;6-23-28-36-44;1;111941;214;558,7;8742;35,1;130798;3;0 728 760;eur;
20199150;LUNDI ;16/12/2019;15/02/2020;38;26;39;35;10;6;10-26-35-38-39+6;0;3000000;0;148425,1;15;12310,1;187;698,7;998;78,2;9616;29,2;16329;13,3;157618;5,4;271108;2,2;10;20000;I 5072 6279,C 8577 2862,D 4422 2926,N 6899 7606,T 8869 9078,J 6929 7943,B 8928 0388,M 2139 2825,K 8396 7609,I 1346 5320;1;6;31;40;49;1-6-31-40-49;0;100000;142;721,9;7178;36,7;109394;3;2 640 522;eur;
20199149;SAMEDI ;14/12/2019;13/02/2020;3;48;17;4;38;9;3-4-17-38-48+9;0;2000000;0;245725,7;28;10917,9;383;564,8;2122;60,9;19696;23,6;33651;10,7;311657;4,5;475348;2,2;10;20000;N 0205 4309,U 7225 5690,B 0941 0520,P 1011 6169,U 5921 4416,T 2508 0583,K 5468 5709,H 2766 0591,V 8451 3845,K 3720 5635;6;8;12;36;44;6-8-12-36-44;1;144403;291;454,6;14631;23,2;194859;3;7 304 967;eur;
20199148;MERCREDI;11/12/2019;10/02/2020;25;33;48;1;40;8;1-25-33-40-48+8;0;7000000;2;92095;35;1284,4;275;589,6;1596;60,7;13222;26,3;23631;11,4;205217;5,2;372070;2,2;10;20000;F 2618 9801,F 8996 7712,Q 9621 1374,F 7844 1766,R 7654 0717,I 8939 2399,E 4716 0341,J 2855 5727,B 4898 2537,P 6689 1139;9;15;40;48;49;9-15-40-48-49;0;114488;159;808,9;8027;41,2;126254;3;1 617 151;eur;
20199147;LUNDI ;09/12/2019;08/02/2020;1;34;15;24;25;8;1-15-24-25-34+8;0;6000000;1;151159;22;1677;249;534,4;1376;57,7;12880;22,2;21656;10,2;200160;4,4;299037;2,2;10;20000;A 5978 2810,E 3581 6118,R 4795 0266,K 8124 7820,G 1130 4320,B 5691 7286,V 8434 3870,S 3497 2472,B 1405 5825,Q 5729 6592;3;5;16;42;44;3-5-16-42-44;0;100000;126;785,6;8124;31,3;124872;3;3 221 581;eur;
20199146;SAMEDI ;07/12/2019;06/02/2020;40;29;44;38;10;8;10-29-38-40-44+8;0;5000000;1;258282,3;39;1616,4;418;543,9;2362;57,5;19790;24,7;35122;10,8;303495;4,9;531153;2,2;10;20000;F 7614 4654,N 2548 6905,F 1677 0941,K 2929 0557,C 5086 2270,O 2527 0665,C 4507 1701,J 4596 5215,O 9153 5328,M 2562 5000;2;5;8;24;48;2-5-8-24-48;2;80058;460;312,8;17697;20,9;219379;3;3 870 335;eur;
20199145;MERCREDI;04/12/2019;03/02/2020;8;30;26;35;40;2;8-26-30-35-40+2;0;4000000;2;98617,9;22;2188,2;262;662,7;1307;79,3;13928;26,8;20466;14,1;218262;5,2;314156;2,2;10;20000;V 6491 6500,N 6510 6671,L 0533 4009,I 9712 0630,C 5528 6195,H 5854 5133,Q 0215 0265,C 4853 1070,H 3910 6965,B 2708 3841;24;29;30;36;44;24-29-30-36-44;0;118395;146;938,5;7775;45,3;125790;3;0 564 007;eur;
20199144;LUNDI ;02/12/2019;01/02/2020;39;28;14;11;42;9;11-14-28-39-42+9;0;3000000;4;37439,8;37;987,9;366;360,2;1505;52,3;14524;19,5;20988;10,5;196844;4,4;278887;2,2;10;20000;R 1400 9237,G 3353 2856,S 7039 5548,D 2392 6867,I 0885 2560,I 3814 7145,V 7186 1269,R 8638 9463,B 7991 2450,P 3561 5327;5;12;14;40;45;5-12-14-40-45;0;100000;162;591,9;8354;29,5;125536;3;7 711 244;eur;
20199143;SAMEDI ;30/11/2019;30/01/2020;7;25;17;48;16;3;7-16-17-25-48+3;0;2000000;1;245650,4;63;951,7;555;389,6;3209;40,2;26243;17,7;44132;8,1;363547;3,9;533860;2,2;10;20000;V 2189 4145,S 9122 9381,C 2007 1574,A 1035 7702,U 7108 9136,V 1876 2867,P 9662 4196,F 2787 6674,V 8395 9467,T 5876 3331;4;24;25;39;40;4-24-25-39-40;1;155898;183;985;9525;48,6;165843;3;1 944 488;eur;
20199142;MERCREDI;27/11/2019;27/01/2020;44;2;15;29;18;4;2-15-18-29-44+4;1;21000000;3;75409,8;54;1022,5;530;375,7;2526;47,1;22295;19,2;33467;9,9;306209;4,3;424025;2,2;10;20000;T 2223 3152,J 6737 3878,N 1881 7010,S 6326 7209,N 5283 0359,V 8386 4588,C 8506 1864,I 9013 7767,N 5498 3013,A 0548 4481;5;11;25;27;32;5-11-25-27-32;1;138089;370;322,1;14966;20,4;195044;3;2 205 073;eur;
20199141;LUNDI ;25/11/2019;25/01/2020;44;41;35;33;38;8;33-35-38-41-44+8;0;20000000;4;44853,3;54;810,9;391;403,9;1639;57,5;13380;25,3;22980;11,4;193100;5,4;374833;2,2;10;20000;T 0371 1044,U 7807 5774,F 6666 0008,J 4505 1864,P 7365 6368,E 2098 6069,R 5948 4360,J 5478 9953,B 4791 2375,A 7285 7588;4;14;41;45;47;4-14-41-45-47;1;116635;147;942;7676;46,3;119761;3;6 987 712;eur;
20199140;SAMEDI ;23/11/2019;23/01/2020;4;27;28;9;22;4;4-9-22-27-28+4;0;19000000;1;300973,2;122;602,1;925;286,4;4747;33,3;36022;15,8;55924;7,9;471149;3,7;558405;2,2;10;20000;E 9500 8852,N 0257 0503,K 5230 2966,S 0397 7909,F 9410 6623,J 1996 7521,T 5576 6257,K 1397 2622,H 4829 9831,H 7636 0200;10;33;35;40;43;10-33-35-40-43;0;179429;249;870,9;11693;47,6;179665;3;8 446 129;eur;
20199139;MERCREDI;20/11/2019;20/01/2020;22;23;7;30;37;3;7-22-23-30-37+3;0;18000000;0;213460,1;62;4283,2;423;444,2;2758;40,7;21897;18,4;38809;8,1;310072;4;460002;2,2;10;20000;C 4695 6566,L 7998 3062,J 8575 5347,R 5991 9373,O 7178 6585,M 1019 8594,N 0580 9260,H 0728 8011,K 7855 6978,A 4923 4232;3;13;31;40;42;3-13-31-40-42;1;135732;287;484,7;11629;30,7;165587;3;5 802 885;eur;
20199138;LUNDI ;18/11/2019;18/01/2020;31;44;6;15;12;7;6-12-15-31-44+7;0;17000000;4;39239,5;84;456;426;324,3;2975;27,7;18886;15,7;40629;5,6;252545;3,6;498163;2,2;10;20000;F 1392 5186,S 7429 1255,S 4514 3205,P 6819 2725,H 7801 0792,U 6049 2740,M 9607 6184,Q 8045 5438,A 6640 8051,N 9485 1221;20;22;36;37;40;20-22-36-37-40;1;116890;165;867,7;7175;51,3;114801;3;9 426 356;eur;
20199137;SAMEDI ;16/11/2019;16/01/2020;10;49;30;12;29;9;10-12-29-30-49+9;0;16000000;2;150795,7;110;669,1;827;321;3752;42,2;34122;16,7;49711;8,9;444937;3,9;575305;2,2;10;20000;T 2619 1698,S 0976 3344,O 3726 3963,P 7746 6583,O 2502 2770,E 2942 6705,J 7411 3688,G 0482 7306,C 7705 2458,T 9252 9514;13;15;30;39;41;13-15-30-39-41;0;182992;256;766,9;13596;37,1;212788;3;9 633 224;eur;
20199136;MERCREDI;13/11/2019;13/01/2020;22;13;10;35;19;1;10-13-19-22-35+1;0;15000000;5;48356;59;1000,2;761;279,6;2393;53,1;29954;15,2;30908;11,5;373625;3,7;332196;2,2;10;20000;V 8279 1117,U 2372 6792,N 0307 0032,E 1215 2115,D 1635 5628,G 5443 9748,O 0032 5375,H 4347 4234,L 0657 8215,K 4165 2746;2;25;42;44;49;2-25-42-44-49;0;138968;183;852,3;10476;38,2;153432;3;1 795 683;eur;
20199135;LUNDI ;11/11/2019;11/01/2020;28;14;27;13;25;5;13-14-25-27-28+5;0;14000000;2;73386,9;68;526,8;475;272;2730;28,2;18591;14,9;34776;6,2;248477;3,4;355975;2,2;10;20000;O 4417 0948,N 1467 4401,R 3100 4482,U 6521 1849,B 2916 6718,B 0891 8508,T 3250 8547,I 6508 5040,K 1541 3779,O 0607 8363;16;18;32;44;45;16-18-32-44-45;0;101105;125;927,6;7227;41,2;108678;3;2 631 237;eur;
20199134;SAMEDI ;09/11/2019;09/01/2020;26;24;6;18;29;3;6-18-24-26-29+3;0;13000000;7;48403,9;124;666,9;1051;283,8;4728;37,7;40212;15,9;59737;8,3;502632;3,9;724869;2,2;10;20000;C 5221 3578,G 0161 1201,Q 2685 1172,I 9971 7195,E 3510 2870,A 2468 0343,S 3925 6578,H 9929 6078,Q 7126 0267,K 1844 8729;4;9;13;28;49;4-9-13-28-49;8;25632;792;205,4;25984;16,1;306666;3;6 591 030;eur;
20199133;MERCREDI;06/11/2019;06/01/2020;43;27;23;44;42;10;23-27-42-43-44+10;0;12000000;2;110269,4;24;2242,8;355;546,8;1595;72,7;16244;25,7;22317;14,5;254163;5;332168;2,2;10;20000;J 7082 8290,R 5866 8268,N 1055 4078,N 6693 3594,S 8607 3587,N 2358 3744,S 9705 9668,R 0957 4342,N 8209 1696,E 9115 4988;28;35;41;44;48;28-35-41-44-48;1;123089;198;771,1;8081;48,5;118604;3;7 453 556;eur;
20199132;LUNDI ;04/11/2019;04/01/2020;16;9;42;1;39;7;1-9-16-39-42+7;0;11000000;0;134717,6;48;3491,6;283;419;2192;32,3;13497;18,8;32886;6;199162;3,9;455244;2,2;10;20000;H 3279 5540,P 0484 6795,C 6766 4037,K 9335 3638,P 1040 1836,U 4625 3601,B 1263 4704,C 8175 2588,R 1031 3103,U 1293 2229;6;18;25;41;43;6-18-25-41-43;2;50000;157;659,6;7131;37,3;108245;3;8 424 606;eur;
1 annee_numero_de_tirage jour_de_tirage date_de_tirage date_de_forclusion boule_1 boule_2 boule_3 boule_4 boule_5 numero_chance combinaison_gagnante_en_ordre_croissant nombre_de_gagnant_au_rang1 rapport_du_rang1 nombre_de_gagnant_au_rang2 rapport_du_rang2 nombre_de_gagnant_au_rang3 rapport_du_rang3 nombre_de_gagnant_au_rang4 rapport_du_rang4 nombre_de_gagnant_au_rang5 rapport_du_rang5 nombre_de_gagnant_au_rang6 rapport_du_rang6 nombre_de_gagnant_au_rang7 rapport_du_rang7 nombre_de_gagnant_au_rang8 rapport_du_rang8 nombre_de_gagnant_au_rang9 rapport_du_rang9 nombre_de_codes_gagnants rapport_codes_gagnants codes_gagnants boule_1_second_tirage boule_2_second_tirage boule_3_second_tirage boule_4_second_tirage boule_5_second_tirage combinaison_gagnant_second_tirage_en_ordre_croissant nombre_de_gagnant_au_rang_1_second_tirage rapport_du_rang1_second_tirage nombre_de_gagnant_au_rang_2_second_tirage rapport_du_rang2_second_tirage nombre_de_gagnant_au_rang_3_second_tirage rapport_du_rang3_second_tirage nombre_de_gagnant_au_rang_4_second_tirage rapport_du_rang4_second_tirage numero_jokerplus devise
2 20211012 MERCREDI 27/01/2021 28/04/2021 27 44 25 23 6 6 6-23-25-27-44+6 0 2000000 0 179534,2 41 5447,6 335 471,7 1905 49,5 17163 19,8 26991 9,7 246466 4,2 312870 2,2 10 20000 P 2836 7443,O 6936 1944,A 7122 8011,T 2401 6248,T 3450 4450,S 5217 9910,L 1259 6471,A 0359 8157,S 1505 9125,G 6727 3301 2 9 12 25 46 2-9-12-25-46 2 54934 325 293,8 12665 19,3 154406 3 Jokerplus indisponible eur
3 20211011 LUNDI 25/01/2021 26/04/2021 13 31 49 7 3 5 3-7-13-31-49+5 1 2000000 4 32993,1 75 429,4 649 179 2762 25,1 21095 11,8 30570 6,3 226896 3,3 322683 2,2 10 20000 J 0406 3933,E 4659 1445,T 0720 0535,T 2173 6418,E 8564 0145,U 6085 9597,D 6310 7936,F 9481 9984,P 4685 5054,E 6477 9996 3 13 17 21 23 3-13-17-21-23 1 100000 383 180 13645 12,9 143793 3 3 707 274 eur
4 20211010 SAMEDI 23/01/2021 24/04/2021 1 19 13 24 48 5 1-13-19-24-48+5 1 11000000 3 88104,7 102 632,4 847 274,7 4278 32,5 32608 15,3 54892 7 420034 3,6 626088 2,2 10 20000 D 3554 3619,R 2074 9098,V 5162 8289,H 6300 2600,H 5055 9696,V 8185 1867,J 1742 2426,G 1383 1057,I 7902 1378,W 0196 5640 21 27 38 39 43 21-27-38-39-43 0 168860 236 832,4 11460 44 178179 3 1 857 391 eur
5 20211009 MERCREDI 20/01/2021 21/04/2021 21 11 22 40 32 9 11-21-22-32-40+9 0 10000000 2 101212 40 1235,1 350 509,1 1708 62,3 16162 23,7 27294 10,9 256645 4,5 394597 2,2 10 20000 W 0173 2006,J 8132 3008,W 0178 2361,A 8177 1250,N 6559 3789,Q 5599 5440,J 8718 0393,C 3647 0866,L 1050 7450,J 5001 4963 5 16 35 42 49 5-16-35-42-49 2 61780 200 682,8 9315 37,6 138945 3 5 693 155 eur
6 20211008 LUNDI 18/01/2021 19/04/2021 5 43 10 48 25 10 5-10-25-43-48+10 0 9000000 3 59801,5 29 1509,9 305 517,8 1377 68,5 15838 21,4 19670 13,4 230541 4,5 243706 2,2 10 20000 I 1191 4844,A 0545 6533,A 2170 0127,B 7558 1113,R 5132 3203,F 6187 1536,S 4683 1839,Q 2610 4844,F 5081 7172,V 5735 8582 5 14 30 46 47 5-14-30-46-47 0 104574 147 797,7 7293 41,3 115590 3 5 092 334 eur
7 20211007 SAMEDI 16/01/2021 17/04/2021 44 20 14 22 36 2 14-20-22-36-44+2 0 8000000 1 282199,7 76 906,2 557 446 2426 61,1 23475 22,7 34442 12 340730 4,8 480474 2,2 10 20000 S 5637 5204,M 0342 6819,J 1646 1391,R 9258 5935,Q 9225 1613,T 1090 8948,C 6219 1815,D 8901 1711,G 4102 0056,P 1764 9222 8 12 29 36 39 8-12-29-36-39 2 82997 291 587,1 13690 32 201657 3 4 109 329 eur
8 20211006 MERCREDI 13/01/2021 14/04/2021 32 42 30 17 41 5 17-30-32-41-42+5 0 7000000 0 186526,7 34 6825 251 654,2 1726 56,8 13361 26,4 27703 9,9 213470 5 460913 2,2 10 20000 V 7262 6800,R 7333 1468,F 1981 2298,A 1970 5475,T 8348 9001,I 6177 5549,A 5504 7762,S 2457 7452,G 4625 2690,J 6139 5521 5 6 11 28 49 5-6-11-28-49 2 62029 426 233,2 15629 16,3 184441 3 4 091 791 eur
9 20211005 LUNDI 11/01/2021 12/04/2021 33 46 8 17 1 5 1-8-17-33-46+5 0 6000000 1 151003 37 996,1 331 401,6 1862 42,6 14988 19 26862 8,2 211338 4,1 373519 2,2 10 20000 N 9982 7153,V 8203 1885,N 0078 9765,W 0132 9423,B 2146 7052,H 4163 6961,J 0474 2318,B 1619 0620,T 9522 3794,T 2900 9985 1 9 14 26 37 1-9-14-26-37 2 52147 245 401,8 10297 24,5 137312 3 0 206 668 eur
10 20211004 SAMEDI 09/01/2021 10/04/2021 49 12 27 11 7 1 7-11-12-27-49+1 0 5000000 3 98500,6 94 767,2 1142 227,7 3486 44,5 42115 13,2 39669 10,9 489197 3,5 398531 2,2 10 20000 U 2137 4401,G 8405 7448,L 2841 3498,S 7493 5968,E 1465 1050,K 2722 4142,M 4768 8203,F 0242 7004,M 7653 7191,C 3103 6395 7 22 32 38 40 7-22-32-38-40 1 167234 273 682,7 12175 39,3 186221 3 5 890 446 eur
11 20211003 MERCREDI 06/01/2021 07/04/2021 41 21 32 47 11 9 11-21-32-41-47+9 0 4000000 7 27724,4 38 1246,5 354 482,6 1547 65,9 14825 24,7 23959 11,9 224442 5 379319 2,2 10 20000 U 0175 7506,P 0749 8720,B 5126 4238,A 4601 8588,N 6828 8440,Q 1732 1203,V 0970 9449,T 8172 1084,Q 0618 9517,L 3503 8861 10 23 25 34 44 10-23-25-34-44 0 122061 227 567 9410 35,1 144629 3 2 043 605 eur
12 20211002 LUNDI 04/01/2021 05/04/2021 31 39 30 49 19 8 19-30-31-39-49+8 0 3000000 2 75134,9 31 1183,1 244 542,1 1381 57,2 11751 24,2 20870 10,6 179588 4,8 313668 2,2 10 20000 T 5609 0862,M 0573 7287,C 9546 6836,G 7169 5658,V 5405 4724,C 7314 6911,R 0408 7131,V 0386 8959,F 1024 7388,D 3408 8143 6 16 25 37 46 6-16-25-37-46 0 100112 154 732,8 7427 39 109949 3 4 103 907 eur
13 20211001 SAMEDI 02/01/2021 03/04/2021 5 27 7 24 41 10 5-7-24-27-41+10 0 2000000 0 255851 61 5218 652 345,4 2227 60,4 28813 16,8 30625 12,3 382773 3,8 349947 2,2 10 20000 B 2533 1138,D 3828 7209,H 4619 8514,L 3256 2234,E 0825 5502,I 8235 4702,T 9366 3139,L 2452 8639,C 6688 5166,V 1885 0645 10 11 31 32 39 10-11-31-32-39 0 144569 137 1157,9 9591 42,5 163940 3 2 716 335 eur
14 20200157 MERCREDI 30/12/2020 31/03/2021 36 20 13 31 38 1 13-20-31-36-38+1 0 4000000 1 205534,2 25 2006,6 276 655,5 1340 80,6 14972 25,9 20040 15,1 237460 5 287371 2,2 10 20000 L 9921 2177,H 8235 2515,J 9054 4978,T 4742 1433,H 7975 7316,D 5803 7484,W 0073 6995,D 7243 0494,E 6998 3583,J 0355 4804 5 16 27 32 41 5-16-27-32-41 1 117893 217 588,6 9376 35 135622 3 8 934 387 eur
15 20200156 LUNDI 28/12/2020 28/04/2021 41 34 42 22 1 5 1-22-34-41-42+5 0 3000000 1 138463,5 31 1090,1 285 427,6 1515 48 12300 21,3 20455 9,9 163532 4,9 345628 2,2 10 20000 P 2026 2166,M 5318 5230,H 2522 5553,P 2947 2997,R 3260 5604,W 0070 2150,L 5269 1834,O 4057 7597,E 4443 1878,W 0070 4438 1 7 44 45 49 1-7-44-45-49 2 50000 175 570,8 7945 32,3 119112 3 5 055 317 eur
16 20200155 SAMEDI 26/12/2020 26/04/2021 31 3 40 35 2 7 2-3-31-35-40+7 0 2000000 0 197735,9 34 7235,2 228 763,4 1924 54 13794 27,1 37511 7,7 245656 4,6 668771 2,2 10 20000 A 4363 7879,F 4908 4862,F 9384 8058,P 5082 1645,W 0064 6969,E 9946 5540,E 1403 9505,W 0062 4046,H 5751 8931,V 4760 7671 8 18 35 40 46 8-18-35-40-46 0 144025 185 932,3 9483 46,7 146118 3 8 168 534 eur
17 20200154 MERCREDI 23/12/2020 23/04/2021 5 3 39 31 38 9 3-5-31-38-39+9 0 18000000 2 118380,7 31 1864,1 313 665,9 1838 67,7 16416 27,3 31386 11,1 286524 4,8 460924 2,2 10 20000 I 5368 5278,A 8168 3195,S 0889 0256,N 2987 6711,J 9800 2386,H 2181 6204,U 3184 1840,U 9481 1802,V 3457 7187,T 1559 5691 8 11 22 31 38 8-11-22-31-38 1 141967 324 411,5 13798 24,8 187693 3 0 248 004 eur
18 20200153 LUNDI 21/12/2020 21/04/2021 10 31 36 37 44 5 10-31-36-37-44+5 0 17000000 2 91136,2 39 1140,7 226 710 1549 61,9 13234 26 26098 10,2 210460 5 436864 2,2 10 20000 S 1105 8878,N 3875 4775,F 4987 3298,M 0935 3370,C 0228 2445,P 4357 3390,S 6508 0906,T 6825 5383,A 7256 0946,C 7700 5964 13 14 19 28 43 13-14-19-28-43 1 118754 305 343,8 11815 22,8 164948 3 2 801 752 eur
19 20200152 SAMEDI 19/12/2020 19/04/2021 30 29 49 23 10 5 10-23-29-30-49+5 0 16000000 1 294178,7 102 703,9 675 383,6 4276 36,1 31621 17,6 56372 7,6 420547 4 699595 2,2 10 20000 P 3022 0187,C 6765 5791,N 9154 2080,S 0951 7998,O 7791 0956,Q 9186 2102,A 8306 2983,V 6307 4283,H 9930 4210,A 1501 6177 4 25 27 41 45 4-25-27-41-45 1 185920 278 733,6 13617 38,5 210877 3 6 940 223 eur
20 20200151 MERCREDI 16/12/2020 16/04/2021 21 6 41 17 16 9 6-16-17-21-41+9 0 15000000 1 230374,2 38 1479,7 419 484 2304 52,6 21677 20,1 34043 9,9 313171 4,2 450003 2,2 10 20000 J 5805 9158,D 1360 0124,K 4160 3682,F 0527 2335,Q 3233 0265,E 0702 0693,V 9981 6853,G 4995 1009,M 1591 9708,P 5399 1304 8 13 15 40 46 8-13-15-40-46 0 139293 226 638,2 10819 34,2 168174 3 6 142 944 eur
21 20200150 LUNDI 14/12/2020 14/04/2021 47 48 13 34 2 6 2-13-34-47-48+6 0 14000000 0 189359,2 32 7361,7 268 622 1409 70,6 13668 26,2 21983 12,6 215852 5,1 334899 2,2 10 20000 H 3799 6311,I 1422 8960,C 9346 3497,T 0807 6067,G 8629 7615,S 3592 7315,E 5937 7445,Q 1785 0586,G 1383 3607,R 8532 6121 6 7 9 23 41 6-7-9-23-41 0 116677 263 369,2 13388 18,6 169112 3 5 802 461 eur
22 20200149 SAMEDI 12/12/2020 12/04/2021 14 31 9 45 23 6 9-14-23-31-45+6 0 13000000 2 152110,5 80 928,1 786 340,7 3227 49,5 31429 18,3 42385 10,5 418357 4,2 555891 2,2 10 20000 F 2763 5438,M 2397 3911,O 1430 7022,A 0832 1650,S 5924 5571,D 5856 5894,C 2214 7353,M 4678 3548,S 1368 5283,V 8173 9095 1 17 20 41 46 1-17-20-41-46 0 181111 251 799,6 12745 40,4 202996 3 7 140 054 eur
23 20200148 MERCREDI 09/12/2020 09/04/2021 47 17 48 39 24 7 17-24-39-47-48+7 0 12000000 0 180169,3 53 4229,1 332 477,7 2497 37,9 15122 22,5 37249 7,1 231458 4,5 586056 2,2 10 20000 E 0026 6743,K 5694 7127,F 7030 1648,T 4023 0826,Q 0655 9602,L 3168 4297,I 8061 1263,V 9934 9100,G 0599 8040,U 5904 1534 2 26 28 31 43 2-26-28-31-43 0 130525 177 806,1 9692 37,8 148646 3 0 391 330 eur
24 20200147 LUNDI 07/12/2020 07/04/2021 45 27 48 4 38 4 4-27-38-45-48+4 0 11000000 1 173176,7 30 1408,9 292 522 1561 58,3 13297 24,6 23464 10,8 201801 5 337482 2,2 10 20000 G 7020 7903,O 8292 8100,R 9568 2113,V 9925 0920,A 9942 9720,V 4468 0101,U 0284 5225,J 7905 7196,N 3859 2524,A 0853 1621 6 13 20 38 47 6-13-20-38-47 3 36851 217 511,6 9524 29,9 137602 3 6 779 265 eur
25 20200146 SAMEDI 05/12/2020 05/04/2021 34 20 14 35 9 1 9-14-20-34-35+1 0 10000000 0 309104 56 6866,9 506 537,7 2421 67,1 24400 23,9 31494 14,4 370522 4,8 431007 2,2 10 20000 V 6526 6587,V 9898 3279,L 5816 5826,V 8123 0903,P 5281 4090,Q 4446 3083,V 0250 8297,B 0983 2851,G 8182 3718,J 1223 9194 4 6 13 20 22 4-6-13-20-22 6 28906 742 176,4 24168 13,9 267317 3 3 566 971 eur
26 20200145 MERCREDI 02/12/2020 02/04/2021 23 14 40 46 27 1 14-23-27-40-46+1 0 9000000 4 52605 37 1388 385 481,1 1294 85,5 15901 25 19586 15,8 240778 5 292613 2,2 10 20000 G 7593 0249,L 8310 7279,B 3432 6860,F 1389 1473,L 5243 5522,G 5479 9768,G 5771 2020,E 1661 2748,O 8714 4139,V 9897 5026 1 3 14 30 47 1-3-14-30-47 1 120261 195 630,5 10171 31 147074 3 1 416 722 eur
27 20200144 LUNDI 30/11/2020 31/03/2021 28 9 26 29 18 3 9-18-26-28-29+3 0 8000000 2 75842,5 67 552,5 490 272,5 2235 35,7 19492 14,7 28536 7,8 236995 3,7 320161 2,2 10 20000 H 1034 3868,A 0075 3231,D 4510 4377,G 9857 2699,T 4103 0880,Q 8271 3742,M 4300 8407,T 4234 6203,K 7326 8473,B 6815 0492 10 15 17 41 47 10-15-17-41-47 0 100000 147 721,6 7533 36,2 117172 3 2 046 757 eur
28 20200143 SAMEDI 28/11/2020 29/03/2021 9 25 2 47 35 10 2-9-25-35-47+10 0 7000000 1 277413,1 40 1692,7 403 605,9 1868 78,1 21672 24,2 28297 14,4 331631 4,8 395197 2,2 10 20000 U 3053 4468,M 7857 6394,H 7593 2700,S 1376 0659,S 2770 4627,S 3604 5782,T 4046 7518,A 7608 2339,J 3600 1320,K 5383 5905 9 14 33 41 48 9-14-33-41-48 1 157536 270 649,5 11481 39,2 175640 3 7 517 433 eur
29 20200142 MERCREDI 25/11/2020 26/03/2021 1 26 14 31 10 4 1-10-14-26-31+4 0 6000000 3 60274,8 69 639,6 632 251,8 2295 41,4 21491 15,9 28562 9,3 264825 3,9 338786 2,2 10 20000 H 0773 7882,B 0119 6447,P 6618 1844,M 1730 8642,T 1027 3238,E 2614 0996,M 6360 0271,P 1164 1763,Q 0330 9561,O 7194 1767 1 3 13 22 33 1-3-13-22-33 5 22156 681 132,8 16914 13,7 162590 3 4 980 514 eur
30 20200141 LUNDI 23/11/2020 24/03/2021 15 20 12 6 1 1 1-6-12-15-20+1 0 5000000 4 40106 77 508,5 775 182,2 2127 39,6 24139 12,5 22056 10,7 253715 3,6 210289 2,2 10 20000 F 1858 6261,H 7649 0068,Q 6407 6527,R 3773 5374,Q 0709 7852,A 0909 0708,A 0273 4214,A 3916 9390,J 9346 1183,V 0060 4344 4 17 19 29 38 4-17-19-29-38 3 33334 240 362,6 9715 23 126783 3 4 569 920 eur
31 20200140 SAMEDI 21/11/2020 21/01/2021 49 17 44 5 46 4 5-17-44-46-49+4 0 4000000 2 122757,8 47 1274,9 424 509,7 2079 62,1 20662 22,4 32785 11 307276 4,6 489401 2,2 10 20000 A 8827 9651,G 4168 7997,O 3934 5876,L 8532 6069,A 5542 6546,Q 1590 3021,E 8604 5273,V 2870 4667,B 8795 8876,A 4234 0742 3 9 18 25 48 3-9-18-25-48 0 151046 416 328,6 16122 21,8 205818 3 5 496 500 eur
32 20200139 MERCREDI 18/11/2020 18/01/2021 28 11 14 43 41 8 11-14-28-41-43+8 0 3000000 1 168472,8 37 1111,3 345 429,8 1834 48,3 15490 20,5 26241 9,4 222691 4,4 353400 2,2 10 20000 C 2836 6008,S 5840 1826,B 4317 8607,C 5596 0061,K 0059 6874,V 3344 2321,R 7171 2121,U 5995 4725,G 3216 1927,D 1098 8239 4 5 12 16 37 4-5-12-16-37 1 107420 238 382,1 11469 20,3 153853 3 1 573 389 eur
33 20200138 LUNDI 16/11/2020 16/01/2021 7 47 16 33 42 7 7-16-33-42-47+7 0 2000000 2 57992,4 51 555 275 371,2 2190 27,8 11461 19,1 31497 5,4 166437 4 404266 2,2 10 20000 J 3913 9423,D 6394 5241,D 8656 3973,V 4048 7608,V 3895 6215,F 0122 4624,J 6003 7378,F 3108 4501,R 3029 3148,B 6846 9359 2 8 18 46 49 2-8-18-46-49 0 100000 165 590 7270 34,4 109013 3 0 305 012 eur
34 20200137 SAMEDI 14/11/2020 14/01/2021 40 26 17 24 43 9 17-24-26-40-43+9 1 14000000 2 133601,9 54 1207,7 411 572,3 2331 60,3 20963 24,1 34839 11,2 322868 4,8 522785 2,2 10 20000 K 7622 1959,K 1469 6618,C 5558 3614,F 5871 8728,L 5373 9238,A 5527 7819,F 1964 3563,U 0816 7975,J 2133 7763,K 4578 5241 9 11 38 43 47 9-11-38-43-47 0 159569 297 577,2 11862 37,1 185286 3 0 907 117 eur
35 20200136 MERCREDI 11/11/2020 11/01/2021 15 17 10 37 16 9 10-15-16-17-37+9 0 2000000 1 156148,5 28 1361,1 256 536,9 1387 59,2 13692 21,5 22141 10,3 215915 4,2 292284 2,2 10 20000 V 8182 6853,I 5861 8936,A 8254 8289,R 1842 7418,K 1339 1952,H 6230 2573,A 2823 6243,J 6408 0739,K 4952 9641,T 3163 1763 14 16 18 39 41 14-16-18-39-41 0 100000 169 656 7141 39,9 102092 3 2 653 244 eur
36 20200135 LUNDI 09/11/2020 09/01/2021 26 18 41 38 5 10 5-18-26-38-41+10 1 16000000 2 94366,9 32 1439,5 388 428,2 1456 68,1 15717 22,7 20241 13,7 229062 4,8 288966 2,2 10 20000 G 0975 1579,K 6163 7535,N 5508 7230,V 9797 1192,D 0434 2326,V 9797 7639,D 5523 5105,K 5094 9459,M 7396 3720,I 0253 1159 3 27 36 43 46 3-27-36-43-46 3 36429 180 714,4 7501 44 113580 3 9 432 989 eur
37 20200134 SAMEDI 07/11/2020 07/01/2021 45 5 48 42 30 9 5-30-42-45-48+9 0 15000000 3 89664,3 74 887,2 415 570,6 2396 59 20127 25,3 34764 11,3 311873 5 522456 2,2 10 20000 S 7601 6670,Q 9431 4339,V 6404 0999,G 8185 9223,P 7302 6245,P 0263 9851,K 5333 4780,M 0125 4821,E 3390 0880,D 6973 4906 11 16 20 24 33 11-16-20-24-33 2 80232 397 372,6 16067 23,6 215457 3 1 111 648 eur
38 20200133 MERCREDI 04/11/2020 04/01/2021 29 10 16 14 9 1 9-10-14-16-29+1 0 14000000 5 42957,9 50 1048,5 736 256,9 2235 50,5 27379 14,8 26357 12 327123 3,8 289873 2,2 10 20000 K 3442 1056,P 9509 6956,A 1121 1678,C 3538 8331,K 4004 9959,V 9754 1016,R 5666 5355,T 5460 2376,J 7357 7520,O 0092 7971 5 6 9 21 24 5-6-9-21-24 2 59229 466 186,3 15956 13,9 185698 3 9 026 324 eur
39 20200132 LUNDI 02/11/2020 02/01/2021 42 43 38 33 31 3 31-33-38-42-43+3 0 13000000 0 158630,9 29 6805,1 248 563 1276 65,3 10991 27,3 20545 11,3 169572 5,4 348856 2,2 10 20000 I 2493 9488,V 9730 4236,N 4053 7165,J 8223 7621,G 4974 5386,P 6242 5841,E 7992 8340,J 4906 7510,T 6149 0667,U 4868 0909 4 18 34 35 48 4-18-34-35-48 3 33673 133 905,8 6443 48 103083 3 0 218 295 eur
40 20200131 SAMEDI 31/10/2020 31/12/2020 22 35 9 28 13 5 9-13-22-28-35+5 0 12000000 0 248690,9 113 2737,9 874 250,4 4350 30 32546 14,4 53413 6,8 402635 3,6 567534 2,2 10 20000 N 4567 5221,N 6116 8624,T 8111 6606,G 7821 6301,E 4555 1983,V 2400 3525,O 3715 1900,I 0328 4688,L 7763 3988,V 4029 8860 20 31 35 40 49 20-31-35-40-49 1 154246 199 940,7 10297 46,7 153531 3 9 673 357 eur
41 20200130 MERCREDI 28/10/2020 28/12/2020 25 43 30 2 19 9 2-19-25-30-43+9 0 11000000 3 63692,5 34 1371,6 419 401,4 1937 51,8 17889 20,2 27354 10,2 252062 4,4 362524 2,2 10 20000 P 8975 5140,J 4485 9872,Q 0423 1184,A 4808 3451,M 0449 7377,Q 4337 5854,N 7950 9594,V 8155 3219,L 0516 4242,I 9331 7247 3 21 29 36 49 3-21-29-36-49 0 115160 199 633,3 8861 36,5 130963 3 0 257 275 eur
42 20200129 LUNDI 26/10/2020 26/12/2020 33 7 8 12 22 5 7-8-12-22-33+5 0 10000000 3 48627,3 69 516 542 236,9 2801 27,3 21812 12,6 34376 6,2 257441 3,3 343913 2,2 10 20000 F 8624 1185,V 7435 0562,I 6188 2691,C 7667 1692,R 0547 2999,A 0514 3469,K 2354 7511,O 0407 7873,V 5603 8559,T 6606 8531 5 7 8 11 33 5-7-8-11-33 4 25000 417 159,1 14343 11,8 157035 3 8 362 629 eur
43 20200128 SAMEDI 24/10/2020 24/12/2020 8 25 4 12 45 2 4-8-12-25-45+2 0 9000000 3 87121,3 70 911,3 940 244,7 3043 45,1 33157 14,9 36366 10,5 390180 3,9 415605 2,2 10 20000 J 9059 7514,E 0066 8368,I 3369 9241,L 5418 6627,F 4105 4330,S 0715 6000,O 7484 1421,C 5651 1512,J 9679 6496,C 1373 5020 4 6 10 19 47 4-6-10-19-47 5 29844 563 221,9 18925 16,9 215362 3 6 864 474 eur
44 20200127 MERCREDI 21/10/2020 21/12/2020 35 48 33 21 15 1 15-21-33-35-48+1 0 8000000 2 97932,4 28 1707,3 277 622,4 1112 92,6 13583 27,3 17312 16,6 206707 5,5 266661 2,2 10 20000 H 8488 9227,P 8756 7713,B 0008 3739,F 3551 3534,Q 5601 1330,N 0483 0154,R 4811 6151,K 5686 0116,R 3445 7799,Q 6946 4484 6 10 19 32 35 6-10-19-32-35 2 54919 239 448 9901 27,8 140536 3 9 623 973 eur
45 20200126 LUNDI 19/10/2020 19/12/2020 7 35 48 28 25 1 7-25-28-35-48+1 0 7000000 0 158816 31 6373,5 280 499,3 1115 74,9 13372 22,4 16294 14,3 196873 4,7 226831 2,2 10 20000 J 8688 9886,U 2864 1803,G 7564 1407,S 6283 0665,A 8224 2572,C 4326 0789,A 1180 4760,B 2256 9177,J 7600 5769,Q 8964 2803 35 36 37 40 49 35-36-37-40-49 0 100000 112 1096,5 5460 57,8 83117 3 7 825 493 eur
46 20200125 SAMEDI 17/10/2020 17/12/2020 28 23 24 9 20 4 9-20-23-24-28+4 0 6000000 1 246419,5 78 771 616 352,1 3151 41,1 28019 16,6 42277 8,5 373075 3,8 475724 2,2 10 20000 T 0746 3840,A 8781 0530,C 2411 8773,K 5264 2423,V 9645 9438,K 6657 1640,A 2231 4767,T 8441 3753,L 6821 6871,I 3527 2685 10 18 24 29 30 10-18-24-29-30 6 24737 453 288,7 17362 19,3 206453 3 6 733 951 eur
47 20200124 MERCREDI 14/10/2020 14/12/2020 19 42 32 26 39 6 19-26-32-39-42+6 0 5000000 2 90286,9 40 1101,8 349 455,4 1601 59,3 14445 23,6 21550 12,3 204387 5,1 327440 2,2 10 20000 U 2689 5891,H 3334 9110,V 9636 5379,J 0910 6423,N 0434 7528,E 6075 1437,E 8468 5580,K 2766 3469,A 5408 7409,K 5984 0570 6 16 19 20 34 6-16-19-20-34 1 109857 250 417,5 10503 25,5 143797 3 6 546 654 eur
48 20200123 LUNDI 12/10/2020 12/12/2020 18 7 21 42 11 3 7-11-18-21-42+3 0 4000000 2 71282,8 78 446,1 538 233,2 2546 29,4 19440 13,8 28534 7,3 232546 3,5 295547 2,2 10 20000 P 3758 7635,K 8823 2962,I 7132 1661,O 9357 0501,R 5103 6380,J 9230 6048,Q 4297 1386,V 9628 0663,S 4714 8666,L 7335 3832 2 4 7 23 36 2-4-7-23-36 0 100000 206 419 9378 23,6 126439 3 1 808 226 eur
49 20200122 SAMEDI 10/10/2020 10/12/2020 48 26 31 47 42 8 26-31-42-47-48+8 0 3000000 0 234429,9 46 6340,1 297 694,8 1821 67,7 14623 30,3 30004 11,5 246619 5,5 506239 2,2 10 20000 C 2148 9269,N 9661 4528,J 8787 7130,M 3742 8475,J 1792 1022,F 3330 7865,R 3007 6283,Q 2338 4305,I 8196 6361,H 0709 7745 23 34 39 47 48 23-34-39-47-48 2 73931 196 947,5 9013 52,9 139731 3 4 627 016 eur
50 20200121 MERCREDI 07/10/2020 07/12/2020 17 30 6 49 19 2 6-17-19-30-49+2 0 2000000 1 182896,7 50 892,8 493 326,5 1764 54,5 20459 16,9 23677 11,3 264663 4 279934 2,2 10 20000 O 7013 8440,R 8789 6986,N 0235 7148,F 6482 4242,E 5905 8114,O 5304 8770,B 3875 5610,N 7805 6042,T 0807 7398,F 2633 7953 5 28 35 41 47 5-28-35-41-47 1 107508 145 875,6 7104 45,9 111207 3 7 587 599 eur
51 20200120 LUNDI 05/10/2020 05/12/2020 6 22 19 5 9 5 5-6-9-19-22+5 2 4500000 5 30507,7 144 258,5 985 136,3 4137 19,3 27414 10,5 39565 5,6 279878 3,1 343621 2,2 10 20000 U 4591 0105,P 7142 0959,P 8161 4114,N 3669 6338,T 0063 3685,N 0629 3692,S 6157 4961,B 3476 1794,H 0666 1012,E 5155 9053 1 9 14 16 37 1-9-14-16-37 0 100208 174 550,6 9431 26,1 130480 3 0 362 309 eur
52 20200119 SAMEDI 03/10/2020 03/12/2020 31 36 9 33 18 2 9-18-31-33-36+2 0 8000000 2 135859,9 43 1542,3 449 532,7 2004 71,3 22957 22,4 30739 13 333183 4,7 436570 2,2 10 20000 Q 5947 7563,K 7728 8154,V 3589 3890,J 3324 0962,M 7313 9229,A 4502 0890,V 8113 9061,P 3380 7146,V 4343 6815,F 1101 8684 16 18 27 32 39 16-18-27-32-39 0 155241 242 698,6 12426 34,9 177559 3 9 292 685 eur
53 20200118 MERCREDI 30/09/2020 30/11/2020 26 24 49 32 2 5 2-24-26-32-49+5 0 7000000 1 171535,9 32 1308,3 358 421,8 1733 52 14377 22,5 27842 9 219469 4,5 417835 2,2 10 20000 M 3697 9719,S 9560 5078,K 2191 7047,B 8225 0938,V 7136 9956,N 4024 6193,K 0247 4394,F 7568 8267,H 2496 8530,S 4382 3580 16 19 24 43 44 16-19-24-43-44 1 111589 160 724,7 8924 33,4 134256 3 3 461 709 eur
54 20200117 LUNDI 28/09/2020 28/11/2020 33 22 44 6 35 2 6-22-33-35-44+2 0 6000000 0 152448,2 39 4863 397 338 1357 59 14378 20 16923 13,2 177626 5 243825 2,2 10 20000 C 3910 2576,K 6510 6834,C 8791 1234,D 5456 5752,D 9464 7037,V 9569 7724,O 1420 0956,R 8166 5483,V 1328 7126,Q 0110 4608 20 27 40 42 48 20-27-40-42-48 1 100000 150 721,4 6491 42,8 96690 3 1 064 475 eur
55 20200116 SAMEDI 26/09/2020 26/11/2020 4 31 49 8 39 9 4-8-31-39-49+9 0 5000000 3 81089 35 1696,4 356 601,5 2080 61,5 18905 24,3 33163 10,8 300181 4,7 477612 2,2 10 20000 H 0396 0953,Q 8122 8013,U 7430 2396,T 3748 4396,B 7162 1609,B 8337 4539,V 9559 0608,F 0850 9093,G 8065 3877,F 1890 8138 11 14 15 32 38 11-14-15-32-38 0 146356 208 755,9 10464 38,6 169955 3 5 253 359 eur
56 20200115 MERCREDI 23/09/2020 23/11/2020 11 5 25 23 33 5 5-11-23-25-33+5 0 4000000 5 32377,3 84 470,3 586 243,1 3502 24,3 21526 14,2 39603 6 265797 3,5 380659 2,2 10 20000 V 9546 7995,J 6476 4046,E 9091 6812,H 2140 0107,G 1795 1317,C 7941 4218,U 2612 6731,M 2609 7583,R 1967 8703,R 7259 1373 22 23 28 33 37 22-23-28-33-37 1 105129 136 816,7 8189 34,8 124308 3 5 362 247 eur
57 20200114 LUNDI 21/09/2020 21/11/2020 46 41 38 19 16 9 16-19-38-41-46+9 0 3000000 0 139518,3 32 5424,1 214 573,9 1123 65,3 9982 26,4 17167 11,9 154559 5,2 274392 2,2 10 20000 Q 2849 9377,C 7609 2368,U 7825 8846,G 8012 4421,O 6256 4953,R 5761 9029,Q 6989 6683,Q 9265 9975,R 3682 7753,U 2977 9433 17 19 24 26 35 17-19-24-26-35 0 100000 182 477,3 8395 26,6 116787 3 7 331 265 eur
58 20200113 SAMEDI 19/09/2020 19/11/2020 33 42 27 46 32 7 27-32-33-42-46+7 0 2000000 1 201384,5 29 1694,9 346 512,3 2364 44,8 15329 24,8 37791 7,8 243062 4,8 677602 2,2 10 20000 N 5487 0717,U 0588 8186,M 1213 1200,R 2917 9381,E 3419 6429,V 9531 6022,U 1194 5472,O 1283 8370,M 8192 0579,L 2954 6402 6 8 9 22 27 6-8-9-22-27 4 36635 558 187 19893 13,4 233353 3 7 804 165 eur
59 20200112 MERCREDI 16/09/2020 16/11/2020 28 19 49 23 17 7 17-19-23-28-49+7 1 2000000 2 73546,2 84 427,4 450 287,7 3295 23,4 18673 14,9 43435 4,9 248635 3,4 487031 2,2 10 20000 F 4074 7786,N 7795 3147,G 3512 5708,D 3719 2928,K 3346 8172,G 7634 6815,K 0843 9745,F 3648 2264,R 4958 5435,C 6729 3080 8 10 19 29 46 8-10-19-29-46 2 54144 281 344 11525 21,5 149171 3 6 396 843 eur
60 20200111 LUNDI 14/09/2020 14/11/2020 23 49 5 13 32 2 5-13-23-32-49+2 1 10000000 3 59045,8 46 939,8 512 304,5 1628 57,2 19511 17,1 21838 11,9 249394 4,1 276843 2,2 10 20000 J 8753 2552,O 8093 0855,C 0812 5236,Q 0666 2292,B 9107 3339,V 9517 5817,V 9517 4412,P 7999 0830,I 5920 9662,P 4274 8996 10 31 42 45 48 10-31-42-45-48 0 104315 131 935,9 7079 44,5 108602 3 0 751 489 eur
61 20200110 SAMEDI 12/09/2020 12/11/2020 16 46 12 21 24 2 12-16-21-24-46+2 0 9000000 3 94138,8 61 1130 626 397,1 2573 57,7 28400 18,8 35884 11,5 383088 4,2 449644 2,2 10 20000 E 1240 4948,O 3539 4607,G 7582 6305,J 9390 3437,P 7747 3591,E 3505 4172,K 1363 9804,R 9592 3628,H 9317 2696,T 6370 3186 12 19 21 35 43 12-19-21-35-43 2 79911 349 460,4 13989 29,5 198678 3 0 672 600 eur
62 20200109 MERCREDI 09/09/2020 09/11/2020 24 48 20 29 45 3 20-24-29-45-48+3 0 8000000 0 189152,9 22 10696,3 295 564,4 1512 65,8 13676 26,1 26378 10,5 230717 4,7 411235 2,2 10 20000 G 1645 3237,D 8088 1670,N 6225 4928,P 7191 6618,N 3632 0418,K 4493 8509,J 6938 4196,E 9077 5781,B 6727 7380,V 9483 6071 2 15 28 39 40 2-15-28-39-40 1 118693 167 806 8427 41 129394 3 5 513 135 eur
63 20200108 LUNDI 07/09/2020 07/11/2020 37 35 31 44 14 7 14-31-35-37-44+7 0 7000000 0 128410,1 41 3896,3 233 485,1 1673 40,3 10709 22,7 25941 7,2 160239 4,6 446612 2,2 10 20000 S 5644 4840,C 7408 3726,P 3157 4753,S 4116 8940,K 4968 5924,E 7886 7271,E 5761 3238,K 3975 2114,M 6505 8200,K 4245 6392 6 8 41 46 47 6-8-41-46-47 0 100000 111 1054,7 5736 52,4 100213 3 0 720 348 eur
64 20200107 SAMEDI 05/09/2020 05/11/2020 22 15 19 24 46 3 15-19-22-24-46+3 0 6000000 0 245132,4 81 3764,9 618 349,1 2814 45,8 24975 18,5 39411 9,1 343691 4,1 514309 2,2 10 20000 E 4705 2724,N 3764 7652,B 9610 0100,T 4185 6396,R 2215 5407,V 4468 7813,P 1971 6678,T 0025 6043,M 5633 3556,G 9688 7814 4 9 10 18 26 4-9-10-18-26 4 37482 542 209,6 20554 14,2 230546 3 6 448 016 eur
65 20200106 MERCREDI 02/09/2020 02/11/2020 14 23 21 47 3 3 3-14-21-23-47+3 0 5000000 0 176923,4 63 3493,7 430 362,2 2385 39 18095 18,5 32068 8,1 245428 4,2 371388 2,2 10 20000 R 0402 6905,K 6473 7387,V 1332 9781,G 3440 2532,F 0856 1207,E 6208 6370,F 2891 1115,L 9366 5881,K 7634 4565,C 3333 4541 24 26 31 32 47 24-26-31-32-47 0 110376 151 868,9 6958 48,4 113144 3 8 803 377 eur
66 20200105 LUNDI 31/08/2020 31/10/2020 7 16 17 4 11 10 4-7-11-16-17+10 0 4000000 2 73169,2 55 649,4 763 168,8 1823 42,2 24177 11,4 20091 10,7 254212 3,3 215006 2,2 10 20000 F 0886 9832,O 9765 3807,F 8131 1763,P 1965 3056,H 6219 4646,A 9956 5285,J 2680 6933,C 5449 9234,R 2108 3742,L 0595 4650 5 13 14 45 48 5-13-14-45-48 2 50000 152 550,8 7656 28,1 115462 3 9 289 114 eur
67 20200104 SAMEDI 29/08/2020 29/10/2020 23 15 38 21 39 4 15-21-23-38-39+4 0 3000000 3 74761,7 42 1303,3 368 536,5 1988 59,3 17503 24,2 30410 10,8 268108 4,8 447961 2,2 10 20000 C 7929 6875,F 9083 8708,H 0832 2788,F 5485 3330,S 3323 4135,E 7461 7315,L 9492 4467,C 4980 9674,J 4432 9308,S 4952 5162 4 19 27 31 43 4-19-27-31-43 0 136516 290 468,9 12640 27,6 171238 3 7 886 285 eur
68 20200103 MERCREDI 26/08/2020 25/11/2020 13 45 4 40 31 3 4-13-31-40-45+3 0 2000000 0 155557,8 38 5092,7 328 417,5 1538 53,2 13188 22,3 22715 10 198512 4,5 334963 2,2 10 20000 C 9191 6465,O 4948 8199,B 5537 5432,I 1180 3932,U 5839 0830,S 4015 4498,O 4987 2734,U 4491 1556,D 9308 4132,E 0195 5549 17 33 36 43 49 17-33-36-43-49 0 100000 154 764,6 6984 43,3 99966 3 6 419 191 eur
69 20200102 LUNDI 24/08/2020 23/11/2020 28 18 22 37 19 2 18-19-22-28-37+2 1 5000000 0 145095,4 31 5822,8 297 430 1368 55,7 14630 18,7 18900 11,3 197086 4,2 230484 2,2 10 20000 U 9256 8618,C 3897 0189,T 2172 3309,M 6742 5750,I 1421 9713,L 3718 2482,G 1086 9209,D 4272 8808,L 0060 0998,I 5371 7134 17 21 30 32 36 17-21-30-32-36 1 100000 110 924,9 5934 44 93706 3 3 048 088 eur
70 20200101 SAMEDI 22/08/2020 21/11/2020 7 11 5 32 33 5 5-7-11-32-33+5 0 4000000 2 106382 77 674,4 449 417,1 3697 30,2 25386 15,8 47684 6,5 342340 3,6 495580 2,2 10 20000 F 7138 2715,J 4764 5070,N 1159 7460,K 9315 6552,T 9810 3474,Q 0828 7485,T 4023 3185,B 9815 9117,A 3971 7603,H 3391 9119 4 5 29 35 42 4-5-29-35-42 0 134462 185 768,7 10027 36,4 158808 3 5 592 757 eur
71 20200100 MERCREDI 19/08/2020 18/11/2020 35 11 13 4 34 1 4-11-13-34-35+1 0 3000000 0 178477,9 22 10092,7 278 565,1 1223 76,7 15168 22,2 18971 13,8 235090 4,4 240637 2,2 10 20000 H 4402 9487,C 3643 8658,K 0615 3393,J 3288 7513,U 6069 3827,H 3048 6982,E 0373 4396,C 9502 7640,U 6657 8826,D 0810 7015 3 32 33 39 49 3-32-33-39-49 1 100672 114 1092,7 5994 53,4 97369 3 9 533 110 eur
72 20200099 LUNDI 17/08/2020 16/11/2020 6 1 39 48 40 6 1-6-39-40-48+6 0 2000000 1 133346,8 28 1162,3 158 742,9 901 77,8 8172 30,8 15623 12,5 141230 5,5 237789 2,2 10 20000 P 5039 6142,O 6254 6051,R 9500 5699,H 0638 8413,M 1677 6437,S 9989 0153,Q 2984 5296,N 5190 3869,F 2712 6584,Q 0169 1559 8 11 15 38 45 8-11-15-38-45 1 100000 184 453,6 7374 29,1 107009 3 6 254 243 eur
73 20200098 SAMEDI 15/08/2020 14/11/2020 5 41 3 42 15 7 3-5-15-41-42+7 1 9000000 1 193954,1 54 876,6 356 479,6 2941 34,6 18340 20 47023 6 289806 3,9 636221 2,2 10 20000 S 0174 4418,L 9145 8216,U 9128 6201,C 9645 6120,P 2497 0258,U 6189 9209,L 4297 2029,N 7385 3306,R 5278 9127,T 8554 9100 7 16 38 41 42 7-16-38-41-42 0 135703 216 695,1 10013 38,5 152385 3 9 024 101 eur
74 20200097 MERCREDI 12/08/2020 11/11/2020 17 47 30 3 44 3 3-17-30-44-47+3 0 8000000 1 174858,3 40 1066,9 331 465 1941 47,3 14946 22,1 28343 9 222681 4,5 370956 2,2 10 20000 M 0621 5432,V 4140 3068,J 4253 5041,T 8466 3412,C 4388 8843,O 4959 9161,P 9548 5313,E 6516 3450,B 5741 3734,O 7126 8381 15 25 28 42 44 15-25-28-42-44 0 108208 183 618,3 8941 32,5 129333 3 9 262 171 eur
75 20200096 LUNDI 10/08/2020 09/11/2020 28 38 2 1 11 6 1-2-11-28-38+6 0 7000000 0 147675 25 7348,7 303 429 1452 53,5 14998 18,6 21560 10 208818 4,1 267188 2,2 10 20000 S 0579 4281,F 6997 1576,F 0711 3572,R 2544 5973,T 9695 6818,I 1432 4650,N 6653 5863,V 9374 2109,F 0420 4330,M 9401 7916 8 20 34 44 46 8-20-34-44-46 1 100000 115 935,7 6056 45,6 95650 3 4 423 591 eur
76 20200095 SAMEDI 08/08/2020 07/11/2020 35 42 49 4 6 9 4-6-35-42-49+9 0 6000000 3 77874,7 36 1583,9 357 576 1909 64,3 17188 25,7 31008 11 276431 4,9 457041 2,2 10 20000 N 4331 6658,R 4451 6441,O 3565 7022,N 1983 3533,C 2254 9706,A 3182 0219,C 7391 0064,S 2194 0022,C 3150 4459,H 4817 5511 5 9 18 26 32 5-9-18-26-32 0 139915 351 349,4 15142 20,8 195421 3 6 534 417 eur
77 20200094 MERCREDI 05/08/2020 04/11/2020 46 32 22 15 17 8 15-17-22-32-46+8 0 5000000 2 86075,2 27 1556,2 288 526,2 1610 56,2 13634 23,9 24914 10,1 211222 4,7 365223 2,2 10 20000 D 8964 2750,K 3784 5444,U 4919 0781,T 0345 4990,K 3539 3474,U 0338 4444,O 4454 3110,V 9347 3540,L 4225 6411,K 0193 8562 9 16 28 39 43 9-16-28-39-43 1 106795 179 642,7 8515 34,7 123645 3 9 831 281 eur
78 20200093 LUNDI 03/08/2020 02/11/2020 43 48 42 23 30 7 23-30-42-43-48+7 0 4000000 1 113490,2 28 989,2 177 564,4 1367 43,6 9309 23 23121 7,2 144312 4,5 395962 2,2 10 20000 L 0158 8705,Q 7355 2247,G 1060 1628,B 3347 8478,G 6781 9071,M 7924 2111,T 4668 9396,O 4174 8537,A 1214 7660,S 9465 9861 11 26 29 30 44 11-26-29-30-44 0 100000 204 406,1 9037 23,5 116398 3 3 032 574 eur
79 20200092 SAMEDI 01/08/2020 31/10/2020 17 18 25 38 9 9 9-17-18-25-38+9 0 3000000 4 55207,4 77 699,9 547 355,3 2822 41,1 23474 17,8 37547 8,6 318086 4 425738 2,2 10 20000 M 8186 5657,J 5422 8442,Q 5872 0320,N 6598 8767,I 0387 2507,Q 5509 0757,P 8560 8991,D 4737 1855,R 8873 0147,R 9787 0985 10 26 31 41 44 10-26-31-41-44 0 132845 193 766 9616 39,5 148180 3 7 166 329 eur
80 20200091 MERCREDI 29/07/2020 28/10/2020 47 46 7 19 39 5 7-19-39-46-47+5 0 2000000 2 73924,6 38 949,6 334 389,6 1583 49,1 13142 21,3 24791 8,7 194082 4,4 369671 2,2 10 20000 R 5307 7191,U 0045 4068,U 4334 8300,G 9287 1308,O 4091 0138,R 5487 5390,H 9545 2443,N 0551 4141,H 4200 5267,M 1598 8356 9 36 42 43 49 9-36-42-43-49 2 50000 122 956,4 6308 47,5 99537 3 2 005 633 eur
81 20200090 LUNDI 27/07/2020 26/10/2020 19 24 45 15 25 3 15-19-24-25-45+3 1 2000000 0 126322,8 39 4029,6 340 327 1501 44,2 14262 16,7 20627 9 180508 4 261814 2,2 10 20000 I 1969 4316,F 4819 2534,U 1723 7210,J 1421 4827,O 0713 3066,C 8735 5698,V 9320 1666,D 8744 0693,M 3654 6487,U 6302 1960 17 22 23 32 45 17-22-23-32-45 1 100000 111 802,7 6255 36,6 96278 3 1 260 423 eur
82 20200089 SAMEDI 25/07/2020 24/10/2020 18 10 6 15 48 4 6-10-15-18-48+4 1 2000000 1 218513,9 55 969,7 533 360,9 2746 41,8 25007 16,5 35440 9 326848 3,8 421432 2,2 10 20000 A 0627 7877,T 8132 7529,L 5312 5584,F 4657 6406,A 6036 6443,B 3238 8947,P 5576 8151,I 1497 0873,S 8038 4627,N 6017 5802 11 29 32 40 43 11-29-32-40-43 3 43748 224 686,2 8973 44 137263 3 5 186 286 eur
83 20200088 MERCREDI 22/07/2020 21/10/2020 4 28 38 20 18 1 4-18-20-28-38+1 1 7000000 2 94607,7 37 1248,1 460 362,1 1466 67,8 18247 19,6 19779 14 245554 4,4 259511 2,2 10 20000 O 8042 2168,P 3333 2399,G 0171 2769,G 0703 7061,V 3231 7869,F 9115 2810,Q 7281 8419,E 1027 8013,C 4710 4789,J 6222 2243 28 29 30 35 47 28-29-30-35-47 0 104923 123 1016,7 6372 50,4 107163 3 9 300 085 eur
84 20200087 LUNDI 20/07/2020 19/10/2020 8 42 22 28 26 2 8-22-26-28-42+2 0 6000000 2 74703,9 24 1519,4 297 442,8 1474 53,3 14786 19,1 19493 11,2 203279 4,2 234692 2,2 10 20000 N 1002 4068,R 4590 6740,T 9642 0845,F 0801 8910,L 6280 8896,G 9438 5728,K 3654 6900,R 9905 2508,V 8173 5502,P 6298 6111 1 11 37 39 48 1-11-37-39-48 1 100000 122 847,7 5903 45 95020 3 4 533 000 eur
85 20200086 SAMEDI 18/07/2020 17/10/2020 11 42 22 34 43 4 11-22-34-42-43+4 0 5000000 1 232122,3 53 1068,9 485 421,3 2299 53,1 20270 21,6 31930 10,7 282716 4,7 454081 2,2 10 20000 A 4597 9199,N 7161 9178,O 6179 4860,L 3328 9349,C 5022 5253,M 5432 7834,A 9946 0882,R 9886 3724,M 7726 0574,F 0932 9299 12 23 26 28 39 12-23-26-28-39 1 138723 288 458,9 13211 25,7 181171 3 7 949 900 eur
86 20200085 MERCREDI 15/07/2020 14/10/2020 6 12 4 35 44 3 4-6-12-35-44+3 0 4000000 3 52835,6 43 899,7 371 376,1 1848 45,1 16676 17,9 27282 8,5 232404 3,9 349750 2,2 10 20000 I 2408 8371,H 7689 4226,Q 9781 3620,E 0227 7066,O 1387 7447,P 7405 7810,K 1933 8343,R 3955 3111,R 5595 5928,Q 1182 1682 12 16 17 29 31 12-16-17-29-31 2 50273 229 385,8 10637 21,3 140153 3 7 166 428 eur
87 20200084 LUNDI 13/07/2020 12/10/2020 24 3 35 46 2 8 2-3-24-35-46+8 0 3000000 1 137706,5 25 1344,4 204 594,2 992 73 9255 28,1 17587 11,5 157686 5 280684 2,2 10 20000 A 8778 8323,T 9113 1364,G 9994 2766,E 0352 1335,T 5996 2013,S 4917 2768,O 2002 1134,L 7119 1336,I 5111 5049,L 7439 8886 1 9 12 15 22 1-9-12-15-22 1 100000 445 137,2 14044 11,1 146487 3 1 877 785 eur
88 20200083 SAMEDI 11/07/2020 10/10/2020 32 6 35 28 40 7 6-28-32-35-40+7 0 2000000 2 94726,4 29 1594,5 334 499,3 2149 46,3 15157 23,6 35519 7,8 238189 4,6 648602 2,2 10 20000 V 6256 5943,E 1637 9318,S 3385 6596,R 1903 8679,J 3348 9708,B 0588 1213,R 6602 2439,O 8705 9348,E 5911 3917,L 1430 9313 4 17 24 34 43 4-17-24-34-43 4 34347 313 471,9 11523 32,9 159403 3 3 015 716 eur
89 20200082 MERCREDI 08/07/2020 07/10/2020 30 48 37 9 26 8 9-26-30-37-48+8 1 4000000 0 169378,3 29 7266,1 289 515,9 1513 58,8 13947 22,9 23748 10,5 209003 4,7 353440 2,2 10 20000 J 0970 1266,M 5667 1827,E 0637 9931,G 1911 7976,A 5282 1395,U 3673 6280,H 5988 8808,A 3800 2723,V 9255 1261,H 1373 4570 3 5 14 20 44 3-5-14-20-44 2 52770 255 358,9 11494 20,4 148569 3 9 195 682 eur
90 20200081 LUNDI 06/07/2020 05/10/2020 2 11 42 30 35 6 2-11-30-35-42+6 0 3000000 0 139555,9 32 5425,5 239 514 1127 65,1 10945 24,1 17345 11,8 170763 4,7 247086 2,2 10 20000 N 4150 9602,B 6305 7021,S 9440 2110,U 1877 9456,Q 4334 0001,H 1219 6384,H 1287 2183,C 3582 7628,T 0217 6435,H 8935 9706 1 2 5 19 39 1-2-5-19-39 4 25000 231 335,6 9767 20,4 122790 3 8 423 159 eur
91 20200080 SAMEDI 04/07/2020 03/10/2020 23 13 27 44 36 6 13-23-27-36-44+6 0 2000000 1 239724,6 72 812,6 583 361,9 2424 52 24486 18,5 33207 10,6 329130 4,2 420142 2,2 10 20000 P 0487 0287,D 6984 7724,P 2714 8688,T 7270 7713,V 5002 4618,V 3768 5655,C 3853 1884,T 1739 4764,K 2303 8253,E 9718 4165 6 8 22 27 33 6-8-22-27-33 4 35120 344 357,5 14665 21,5 196387 3 7 501 046 eur
92 20200079 MERCREDI 01/07/2020 30/09/2020 44 47 5 13 14 8 5-13-14-44-47+8 1 5000000 2 86099,6 33 1273,6 309 490,5 1857 48,7 16360 19,9 28239 8,9 249222 4 353054 2,2 10 20000 S 7316 4335,I 9168 3154,O 9202 6975,L 2881 7347,H 7735 7181,V 2965 2973,Q 6039 5658,U 3135 4863,R 8097 5623,D 7825 1694 18 21 34 37 48 18-21-34-37-48 0 106467 210 602,9 7983 40,7 109064 3 0 895 558 eur
93 20200078 LUNDI 29/06/2020 28/09/2020 21 29 20 47 46 7 20-21-29-46-47+7 0 4000000 1 116997,5 23 1241,5 176 585,2 1382 44,5 9087 24,3 24163 7,1 150271 4,5 392248 2,2 10 20000 I 3159 8379,N 9917 9704,B 9640 7922,A 7121 4586,S 3116 4703,J 5171 7513,S 3283 9017,L 9970 8730,Q 4527 1176,G 3786 3242 14 18 19 29 41 14-18-19-29-41 0 100000 195 436,6 8069 27,1 115490 3 8 145 546 eur
94 20200077 SAMEDI 27/06/2020 26/09/2020 1 39 2 6 27 4 1-2-6-27-39+4 0 3000000 1 228849,9 52 1074,1 442 455,8 2411 49,9 22789 19 33827 9,9 321913 4,1 441010 2,2 10 20000 V 7460 3885,E 4043 2179,V 6760 4713,E 7942 7505,D 7847 0366,R 9459 4991,H 8577 0776,R 2636 0745,S 1508 8977,K 2840 6142 12 16 20 34 49 12-16-20-34-49 1 136951 275 512,9 11373 31,8 166277 3 6 862 410 eur
95 20200076 MERCREDI 24/06/2020 23/09/2020 36 8 31 34 17 7 8-17-31-34-36+7 0 2000000 2 66521,5 53 612,6 228 513,6 1822 38,4 11380 22,1 29416 6,6 180216 4,3 467553 2,2 10 20000 N 4411 0278,M 4813 9136,P 1988 4247,T 6938 1074,A 4783 8714,U 0285 2012,B 7461 4593,B 4486 1158,N 3740 8862,O 5400 7031 5 9 24 30 31 5-9-24-30-31 1 100000 254 332,1 10841 20 141390 3 8 965 211 eur
96 20200075 LUNDI 22/06/2020 21/09/2020 9 36 5 21 39 5 5-9-21-36-39+5 1 8000000 11 12914,5 60 577,8 321 389,5 1849 40,4 12810 20,9 25943 8 193089 4,2 332554 2,2 10 20000 S 4603 2673,G 0187 0560,R 1029 0189,H 0799 4409,I 4921 7246,G 4970 2495,C 9476 3319,E 0365 8270,C 9806 9661,T 6351 5538 15 34 36 44 46 15-34-36-44-46 0 100000 132 893,8 5710 53,1 87986 3 2 615 300 eur
97 20200074 SAMEDI 20/06/2020 19/09/2020 8 24 33 38 14 5 8-14-24-33-38+5 0 7000000 2 113970,9 54 1030,2 515 389,6 2778 43,1 21353 20,2 39780 8,4 311252 4,2 547482 2,2 10 20000 O 3635 0025,F 8026 5414,C 1321 5782,S 0649 7270,H 2710 2860,K 6233 4595,F 0144 3963,T 8703 9099,Q 0006 5034,U 3301 5122 14 15 20 36 48 14-15-20-36-48 1 144009 183 895,6 9577 44 156301 3 6 464 245 eur
98 20200073 MERCREDI 17/06/2020 16/09/2020 26 13 10 20 46 1 10-13-20-26-46+1 0 6000000 3 64717,6 49 967,1 533 320,6 1765 57,8 21016 17,4 22395 12,7 272495 4,1 261321 2,2 10 20000 H 3586 8348,Q 3805 8515,D 7826 2349,U 9731 5152,A 7546 1438,Q 8070 4662,V 4250 6578,C 8802 9258,A 3080 7045,C 7785 0299 1 19 23 28 39 1-19-23-28-39 0 108110 213 489,6 9687 27,6 139659 3 9 198 029 eur
99 20200072 LUNDI 15/06/2020 14/09/2020 22 49 26 2 47 2 2-22-26-47-49+2 0 5000000 0 153900,9 31 6176,2 248 546,3 1260 64,2 12105 24 18536 12,2 182643 4,9 238449 2,2 10 20000 J 1965 8782,S 3831 5829,H 7156 8379,M 4550 0764,U 8689 5124,Q 3240 9681,H 5261 4067,T 9173 9360,J 0600 6277,M 8910 9718 19 24 25 33 41 19-24-25-33-41 1 100000 176 555,8 7141 35,2 109128 3 9 596 432 eur
100 20200071 SAMEDI 13/06/2020 12/09/2020 25 32 6 5 28 4 5-6-25-28-32+4 0 4000000 1 237866,6 56 1036,7 418 500,9 2527 49,5 22681 19,8 35996 9,7 336324 4,1 464273 2,2 10 20000 J 8671 8273,M 4209 2202,O 9086 1704,P 5386 5866,B 8705 0779,E 3494 6844,P 4135 8903,P 6163 3675,I 0875 0960,T 0373 8697 5 10 16 43 45 5-10-16-43-45 1 143262 254 560,4 12045 30,3 180136 3 0 612 978 eur
101 20200070 MERCREDI 10/06/2020 09/09/2020 47 36 20 11 9 2 9-11-20-36-47+2 0 3000000 1 179768,3 28 1567 365 433,5 1554 60,8 16097 21,1 21815 12,1 232834 4,5 281236 2,2 10 20000 V 9052 0295,N 6916 5117,G 7619 5296,V 1070 1829,M 6346 0909,U 1747 3107,D 0979 4692,I 1159 0776,G 4508 0559,I 4314 8043 15 25 31 35 49 15-25-31-35-49 0 105491 153 783,8 7966 38,7 114653 3 3 464 365 eur
102 20200069 LUNDI 08/06/2020 07/09/2020 8 22 26 46 2 1 2-8-22-26-46+1 0 2000000 2 73847,3 21 1716,6 318 408,8 1129 68,8 13698 20,4 15949 13,6 191627 4,4 211692 2,2 10 20000 U 9304 2045,U 3378 4762,A 2919 6944,A 1904 9439,C 5583 4591,Q 2682 3888,B 5087 5420,Q 8990 9606,C 5355 3007,A 1802 7737 1 2 13 33 38 1-2-13-33-38 0 100000 164 531,7 7497 29,9 113780 3 8 708 783 eur
103 20200068 SAMEDI 06/06/2020 05/09/2020 14 7 43 44 29 5 7-14-29-43-44+5 1 17000000 1 255250,1 80 778,7 639 351,6 3504 38,3 26318 18,3 47914 7,8 368857 4 638322 2,2 10 20000 A 4132 2938,K 8805 0528,N 7291 9584,O 3717 4407,M 3957 6296,L 5646 9645,U 6978 4637,C 2084 0595,E 8166 7962,G 6671 8060 19 22 23 40 41 19-22-23-40-41 1 161460 260 665,8 12240 36,3 187902 3 7 995 384 eur
104 20200067 MERCREDI 03/06/2020 02/09/2020 12 13 26 44 16 6 12-13-16-26-44+6 0 16000000 4 53351,9 59 882,8 465 404 2483 45,2 22659 17,8 33159 9,4 316469 3,9 373999 2,2 10 20000 K 3041 3397,U 0153 9052,O 3380 2745,T 7408 8475,L 4971 9487,M 7581 7189,H 9549 1138,U 2620 6417,O 0989 0860,K 1023 8604 15 19 40 44 47 15-19-40-44-47 0 122798 169 826,2 8432 42,5 133415 3 4 190 147 eur
105 20200066 LUNDI 01/06/2020 31/08/2020 24 26 2 36 32 7 2-24-26-32-36+7 0 15000000 1 122595,5 24 1246,7 183 589,7 1599 40,3 10848 21,3 25540 7 165592 4,3 411122 2,2 10 20000 N 3139 5720,F 1389 7735,M 8030 5272,M 7786 1507,M 2896 8471,N 2202 3477,G 5920 7492,P 0808 9568,N 6167 6587,R 1436 6652 4 8 21 40 41 4-8-21-40-41 3 33334 152 643 6606 38 101610 3 9 082 306 eur
106 20200065 SAMEDI 30/05/2020 29/08/2020 5 14 42 44 16 9 5-14-16-42-44+9 0 14000000 1 253674 48 1289,9 415 538,1 2391 55,8 21370 22,4 36381 10,2 332649 4,4 491613 2,2 10 20000 K 6016 0523,E 9976 2620,I 1308 5123,D 3895 5015,M 5491 3458,D 2811 6537,T 0153 0226,S 6642 4571,P 3034 2340,M 6854 7462 3 5 33 36 45 3-5-33-36-45 1 149159 210 773 10850 38,4 170714 3 6 369 227 eur
107 20200064 MERCREDI 27/05/2020 26/08/2020 29 6 12 44 31 6 6-12-29-31-44+6 0 13000000 3 63129,3 76 608,2 541 308,1 2484 40,1 20622 17,3 30473 9,1 267872 4,1 337015 2,2 10 20000 F 4841 6270,R 7172 2874,C 1831 5458,P 3871 4224,R 9800 9226,M 7427 7519,V 9055 1717,H 5293 5586,S 1773 1956,B 8939 8202 3 12 22 37 49 3-12-22-37-49 1 110567 274 383,1 10413 25,9 144833 3 5 574 162 eur
108 20200063 LUNDI 25/05/2020 24/08/2020 9 26 30 42 36 4 9-26-30-36-42+4 0 12000000 0 152403,2 26 7292,3 245 547,6 1310 61,2 12210 23,6 20067 11,1 185032 4,8 296447 2,2 10 20000 I 5694 5506,O 0361 0593,N 8160 9556,S 5413 0349,G 9741 8739,B 1392 5002,P 3055 5590,O 4072 0862,G 0170 8051,T 2159 1620 7 24 36 43 47 7-24-36-43-47 1 100000 171 614,8 7275 37,1 105837 3 7 979 899 eur
109 20200062 SAMEDI 23/05/2020 22/08/2020 22 28 3 23 29 2 3-22-23-28-29+2 0 11000000 3 82509,5 47 1285,4 647 336,7 2444 53,2 25344 18,4 33433 10,9 359579 4 405390 2,2 10 20000 V 9005 6324,N 2564 8421,B 0794 7161,R 8438 3842,G 2520 9672,V 9021 6273,P 6482 8750,H 7325 3407,M 6477 2041,T 9363 6178 5 7 26 32 46 5-7-26-32-46 0 140144 244 573,9 11407 31,5 175267 3 4 616 489 eur
110 20200061 MERCREDI 20/05/2020 19/08/2020 45 14 39 20 47 8 14-20-39-45-47+8 0 10000000 1 179913 28 1568,3 267 593,1 1494 63,3 13620 25 22518 11,7 199424 5,2 368626 2,2 10 20000 E 2903 6317,B 4650 8290,I 5168 9700,T 4532 9009,P 6674 1092,K 9036 6158,F 1456 5023,V 9016 7988,T 1730 4839,K 2528 8004 24 25 35 39 43 24-25-35-39-43 0 109954 137 985,6 6959 49,8 107559 3 3 603 034 eur
111 20200060 LUNDI 18/05/2020 17/08/2020 20 30 35 14 10 9 10-14-20-30-35+9 0 9000000 1 145471,3 39 910,4 325 394 1623 47,1 15436 17,8 21363 10 195809 4,3 281804 2,2 10 20000 G 2792 6621,B 9635 6720,R 7748 6327,H 7177 7734,G 7934 3176,D 8095 2967,E 4512 9657,N 7333 3009,U 9946 3747,R 9137 8643 27 32 36 37 44 27-32-36-37-44 1 100000 108 1026,2 6110 46,6 92268 3 4 131 037 eur
112 20200059 SAMEDI 16/05/2020 15/08/2020 26 27 41 46 19 4 19-26-27-41-46+4 0 8000000 2 115349,3 45 1251,2 334 608 2026 59,9 18053 24,1 30910 10,9 281224 4,7 445328 2,2 10 20000 E 8704 4405,I 8260 4727,F 7285 0153,B 2210 2173,E 7597 0879,R 3468 7501,H 6775 4868,H 7233 4380,A 2920 5468,P 2598 6026 9 26 31 37 47 9-26-31-37-47 0 138694 188 844 9277 43,9 149538 3 0 280 624 eur
113 20200058 MERCREDI 13/05/2020 11/09/2020 43 4 17 38 49 8 4-17-38-43-49+8 0 7000000 0 167126 34 6115,2 274 536,9 1562 56,2 12898 24,5 23076 10,6 200510 4,8 343539 2,2 10 20000 I 4540 9277,Q 8078 0181,T 6138 8847,H 6261 8981,K 5507 9748,C 6145 2864,K 1788 2291,V 6483 7951,V 0097 5171,C 3900 2083 11 19 21 24 48 11-19-21-24-48 3 34860 229 411,6 10683 22,6 142974 3 6 986 742 eur
114 20200057 LUNDI 11/05/2020 09/09/2020 34 5 33 3 17 10 3-5-17-33-34+10 0 6000000 0 146729,4 20 9127,1 225 574 1032 74,7 12689 21,8 15696 13,7 189891 4,5 202988 2,2 10 20000 E 5407 0572,B 3996 8117,C 3130 5937,P 5379 5962,H 8038 2226,R 9701 9701,V 8965 3439,K 8677 8249,J 8963 1515,N 5976 5704 13 17 20 27 33 13-17-20-27-33 3 33334 285 253,5 10260 18,1 127872 3 6 380 131 eur
115 20200056 SAMEDI 09/05/2020 07/09/2020 48 39 29 47 35 7 29-35-39-47-48+7 0 5000000 1 178559,2 31 1405,8 256 614 1739 54 12236 27,6 29899 8,7 199572 5,2 607544 2,2 10 20000 B 6960 0834,L 0072 4967,V 8954 4890,U 6861 8256,U 0442 5860,C 3191 6605,A 3300 6706,V 3820 5991,U 9035 5102,F 2638 8257 2 11 30 35 46 2-11-30-35-46 0 131078 187 777,5 9560 39,1 146771 3 9 140 638 eur
116 20200055 MERCREDI 06/05/2020 04/09/2020 48 36 14 15 10 3 10-14-15-36-48+3 0 4000000 0 152783,2 17 11180,8 196 686,2 1264 63,5 11522 25,1 22243 10,1 189889 4,6 328700 2,2 10 20000 C 1128 1765,P 3610 0846,E 4097 1965,F 5421 0808,R 8163 1892,E 0038 8789,V 8950 8051,H 6063 3940,M 7853 6205,I 5009 6243 1 20 40 45 49 1-20-40-45-49 0 100000 180 618,5 7889 36,2 107144 3 2 540 005 eur
117 20200054 LUNDI 04/05/2020 02/09/2020 39 8 9 33 15 10 8-9-15-33-39+10 0 3000000 0 132489,8 16 10301,7 210 555,4 916 76 10523 23,8 14443 13,5 167082 4,6 193353 2,2 10 20000 E 1758 4622,G 2966 5491,V 8934 5207,U 5225 9009,H 4043 0101,O 1760 6020,F 8045 2323,T 7386 5368,E 0447 9573,Q 8436 5951 7 16 24 36 47 7-16-24-36-47 1 100000 162 523,5 6712 32,4 97099 3 3 681 661 eur
118 20200053 SAMEDI 02/05/2020 31/08/2020 43 22 12 30 9 4 9-12-22-30-43+4 0 2000000 1 196546,6 72 666,2 655 264,1 2528 40,9 23475 15,8 32548 8,8 298492 3,8 371133 2,2 10 20000 D 4927 1473,E 8484 2613,T 3393 6362,Q 7280 8516,M 5157 5298,D 5473 9656,D 7491 4927,H 7925 8576,U 4252 6577,K 9936 0970 7 11 18 21 42 7-11-18-21-42 1 120134 362 267,6 14762 16,8 177811 3 4 850 523 eur
119 20200052 MERCREDI 29/04/2020 28/08/2020 25 29 47 5 7 1 5-7-25-29-47+1 1 4000000 2 81691,6 43 927,3 441 326,1 1376 62,4 18494 16,7 19479 12,3 241415 3,9 221640 2,2 10 20000 K 0469 9209,A 1924 9870,Q 9518 2241,F 9618 4468,E 8013 5934,P 9136 7188,V 8923 9753,H 9992 3640,F 2946 2297,E 0371 5464 5 7 32 34 42 5-7-32-34-42 0 100000 132 744,8 7059 35,8 110079 3 4 574 925 eur
120 20200051 LUNDI 27/04/2020 26/08/2020 41 11 19 29 14 9 11-14-19-29-41+9 0 3000000 1 120631,5 41 718,1 335 317 1501 42,2 13648 16,7 19383 9,1 177228 3,9 224937 2,2 10 20000 G 8783 5973,E 5763 3339,I 0799 3554,P 7587 8426,I 4380 8173,J 3235 3632,G 7234 9591,P 0777 0823,B 3501 9056,Q 5735 9549 1 7 16 20 39 1-7-16-20-39 0 100000 161 443,9 7638 24 104424 3 1 687 131 eur
121 20200050 SAMEDI 25/04/2020 24/08/2020 49 6 24 13 10 3 6-10-13-24-49+3 0 2000000 8 23521,1 100 459,2 799 207,3 3277 30,2 27913 12,7 38227 7,2 319631 3,4 396411 2,2 10 20000 S 9992 7385,T 4310 0006,U 0101 4802,C 1654 1772,A 6404 3725,P 9550 9436,B 2682 5370,U 2599 8960,O 9447 0448,U 0941 5038 3 9 26 34 43 3-9-26-34-43 1 117859 214 589,3 9257 35 137476 3 5 514 011 eur
122 20200049 MERCREDI 22/04/2020 21/08/2020 28 30 43 40 41 7 28-30-40-41-43+7 1 8000000 6 21543,2 30 1051,6 234 486,2 1445 47 9999 24,4 23779 8 153983 4,8 446985 2,2 10 20000 N 7117 8273,M 1717 3351,M 4006 0307,A 3201 7509,S 9974 1497,M 6968 1700,C 1442 4735,S 7693 1249,B 4976 2729,O 0864 5345 27 29 32 33 49 27-29-32-33-49 0 100000 111 989,8 6105 46,2 100491 3 7 933 229 eur
123 20200048 LUNDI 20/04/2020 19/08/2020 37 5 9 7 41 6 5-7-9-37-41+6 0 7000000 2 65615,9 23 1392,6 217 532,3 1224 56,4 13460 18,4 17541 11 191264 4 230303 2,2 10 20000 L 7498 9272,F 0197 9846,U 9147 1095,K 7429 3663,K 7701 3437,I 6435 6864,O 9592 7856,D 1046 0034,S 0760 3403,D 2860 1101 19 26 29 30 45 19-26-29-30-45 1 100000 134 621,5 7074 30,2 98788 3 1 586 114 eur
124 20200047 SAMEDI 18/04/2020 17/08/2020 45 1 33 47 27 8 1-27-33-45-47+8 0 6000000 2 98273,8 33 1453,7 292 592,5 1720 60,1 15406 24,1 26814 10,7 237027 4,8 412701 2,2 10 20000 O 7299 8421,P 1043 4509,F 5077 5478,Q 4445 6564,Q 7510 9060,L 2624 8858,C 1261 8822,T 9409 9195,J 1572 8758,F 1670 4936 11 14 33 36 41 11-14-33-36-41 0 121492 204 673,6 8772 40,2 132891 3 9 014 822 eur
125 20200046 MERCREDI 15/04/2020 14/08/2020 16 1 31 48 3 6 1-3-16-31-48+6 0 5000000 1 151114,4 32 1152,6 299 444,9 1375 57,8 13938 20,5 19510 11,4 193741 4,5 268493 2,2 10 20000 G 8227 6493,F 2975 3495,E 4527 8583,B 8198 5592,U 3889 8518,R 6966 2597,G 0302 7795,M 9176 0892,T 9921 4279,L 8534 7037 3 7 18 48 49 3-7-18-48-49 4 25000 189 436,6 8895 23,8 123399 3 6 240 313 eur
126 20200045 LUNDI 13/04/2020 12/08/2020 42 1 19 23 17 9 1-17-19-23-42+9 0 4000000 2 54583,9 30 888,1 268 358,5 1246 46 11844 17,4 16906 9,5 160032 3,9 198437 2,2 10 20000 E 7328 8813,P 0756 6303,E 4543 3975,D 4758 0705,J 4612 5585,H 8675 4372,U 1849 2629,R 7650 6650,V 8075 7587,V 8871 4422 13 14 18 43 44 13-14-18-43-44 2 50000 106 628,1 5371 31,8 88427 3 5 396 982 eur
127 20200044 SAMEDI 11/04/2020 10/08/2020 8 43 1 48 41 7 1-8-41-43-48+7 0 3000000 0 158532,2 26 7585,6 226 617,5 1829 45,5 12386 24,2 32395 7,2 205275 4,5 533590 2,2 10 20000 K 0502 8214,F 6108 1501,K 5737 0961,U 2321 2093,D 8244 9724,U 4015 6578,V 6848 8040,K 3920 1845,R 5345 6109,E 9019 6381 12 15 20 24 49 12-15-20-24-49 1 115558 275 365,2 12302 20,9 162434 3 3 426 667 eur
128 20200043 MERCREDI 08/04/2020 07/08/2020 16 9 19 26 6 9 6-9-16-19-26+9 0 2000000 7 19871,6 68 499,2 734 166,8 2486 29,4 21628 12,1 25793 7,9 231719 3,5 246680 2,2 10 20000 D 6630 2763,T 4533 6821,D 2331 0757,O 9506 0847,R 0236 4123,T 3122 8903,O 1173 2131,L 3548 6413,O 4906 3721,C 7168 0131 24 27 42 43 49 24-27-42-43-49 0 100000 118 811,3 5612 43,8 91816 3 7 250 098 eur
129 20200042 LUNDI 06/04/2020 06/06/2020 23 29 18 35 7 4 7-18-23-29-35+4 1 5000000 3 38590,5 37 763,7 325 313,5 1492 40,8 12763 17,1 19262 8,8 171652 3,9 235107 2,2 10 20000 V 1083 8967,O 8895 6684,M 4066 2525,U 8560 0653,U 6326 1876,B 6629 0929,K 6854 0067,S 6368 1535,K 9660 7453,V 7141 8526 3 12 17 18 19 3-12-17-18-19 3 33334 217 240,2 9636 13,9 120232 3 7 941 017 eur
130 20200041 SAMEDI 04/04/2020 04/06/2020 40 2 35 39 42 9 2-35-39-40-42+9 0 4000000 0 181645 17 13292,9 193 828,5 1211 78,9 10656 32,2 19449 13,7 175118 6 357142 2,2 10 20000 S 6518 9578,C 4371 4762,L 9746 4689,N 3263 7816,J 9462 1293,I 2698 4892,M 2304 8355,S 3097 9017,T 5738 3861,R 9648 0144 13 23 24 38 48 13-23-24-38-48 3 36796 236 468 9598 29,5 137890 3 7 146 467 eur
131 20200040 MERCREDI 01/04/2020 01/06/2020 41 48 42 28 3 6 3-28-41-42-48+6 0 3000000 1 133483,4 19 1714,7 154 763 929 75,5 8790 28,7 15147 12,9 145415 5,3 249756 2,2 10 20000 N 8310 0790,R 5461 7534,D 4307 6801,H 2842 3560,Q 6424 5829,E 5099 5190,J 0672 5087,F 3667 1649,K 8132 1085,G 7756 8396 1 16 19 36 44 1-16-19-36-44 1 100000 140 610,4 6266 35 94920 3 8 197 369 eur
132 20200039 LUNDI 30/03/2020 30/05/2020 21 37 12 17 23 7 12-17-21-23-37+7 0 2000000 0 86486,8 54 1992,5 231 329,5 2223 20,4 11075 14,7 27450 4,6 148086 3,4 295819 2,2 10 20000 U 5930 9134,P 2550 1674,J 8428 5882,Q 4296 5065,A 5546 5503,S 4961 8756,K 7060 9579,O 5411 4225,I 0747 2505,J 4060 7778 4 10 14 38 39 4-10-14-38-39 0 100000 90 785 4864 37,3 77006 3 0 151 854 eur
133 20200038 SAMEDI 28/03/2020 28/05/2020 35 23 26 32 22 5 22-23-26-32-35+5 1 20000000 0 184116,8 41 5586,7 301 538,4 1872 51,7 13800 25,2 30362 8,9 227326 4,7 459962 2,2 10 20000 T 0895 5238,D 8907 1607,I 2233 6052,V 8819 8782,J 6052 8592,V 8197 2596,A 5699 3505,F 3939 2277,S 7143 6046,I 4815 7239 5 22 35 38 39 5-22-35-38-39 1 113919 117 1135 7732 44,1 119907 3 4 849 628 eur
134 20200037 MERCREDI 25/03/2020 25/05/2020 40 45 24 32 34 1 24-32-34-40-45+1 0 19000000 0 159406,1 21 9443,4 227 618,1 867 96,7 10447 28,8 12396 18,9 150100 6,1 224623 2,2 10 20000 R 8791 2395,L 5459 6727,J 1959 0443,H 9792 3625,U 0558 2080,N 4357 0595,I 4255 4317,D 4374 7004,S 0064 6677,A 1008 8230 16 28 35 38 43 16-28-35-38-43 1 100000 133 787,1 5721 47 84694 3 1 007 943 eur
135 20200036 LUNDI 23/03/2020 23/05/2020 28 49 5 48 21 2 5-21-28-48-49+2 0 18000000 0 133967,5 20 8333,2 231 510,5 1066 66,1 11667 21,7 15520 12,7 170366 4,5 211131 2,2 10 20000 I 1415 9205,V 8108 0589,D 2827 6314,G 7306 2116,L 0340 8772,V 8797 9428,O 6561 0493,G 1648 6503,D 6210 8174,V 8801 5351 2 5 12 19 29 2-5-12-19-29 1 100000 439 111,8 12656 9,9 126033 3 7 225 296 eur
136 20200035 SAMEDI 21/03/2020 21/05/2020 16 37 8 7 42 8 7-8-16-37-42+8 0 17000000 2 95188,5 38 1222,8 342 490 1974 50,7 16848 21,3 32379 8,6 262054 4,2 399630 2,2 10 20000 F 9412 8875,G 9644 1569,I 5199 5924,J 5711 5432,L 1837 5221,J 1108 9712,A 6413 5202,K 2109 8006,L 9933 5603,H 2468 0538 3 5 35 36 40 3-5-35-36-40 1 111837 128 1035,6 6558 51,9 115094 3 0 294 127 eur
137 20200034 MERCREDI 18/03/2020 18/05/2020 48 10 46 28 29 9 10-28-29-46-48+9 0 16000000 0 154599,6 23 8362,3 222 613 1212 67,1 11414 25,6 20334 11,1 187211 4,8 303666 2,2 10 20000 P 9870 3930,C 9969 6626,L 1072 8980,M 3062 9408,T 0629 8138,N 6257 0314,G 9598 0467,T 1809 2995,J 5590 2621,D 2821 0313 4 14 25 34 40 4-14-25-34-40 0 100000 133 776,1 6432 41,2 98781 3 6 385 100 eur
138 20200033 LUNDI 16/03/2020 16/05/2020 44 16 4 40 23 3 4-16-23-40-44+3 0 15000000 2 71174 37 939 274 457,3 1480 50,5 12793 21 22593 9,2 184297 4,5 325406 2,2 10 20000 N 8445 2470,V 8211 2515,V 8765 5101,K 8557 4828,Q 0700 0742,H 2045 9781,M 7244 0256,N 5657 1823,S 8711 7374,N 6066 7083 6 12 28 45 48 6-12-28-45-48 0 100000 219 401,1 8809 25,6 119661 3 8 832 329 eur
139 20200032 SAMEDI 14/03/2020 14/05/2020 28 41 38 31 43 10 28-31-38-41-43+10 0 14000000 1 274496,8 32 2093,6 398 607,1 1584 91,1 17411 29,8 23856 16,9 272245 5,8 398811 2,2 10 20000 T 1167 5809,E 4814 2966,E 0340 7868,M 3934 9146,L 6615 4357,A 4529 5418,T 2939 4301,M 9650 4280,A 2350 6349,P 8501 6021 1 28 32 34 36 1-28-32-34-36 0 148106 178 1029,4 8951 52,6 143279 3 1 503 532 eur
140 20200031 MERCREDI 11/03/2020 11/05/2020 38 45 5 14 46 1 5-14-38-45-46+1 1 2000000 1 179379,5 18 2432,3 246 641,9 1023 92,2 11879 28,5 15540 17 190084 5,5 243742 2,2 10 20000 F 5839 0465,C 7524 3564,N 9963 6588,T 9383 4355,U 7171 8720,D 5542 6209,J 1778 2064,J 8468 7348,R 5844 1051,D 8988 0892 3 10 23 39 47 3-10-23-39-47 1 100319 193 543,4 8014 33,6 119946 3 9 626 796 eur
141 20200030 LUNDI 09/03/2020 09/05/2020 26 41 5 33 42 7 5-26-33-41-42+7 1 2000000 0 112026,6 24 5807 199 495,5 1454 40,5 9149 23,1 24006 6,8 145621 4,4 387115 2,2 10 20000 L 3492 1498,O 3650 2218,U 9752 8629,K 0595 4499,C 3817 8437,T 7641 0117,Q 5282 9515,Q 5930 8040,J 3370 0246,T 2392 0441 5 19 39 44 48 5-19-39-44-48 1 100000 142 663,5 6265 38,6 100206 3 2 734 066 eur
142 20200029 SAMEDI 07/03/2020 07/05/2020 5 35 37 4 24 2 4-5-24-35-37+2 1 4000000 0 258121,9 51 6296,5 372 610,8 1744 77,8 19625 24,9 28776 13,2 313819 4,7 406423 2,2 10 20000 H 8134 3429,L 2156 1257,R 1085 9607,D 1147 7071,C 9374 0174,U 3082 6073,F 4577 3143,U 5540 3055,C 4729 9488,A 7928 0002 11 14 29 30 39 11-14-29-30-39 0 145408 230 637,8 12437 30,3 180203 3 0 373 360 eur
143 20200028 MERCREDI 04/03/2020 04/05/2020 10 17 33 30 49 4 10-17-30-33-49+4 0 3000000 4 43513,9 43 987,9 364 420,9 1801 50,8 17064 19,3 25435 10 235126 4,3 335357 2,2 10 20000 P 2530 2490,H 4919 0260,R 5976 9586,N 8091 0126,I 8338 9215,V 8160 0048,K 1524 8056,G 7934 3161,K 1952 3078,F 6156 7301 1 4 6 17 29 1-4-6-17-29 4 26489 385 219,4 13671 15,8 157962 3 6 749 047 eur
144 20200027 LUNDI 02/03/2020 02/05/2020 42 26 21 39 40 5 21-26-39-40-42+5 0 2000000 1 124093,3 23 1316,8 177 617,1 1017 64,1 8392 27,9 17481 10,4 136516 5,3 315949 2,2 10 20000 H 2421 8185,U 3545 0082,A 5226 6548,A 2544 2011,C 3991 6698,T 5211 1028,N 8335 2071,K 1645 2433,O 7394 6144,B 1760 5170 1 21 33 38 49 1-21-33-38-49 0 100000 136 728,5 6282 40,5 93345 3 0 542 355 eur
145 20200026 SAMEDI 29/02/2020 30/04/2020 37 24 19 10 5 6 5-10-19-24-37+6 1 3000000 4 62221,5 83 731,8 790 277,3 2977 43,9 31303 15 37888 9,6 384047 3,7 438734 2,2 10 20000 P 4201 3540,C 4403 6303,O 2701 6601,J 9097 6137,H 3237 5788,E 3012 7160,H 6077 2176,V 8702 3652,V 5925 1091,T 5183 2578 10 12 26 36 41 10-12-26-36-41 0 144187 224 670,5 11549 33,4 173052 3 9 491 859 eur
146 20200025 MERCREDI 26/02/2020 27/04/2020 20 6 30 32 45 4 6-20-30-32-45+4 0 2000000 0 168130,7 30 6972,2 243 609 1418 62,3 13021 24,4 20932 11,8 199205 4,9 321565 2,2 10 20000 A 0984 3782,D 1379 8433,D 6577 3759,A 4469 8939,U 7109 8239,H 2144 7572,C 3745 2924,I 7518 9810,A 4392 1564,F 3497 4517 15 36 38 42 46 15-36-38-42-46 0 101770 127 1037,8 6286 53,9 91430 3 1 399 070 eur
147 20200024 LUNDI 24/02/2020 25/04/2020 20 15 27 9 47 7 9-15-20-27-47+7 1 3000000 1 115414,5 53 531,5 324 313,5 2474 24,5 13867 15,7 33002 5,1 187032 3,5 381442 2,2 10 20000 V 8693 7586,V 8693 1743,V 8691 7113,J 6523 8307,E 5647 0886,S 7019 2197,A 6310 2859,P 9134 0647,P 7341 8493,Q 3684 2161 3 11 28 31 44 3-11-28-31-44 4 25000 219 368,8 9054 22,9 117265 3 2 978 362 eur
148 20200023 SAMEDI 22/02/2020 23/04/2020 4 39 26 5 24 4 4-5-24-26-39+4 0 2000000 2 118778,8 49 1183,3 383 546 2506 49,8 20549 21,8 37195 9,4 317974 4,3 446706 2,2 10 20000 B 8076 1542,T 0998 6336,V 1154 6190,I 6653 1201,L 0013 1260,L 9533 7982,L 7240 6964,T 6541 2639,I 2686 0849,N 2952 4214 12 24 33 37 42 12-24-33-37-42 6 23226 365 404 12613 30 164519 3 9 896 189 eur
149 20200022 MERCREDI 19/02/2020 20/04/2020 40 16 21 41 46 2 16-21-40-41-46+2 1 3000000 1 181977,3 16 2776 218 734,8 1015 94,3 10503 32,8 16341 16,4 174456 6 293656 2,2 10 20000 G 3099 4971,D 2580 1043,B 1125 6704,R 9449 1262,N 2721 9911,E 4636 6811,G 1621 8488,P 1383 1886,G 8993 7085,H 4213 7650 19 25 30 38 40 19-25-30-38-40 0 105486 154 756,8 7618 39,3 118649 3 6 838 995 eur
150 20200021 LUNDI 17/02/2020 18/04/2020 44 39 7 41 19 1 7-19-39-41-44+1 0 2000000 0 149596,9 15 12407,3 278 473,7 997 78,9 12020 23,5 14194 15,5 179290 4,8 202447 2,2 10 20000 A 8958 1950,I 0716 0566,G 5497 3536,F 1146 3095,R 9721 8521,J 9813 4627,L 9291 4572,K 1247 4241,T 8981 8179,H 2481 6645 2 4 17 27 44 2-4-17-27-44 0 100000 237 329,2 9259 21,6 122477 3 5 302 895 eur
151 20200020 SAMEDI 15/02/2020 16/04/2020 48 4 25 5 45 7 4-5-25-45-48+7 1 2000000 1 192809,1 61 771,4 341 497,7 2894 35 18619 19,6 47495 5,9 282950 3,9 673636 2,2 10 20000 T 4911 3204,V 4423 8728,C 6704 7366,R 7363 4818,S 1914 8113,F 3088 9852,V 0203 4940,C 1866 4295,N 1233 2873,I 9925 8847 1 4 32 43 45 1-4-32-43-45 0 137525 170 969,8 8028 52,8 139325 3 1 018 096 eur
152 20200019 MERCREDI 12/02/2020 13/04/2020 47 38 17 30 43 5 17-30-38-43-47+5 0 6000000 2 84798,2 35 1182,6 310 481,6 1514 58,9 12369 25,9 24847 10 193251 5,1 423920 2,2 10 20000 I 5354 3657,O 0704 5282,K 8457 7116,Q 2498 1809,G 7791 4662,T 0042 0119,E 3540 6249,B 1440 2766,U 2031 4383,E 6620 6686 27 29 31 44 47 27-29-31-44-47 0 110020 170 726,8 7586 41,8 121373 3 6 855 141 eur
153 20200018 LUNDI 10/02/2020 11/04/2020 15 49 37 25 38 8 15-25-37-38-49+8 0 5000000 1 143608,3 29 1208,6 232 544,9 1223 61,7 10493 25,9 19200 11 164498 5 298801 2,2 10 20000 T 4486 1763,H 1258 7283,V 5418 8432,P 3005 6598,L 6706 9613,T 2818 3122,P 8727 7174,O 4449 3420,U 0629 3649,C 4264 8338 6 10 11 28 36 6-10-11-28-36 2 50000 222 356,1 10395 19,5 133642 3 7 233 958 eur
154 20200017 SAMEDI 08/02/2020 09/04/2020 47 31 12 45 7 10 7-12-31-45-47+10 0 4000000 2 138311,6 47 1436,5 645 377,5 2122 68,5 26505 19,7 29987 13,5 366988 4,3 387716 2,2 10 20000 T 2741 3598,N 7832 9233,S 9405 9767,N 7524 3301,A 8045 1996,K 6849 8624,C 7510 3830,S 3026 8767,H 0019 2376,D 1891 4462 7 22 29 37 46 7-22-29-37-46 4 37869 320 493,8 12807 31,7 181507 3 5 354 543 eur
155 20200016 MERCREDI 05/02/2020 06/04/2020 30 21 6 11 29 4 6-11-21-29-30+4 0 3000000 3 60144,7 73 603,2 690 230,2 2510 37,8 23952 14,2 29940 8,8 278935 3,7 331445 2,2 10 20000 A 2234 4423,P 1022 6542,O 2573 2020,O 3713 6561,V 7694 9641,F 0161 4328,U 1973 9255,G 4223 9822,R 6766 7601,F 6917 8881 18 22 28 43 46 18-22-28-43-46 0 108685 165 728,8 7964 38,8 122048 3 4 327 464 eur
156 20200015 LUNDI 03/02/2020 04/04/2020 49 20 7 31 33 4 7-20-31-33-49+4 0 2000000 1 139630,8 25 1363,2 274 448,6 1265 58 12618 20,9 20007 10,2 185341 4,3 273382 2,2 10 20000 V 8631 5198,I 1917 0735,L 2771 5957,F 1050 0042,E 6958 7553,P 2546 2675,L 5236 8590,F 5853 0856,M 8525 1919,J 6981 0660 6 7 9 33 47 6-7-9-33-47 0 100000 165 493,4 8300 25,2 122969 3 4 535 126 eur
157 20200014 SAMEDI 01/02/2020 02/04/2020 36 25 22 21 16 9 16-21-22-25-36+9 1 9000000 1 265834,1 53 1224,2 428 546,7 2373 58,9 21258 23,6 36954 10,5 334377 4,6 524895 2,2 10 20000 I 3948 4040,G 3283 7767,L 5310 5154,B 6204 6615,A 2109 6892,N 0004 7770,N 0217 9147,J 4972 3965,D 4359 8507,D 4133 1816 13 36 40 46 48 13-36-40-46-48 1 156216 264 721,8 10619 46,1 154340 3 7 654 737 eur
158 20200013 MERCREDI 29/01/2020 30/03/2020 31 30 6 14 45 8 6-14-30-31-45+8 0 8000000 1 183108,8 35 1276,9 353 456,6 1781 54 15244 22,7 26783 10 232505 4,5 385765 2,2 10 20000 H 1571 2980,S 7135 9513,S 4498 3455,C 1779 6835,T 6763 3810,F 0912 6084,I 0875 4220,A 0588 5886,R 3468 3575,Q 3958 4786 9 12 18 25 37 9-12-18-25-37 5 22458 363 256,5 13000 18,4 163141 3 5 416 259 eur
159 20200012 LUNDI 27/01/2020 28/03/2020 27 12 10 7 41 1 7-10-12-27-41+1 0 7000000 4 40066,9 43 909,7 592 238,3 1771 47,6 22192 13,6 20764 11,3 258658 3,6 212816 2,2 10 20000 B 8928 4888,B 2258 1242,E 8116 0446,C 4129 6440,S 0399 7976,D 4027 0188,T 0152 2914,U 6373 1138,H 3031 1823,U 8215 1138 15 22 32 37 45 15-22-32-37-45 3 33334 151 724,9 6332 44,4 95655 3 0 790 388 eur
160 20200011 SAMEDI 25/01/2020 26/03/2020 36 17 30 7 11 5 7-11-17-30-36+5 0 6000000 2 117709,6 99 580,4 632 327,9 3729 33,2 28435 15,6 48256 7,1 374292 3,6 552235 2,2 10 20000 T 0085 5780,D 2284 5102,L 5540 9105,U 9536 5462,O 3456 4501,A 0647 3499,U 6482 7767,L 1545 5395,V 8594 0067,M 0581 0749 7 8 15 40 44 7-8-15-40-44 1 145242 272 516,2 12463 28,9 187249 3 0 612 160 eur
161 20200010 MERCREDI 22/01/2020 23/03/2020 25 28 42 26 12 10 12-25-26-28-42+10 0 5000000 0 193492,5 27 8915,5 466 365,5 1374 74 19522 18,7 20695 13,7 265680 4,2 266933 2,2 10 20000 G 6118 7866,G 2592 1536,I 3580 7486,A 5396 4628,H 1544 3908,O 9936 9920,L 9323 1560,U 0576 9946,V 8572 8925,A 9036 2653 9 12 35 36 43 9-12-35-36-43 0 107597 158 756,1 7627 40,2 120340 3 2 588 461 eur
162 20200009 LUNDI 20/01/2020 21/03/2020 13 38 31 30 26 1 13-26-30-31-38+1 0 4000000 0 153733,4 34 5625,1 323 418,9 1154 70 13846 21 16092 14 192990 4,6 220520 2,2 10 20000 P 4995 5061,D 4869 1083,Q 0779 7211,N 9133 5051,I 3701 4844,D 1908 9264,K 4289 1215,E 4027 4660,J 7941 5665,F 6984 8994 4 6 29 31 45 4-6-29-31-45 0 100000 156 611 7123 34,4 109149 3 8 854 187 eur
163 20200008 SAMEDI 18/01/2020 19/03/2020 12 1 33 13 2 9 1-2-12-13-33+9 0 3000000 0 244954,9 66 4617,3 638 337,9 3104 41,5 30267 15,3 43366 8,3 410164 3,4 462470 2,2 10 20000 K 4437 2121,S 5938 8258,N 0777 2856,R 6169 1681,E 7602 2450,J 7405 2022,R 4278 1959,J 5952 0481,G 7391 0805,N 6314 5234 2 4 5 28 49 2-4-5-28-49 2 71720 362 354,3 15381 21,4 197332 3 2 356 910 eur
164 20200007 MERCREDI 15/01/2020 16/03/2020 35 19 8 22 46 2 8-19-22-35-46+2 0 2000000 1 185042,1 41 1101,5 406 401,2 1483 65,6 15926 21,9 21714 12,5 229667 4,6 283471 2,2 10 20000 D 7654 0747,I 1646 6309,A 7029 0264,O 1871 9644,U 1202 4503,A 8055 9966,E 8494 8129,F 1304 8313,V 0300 2018,P 6188 8075 3 6 20 36 41 3-6-20-36-41 2 53170 160 736,2 7670 39,4 119254 3 0 295 199 eur
165 20200006 LUNDI 13/01/2020 14/03/2020 16 11 25 32 14 9 11-14-16-25-32+9 1 6000000 2 76934,6 36 1043,2 305 444,1 1574 51,4 15662 18,6 22366 10,1 211965 4,2 289132 2,2 10 20000 T 5231 2182,H 7639 7297,F 3845 9682,E 2616 7440,I 6903 1921,H 4746 3298,H 2571 3094,B 0988 0238,C 3804 2636,L 4392 4482 3 8 15 35 44 3-8-15-35-44 0 100000 179 546,5 8377 30 120194 3 4 484 021 eur
166 20200005 SAMEDI 11/01/2020 12/03/2020 48 14 2 23 13 3 2-13-14-23-48+3 0 5000000 3 84057,8 54 1139,8 630 352,3 3293 40,2 27585 17,3 44505 8,3 378530 3,8 537144 2,2 10 20000 H 7229 8142,V 8541 9595,R 0951 0617,C 4845 4353,Q 0015 6593,B 9143 1526,M 9726 6834,G 8322 2273,K 7170 7578,V 8544 9589 3 13 14 22 33 3-13-14-22-33 4 38058 533 230,5 20046 15,7 225158 3 4 040 219 eur
167 20200004 MERCREDI 08/01/2020 09/03/2020 17 44 29 16 37 8 16-17-29-37-44+8 0 4000000 2 90126,9 50 879,9 531 298,8 2038 46,5 16643 20,5 27212 9,7 225511 4,6 375724 2,2 10 20000 E 0618 1337,A 7986 4546,K 4245 6660,O 9720 5161,P 3721 8303,A 2760 6436,E 7418 3971,C 5459 9609,T 4271 1431,F 0080 1218 6 15 18 24 29 6-15-18-24-29 3 37262 477 197,5 14362 16,8 160625 3 8 527 439 eur
168 20200003 LUNDI 06/01/2020 07/03/2020 49 10 19 26 30 3 10-19-26-30-49+3 0 3000000 4 35531,3 55 630,7 454 275,5 2041 36,6 17176 15,6 25102 8,3 212580 3,8 305707 2,2 10 20000 S 3831 7439,E 3848 7213,B 4097 3053,V 2567 2093,I 1177 9340,G 8680 8246,C 9118 1339,N 9706 0429,N 2934 4191,M 5840 7396 5 15 17 42 44 5-15-17-42-44 0 100000 179 499,9 8542 26,9 121941 3 7 435 332 eur
169 20200002 SAMEDI 04/01/2020 05/03/2020 22 9 43 31 34 5 9-22-31-34-43+5 0 2000000 1 229637 75 747,3 576 350,9 2845 42,4 21053 20,6 38430 8,8 294523 4,5 561000 2,2 10 20000 F 6010 5755,L 1601 3164,U 7705 3358,A 6469 9302,M 3314 0399,C 0075 4254,V 8194 8281,M 0630 7675,G 1397 7123,N 1094 6804 13 25 26 39 40 13-25-26-39-40 0 145292 270 575,5 10987 36,3 169544 3 4 071 181 eur
170 20200001 MERCREDI 01/01/2020 02/03/2020 11 7 32 24 4 10 4-7-11-24-32+10 1 5000000 3 66436,8 57 853,4 740 237,1 1891 55,4 27115 13,9 24135 12,1 305859 3,8 280267 2,2 10 20000 R 3975 4035,P 1081 1726,I 5486 7321,S 8626 2705,N 4263 6901,C 3011 6689,G 9403 8719,D 3878 7183,A 6638 6645,R 4269 1766 5 21 29 40 44 5-21-29-40-44 0 110194 175 668,6 8535 35,2 129591 3 3 933 486 eur
171 20199156 LUNDI 30/12/2019 29/02/2020 12 38 34 32 48 6 12-32-34-38-48+6 0 4000000 0 163035,1 22 9219,4 266 539,5 1314 65,2 12365 24,9 18534 12,9 176426 5,3 292561 2,2 10 20000 P 4550 0715,E 0872 8569,C 9202 6982,L 2502 9319,R 8131 8058,E 4192 1862,G 0640 3562,N 1040 9536,M 1113 6890,I 1065 5292 17 22 27 42 44 17-22-27-42-44 1 101812 212 463,5 9108 27,7 131448 3 8 648 604 eur
172 20199155 SAMEDI 28/12/2019 27/02/2020 24 48 49 18 8 8 8-18-24-48-49+8 0 3000000 1 245585,5 75 799,2 505 428,1 3569 36,1 23696 19,6 42891 8,4 326608 4,3 501652 2,2 10 20000 B 9390 3279,T 0895 9455,O 8142 2453,C 8725 5324,G 0308 2543,F 4421 8581,D 5255 1307,U 1444 9643,G 2350 9606,L 7560 9212 10 18 42 44 45 10-18-42-44-45 1 146983 240 660,2 11398 35,7 170038 3 4 437 809 eur
173 20199154 MERCREDI 25/12/2019 24/02/2020 36 40 45 24 15 9 15-24-36-40-45+9 0 2000000 2 74312,7 24 1511,4 221 592 1015 77 9971 28,2 17211 12,7 156487 5,5 284701 2,2 10 20000 G 8882 5131,O 5137 2701,J 0906 2033,N 6284 4710,M 9316 5158,M 9701 4502,R 0149 1413,H 2423 1048,J 3873 9899,A 0834 5571 12 23 27 32 44 12-23-27-32-44 0 100000 225 365,2 8704 24,2 111149 3 1 777 210 eur
174 20199153 LUNDI 23/12/2019 22/02/2020 37 36 32 20 7 2 7-20-32-36-37+2 0 6000000 0 160754,3 31 6451,3 191 740,9 974 86,8 10302 29,5 16284 14,5 174621 5,3 253965 2,2 10 20000 U 7224 7873,V 8482 0951,O 5448 6020,A 9491 0220,T 0287 0183,S 5884 4452,H 0911 9231,R 5624 5894,V 8483 4502,H 1523 8516 4 5 35 40 48 4-5-35-40-48 0 100000 88 1293,9 5396 54,2 97355 3 4 658 492 eur
175 20199152 SAMEDI 21/12/2019 20/02/2020 48 23 27 19 22 2 19-22-23-27-48+2 0 5000000 3 89443,7 49 1336,5 501 471,4 2301 61,3 25802 19,6 33802 11,6 367975 4,2 416591 2,2 10 20000 R 4619 4596,K 7140 5677,U 1462 9232,M 0489 0838,H 2877 1508,J 7862 8192,S 7961 5778,P 6130 4191,V 0762 5247,O 5020 7069 1 12 14 22 49 1-12-14-22-49 2 74872 477 261 17781 18 217169 3 3 067 001 eur
176 20199151 MERCREDI 18/12/2019 17/02/2020 23 6 17 5 7 9 5-6-7-17-23+9 0 4000000 4 46482 85 533,8 849 192,7 3007 32,5 29181 12 34648 7,9 330853 3,2 336598 2,2 10 20000 T 9309 2114,K 6633 5761,M 2511 2749,M 1776 6412,R 4750 7424,L 0482 7609,V 8461 7948,P 8043 5356,R 4017 2210,J 3617 2364 6 23 28 36 44 6-23-28-36-44 1 111941 214 558,7 8742 35,1 130798 3 0 728 760 eur
177 20199150 LUNDI 16/12/2019 15/02/2020 38 26 39 35 10 6 10-26-35-38-39+6 0 3000000 0 148425,1 15 12310,1 187 698,7 998 78,2 9616 29,2 16329 13,3 157618 5,4 271108 2,2 10 20000 I 5072 6279,C 8577 2862,D 4422 2926,N 6899 7606,T 8869 9078,J 6929 7943,B 8928 0388,M 2139 2825,K 8396 7609,I 1346 5320 1 6 31 40 49 1-6-31-40-49 0 100000 142 721,9 7178 36,7 109394 3 2 640 522 eur
178 20199149 SAMEDI 14/12/2019 13/02/2020 3 48 17 4 38 9 3-4-17-38-48+9 0 2000000 0 245725,7 28 10917,9 383 564,8 2122 60,9 19696 23,6 33651 10,7 311657 4,5 475348 2,2 10 20000 N 0205 4309,U 7225 5690,B 0941 0520,P 1011 6169,U 5921 4416,T 2508 0583,K 5468 5709,H 2766 0591,V 8451 3845,K 3720 5635 6 8 12 36 44 6-8-12-36-44 1 144403 291 454,6 14631 23,2 194859 3 7 304 967 eur
179 20199148 MERCREDI 11/12/2019 10/02/2020 25 33 48 1 40 8 1-25-33-40-48+8 0 7000000 2 92095 35 1284,4 275 589,6 1596 60,7 13222 26,3 23631 11,4 205217 5,2 372070 2,2 10 20000 F 2618 9801,F 8996 7712,Q 9621 1374,F 7844 1766,R 7654 0717,I 8939 2399,E 4716 0341,J 2855 5727,B 4898 2537,P 6689 1139 9 15 40 48 49 9-15-40-48-49 0 114488 159 808,9 8027 41,2 126254 3 1 617 151 eur
180 20199147 LUNDI 09/12/2019 08/02/2020 1 34 15 24 25 8 1-15-24-25-34+8 0 6000000 1 151159 22 1677 249 534,4 1376 57,7 12880 22,2 21656 10,2 200160 4,4 299037 2,2 10 20000 A 5978 2810,E 3581 6118,R 4795 0266,K 8124 7820,G 1130 4320,B 5691 7286,V 8434 3870,S 3497 2472,B 1405 5825,Q 5729 6592 3 5 16 42 44 3-5-16-42-44 0 100000 126 785,6 8124 31,3 124872 3 3 221 581 eur
181 20199146 SAMEDI 07/12/2019 06/02/2020 40 29 44 38 10 8 10-29-38-40-44+8 0 5000000 1 258282,3 39 1616,4 418 543,9 2362 57,5 19790 24,7 35122 10,8 303495 4,9 531153 2,2 10 20000 F 7614 4654,N 2548 6905,F 1677 0941,K 2929 0557,C 5086 2270,O 2527 0665,C 4507 1701,J 4596 5215,O 9153 5328,M 2562 5000 2 5 8 24 48 2-5-8-24-48 2 80058 460 312,8 17697 20,9 219379 3 3 870 335 eur
182 20199145 MERCREDI 04/12/2019 03/02/2020 8 30 26 35 40 2 8-26-30-35-40+2 0 4000000 2 98617,9 22 2188,2 262 662,7 1307 79,3 13928 26,8 20466 14,1 218262 5,2 314156 2,2 10 20000 V 6491 6500,N 6510 6671,L 0533 4009,I 9712 0630,C 5528 6195,H 5854 5133,Q 0215 0265,C 4853 1070,H 3910 6965,B 2708 3841 24 29 30 36 44 24-29-30-36-44 0 118395 146 938,5 7775 45,3 125790 3 0 564 007 eur
183 20199144 LUNDI 02/12/2019 01/02/2020 39 28 14 11 42 9 11-14-28-39-42+9 0 3000000 4 37439,8 37 987,9 366 360,2 1505 52,3 14524 19,5 20988 10,5 196844 4,4 278887 2,2 10 20000 R 1400 9237,G 3353 2856,S 7039 5548,D 2392 6867,I 0885 2560,I 3814 7145,V 7186 1269,R 8638 9463,B 7991 2450,P 3561 5327 5 12 14 40 45 5-12-14-40-45 0 100000 162 591,9 8354 29,5 125536 3 7 711 244 eur
184 20199143 SAMEDI 30/11/2019 30/01/2020 7 25 17 48 16 3 7-16-17-25-48+3 0 2000000 1 245650,4 63 951,7 555 389,6 3209 40,2 26243 17,7 44132 8,1 363547 3,9 533860 2,2 10 20000 V 2189 4145,S 9122 9381,C 2007 1574,A 1035 7702,U 7108 9136,V 1876 2867,P 9662 4196,F 2787 6674,V 8395 9467,T 5876 3331 4 24 25 39 40 4-24-25-39-40 1 155898 183 985 9525 48,6 165843 3 1 944 488 eur
185 20199142 MERCREDI 27/11/2019 27/01/2020 44 2 15 29 18 4 2-15-18-29-44+4 1 21000000 3 75409,8 54 1022,5 530 375,7 2526 47,1 22295 19,2 33467 9,9 306209 4,3 424025 2,2 10 20000 T 2223 3152,J 6737 3878,N 1881 7010,S 6326 7209,N 5283 0359,V 8386 4588,C 8506 1864,I 9013 7767,N 5498 3013,A 0548 4481 5 11 25 27 32 5-11-25-27-32 1 138089 370 322,1 14966 20,4 195044 3 2 205 073 eur
186 20199141 LUNDI 25/11/2019 25/01/2020 44 41 35 33 38 8 33-35-38-41-44+8 0 20000000 4 44853,3 54 810,9 391 403,9 1639 57,5 13380 25,3 22980 11,4 193100 5,4 374833 2,2 10 20000 T 0371 1044,U 7807 5774,F 6666 0008,J 4505 1864,P 7365 6368,E 2098 6069,R 5948 4360,J 5478 9953,B 4791 2375,A 7285 7588 4 14 41 45 47 4-14-41-45-47 1 116635 147 942 7676 46,3 119761 3 6 987 712 eur
187 20199140 SAMEDI 23/11/2019 23/01/2020 4 27 28 9 22 4 4-9-22-27-28+4 0 19000000 1 300973,2 122 602,1 925 286,4 4747 33,3 36022 15,8 55924 7,9 471149 3,7 558405 2,2 10 20000 E 9500 8852,N 0257 0503,K 5230 2966,S 0397 7909,F 9410 6623,J 1996 7521,T 5576 6257,K 1397 2622,H 4829 9831,H 7636 0200 10 33 35 40 43 10-33-35-40-43 0 179429 249 870,9 11693 47,6 179665 3 8 446 129 eur
188 20199139 MERCREDI 20/11/2019 20/01/2020 22 23 7 30 37 3 7-22-23-30-37+3 0 18000000 0 213460,1 62 4283,2 423 444,2 2758 40,7 21897 18,4 38809 8,1 310072 4 460002 2,2 10 20000 C 4695 6566,L 7998 3062,J 8575 5347,R 5991 9373,O 7178 6585,M 1019 8594,N 0580 9260,H 0728 8011,K 7855 6978,A 4923 4232 3 13 31 40 42 3-13-31-40-42 1 135732 287 484,7 11629 30,7 165587 3 5 802 885 eur
189 20199138 LUNDI 18/11/2019 18/01/2020 31 44 6 15 12 7 6-12-15-31-44+7 0 17000000 4 39239,5 84 456 426 324,3 2975 27,7 18886 15,7 40629 5,6 252545 3,6 498163 2,2 10 20000 F 1392 5186,S 7429 1255,S 4514 3205,P 6819 2725,H 7801 0792,U 6049 2740,M 9607 6184,Q 8045 5438,A 6640 8051,N 9485 1221 20 22 36 37 40 20-22-36-37-40 1 116890 165 867,7 7175 51,3 114801 3 9 426 356 eur
190 20199137 SAMEDI 16/11/2019 16/01/2020 10 49 30 12 29 9 10-12-29-30-49+9 0 16000000 2 150795,7 110 669,1 827 321 3752 42,2 34122 16,7 49711 8,9 444937 3,9 575305 2,2 10 20000 T 2619 1698,S 0976 3344,O 3726 3963,P 7746 6583,O 2502 2770,E 2942 6705,J 7411 3688,G 0482 7306,C 7705 2458,T 9252 9514 13 15 30 39 41 13-15-30-39-41 0 182992 256 766,9 13596 37,1 212788 3 9 633 224 eur
191 20199136 MERCREDI 13/11/2019 13/01/2020 22 13 10 35 19 1 10-13-19-22-35+1 0 15000000 5 48356 59 1000,2 761 279,6 2393 53,1 29954 15,2 30908 11,5 373625 3,7 332196 2,2 10 20000 V 8279 1117,U 2372 6792,N 0307 0032,E 1215 2115,D 1635 5628,G 5443 9748,O 0032 5375,H 4347 4234,L 0657 8215,K 4165 2746 2 25 42 44 49 2-25-42-44-49 0 138968 183 852,3 10476 38,2 153432 3 1 795 683 eur
192 20199135 LUNDI 11/11/2019 11/01/2020 28 14 27 13 25 5 13-14-25-27-28+5 0 14000000 2 73386,9 68 526,8 475 272 2730 28,2 18591 14,9 34776 6,2 248477 3,4 355975 2,2 10 20000 O 4417 0948,N 1467 4401,R 3100 4482,U 6521 1849,B 2916 6718,B 0891 8508,T 3250 8547,I 6508 5040,K 1541 3779,O 0607 8363 16 18 32 44 45 16-18-32-44-45 0 101105 125 927,6 7227 41,2 108678 3 2 631 237 eur
193 20199134 SAMEDI 09/11/2019 09/01/2020 26 24 6 18 29 3 6-18-24-26-29+3 0 13000000 7 48403,9 124 666,9 1051 283,8 4728 37,7 40212 15,9 59737 8,3 502632 3,9 724869 2,2 10 20000 C 5221 3578,G 0161 1201,Q 2685 1172,I 9971 7195,E 3510 2870,A 2468 0343,S 3925 6578,H 9929 6078,Q 7126 0267,K 1844 8729 4 9 13 28 49 4-9-13-28-49 8 25632 792 205,4 25984 16,1 306666 3 6 591 030 eur
194 20199133 MERCREDI 06/11/2019 06/01/2020 43 27 23 44 42 10 23-27-42-43-44+10 0 12000000 2 110269,4 24 2242,8 355 546,8 1595 72,7 16244 25,7 22317 14,5 254163 5 332168 2,2 10 20000 J 7082 8290,R 5866 8268,N 1055 4078,N 6693 3594,S 8607 3587,N 2358 3744,S 9705 9668,R 0957 4342,N 8209 1696,E 9115 4988 28 35 41 44 48 28-35-41-44-48 1 123089 198 771,1 8081 48,5 118604 3 7 453 556 eur
195 20199132 LUNDI 04/11/2019 04/01/2020 16 9 42 1 39 7 1-9-16-39-42+7 0 11000000 0 134717,6 48 3491,6 283 419 2192 32,3 13497 18,8 32886 6 199162 3,9 455244 2,2 10 20000 H 3279 5540,P 0484 6795,C 6766 4037,K 9335 3638,P 1040 1836,U 4625 3601,B 1263 4704,C 8175 2588,R 1031 3103,U 1293 2229 6 18 25 41 43 6-18-25-41-43 2 50000 157 659,6 7131 37,3 108245 3 8 424 606 eur

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import com.jfoenix.controls.JFXButton?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<AnchorPane minHeight="-Infinity" minWidth="-Infinity" prefHeight="562.5" prefWidth="1000.0" style="-fx-background-color: #1C2329;" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.SceneController">
<children>
<Label layoutX="59.0" layoutY="207.0" prefHeight="44.0" prefWidth="419.0" text="Projet Genie Logiciel Loto" textAlignment="CENTER" textFill="#e8e8e8">
<font>
<Font name="System Bold" size="34.0" />
</font>
</Label>
<ImageView fitHeight="563.0" fitWidth="568.0" layoutX="-13.0" opacity="0.3" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@img/home.jpg" />
</image>
</ImageView>
<JFXButton layoutX="717.0" layoutY="391.0" onAction="#switchToSecondary" prefHeight="25.0" prefWidth="129.0" style="-fx-background-color: #E8E8E8;" text="Continuer" textAlignment="CENTER" textFill="#0069bf">
<font>
<Font name="System Bold" size="20.0" />
</font>
</JFXButton>
<AnchorPane layoutX="562.0" layoutY="485.0" prefHeight="77.0" prefWidth="438.0">
<children>
<ImageView fitHeight="105.0" fitWidth="235.0" layoutX="-2.0" layoutY="-33.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@img/Polytech.png" />
</image>
</ImageView>
</children></AnchorPane>
<Label alignment="TOP_LEFT" layoutX="574.0" layoutY="102.0" prefHeight="105.0" prefWidth="419.0" text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. &#10;Etiam vitae efficitur urna. Morbi auctor quis eros in facilisis. &#10;Nulla pharetra hendrerit nibh nec tincidunt. Donec eu &#10;maximus arcu. Curabitur porta ultrices enim, non scelerisque &#10;eros interdum at. Cras pellentesque imperdiet eleifend. &#10;Suspendisse eros arcu, rutrum sit amet felis vel, aliquet cursus nunc." textFill="#e8e8e8">
<font>
<Font size="15.0" />
</font>
</Label>
</children>
</AnchorPane>

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 MiB

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" prefHeight="241.0" prefWidth="397.0" spacing="20.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.SceneController">
<Label prefHeight="167.0" prefWidth="69.0" text="Primary View" />
<Button onAction="#switchToScene2" prefHeight="109.0" prefWidth="152.0" text="Switch to Secondary View" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.shape.*?>
<AnchorPane minHeight="-Infinity" minWidth="-Infinity" prefHeight="900.0" prefWidth="1600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.PrimaryController">
<children>
<AnchorPane layoutX="859.0" prefHeight="900.0" prefWidth="741.0">
<children>
<Button layoutX="106.0" layoutY="331.0" onAction="#switchToSecondary" prefHeight="65.0" prefWidth="230.0" text="Switch to Secondary View" />
</children></AnchorPane>
<AnchorPane layoutX="-2.0" prefHeight="900.0" prefWidth="855.0">
<children>
<Line endX="253.0" endY="825.0" layoutX="612.0" layoutY="75.0" startX="-38.0" startY="-75.0" />
</children>
</AnchorPane>
</children>
</AnchorPane>

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Button?>
<?import javafx.geometry.Insets?>
<VBox alignment="CENTER" spacing="20.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fr.myny.gui.SecondaryController">
<Label text="Secondary View" />
<Button text="Switch to Primary View" onAction="#switchToPrimary" />
<padding>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</VBox>

View file

@ -0,0 +1,4 @@
Button {
color: blue;
text-decoration-color: blueviolet;
}

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,10 @@
fr\myny\stats\Statistics.class
fr\myny\gui\Gui.class
fr\myny\gui\Ihm.class
fr\myny\grid\BuildGrid.class
fr\myny\gui\SecondaryController.class
fr\myny\gui\PrimaryController.class
module-info.class
fr\myny\data\DataCsv.class
fr\myny\data\ImportData.class
fr\myny\database\DataBase.class

View file

@ -0,0 +1,10 @@
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\stats\Statistics.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\gui\PrimaryController.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\module-info.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\data\DataCsv.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\gui\SecondaryController.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\gui\Gui.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\grid\BuildGrid.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\gui\Ihm.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\data\ImportData.java
G:\Prive\IdeaProjects\ProjetGenieLogicielLoto\src\main\java\fr\myny\database\DataBase.java

View file

@ -1 +0,0 @@
azersdfglkjqnv,osdgfithez