diff --git a/pitch-books/PITCHBOOK4.pdf b/pitch-books/PITCHBOOK4.pdf new file mode 100644 index 0000000..7566e57 Binary files /dev/null and b/pitch-books/PITCHBOOK4.pdf differ diff --git a/pitch-books/PITCHBOOK5.pdf b/pitch-books/PITCHBOOK5.pdf new file mode 100644 index 0000000..62da95d Binary files /dev/null and b/pitch-books/PITCHBOOK5.pdf differ diff --git a/pitch-books/Pitchbook1.pdf b/pitch-books/Pitchbook1.pdf new file mode 100644 index 0000000..09b46cc Binary files /dev/null and b/pitch-books/Pitchbook1.pdf differ diff --git a/pitch-books/Pitchbook2.pdf b/pitch-books/Pitchbook2.pdf new file mode 100644 index 0000000..4b3b8d0 Binary files /dev/null and b/pitch-books/Pitchbook2.pdf differ diff --git a/pitch-books/Pitchbook3.pdf b/pitch-books/Pitchbook3.pdf new file mode 100644 index 0000000..5efcecd Binary files /dev/null and b/pitch-books/Pitchbook3.pdf differ diff --git a/pitch-books/Teaser 10 FINAL.pdf b/pitch-books/Teaser 10 FINAL.pdf new file mode 100644 index 0000000..fef86d6 Binary files /dev/null and b/pitch-books/Teaser 10 FINAL.pdf differ diff --git a/pitch-books/Teaser 6 FINAL.pdf b/pitch-books/Teaser 6 FINAL.pdf new file mode 100644 index 0000000..a3b0b4d Binary files /dev/null and b/pitch-books/Teaser 6 FINAL.pdf differ diff --git a/pitch-books/Teaser 7 FINAL.pdf b/pitch-books/Teaser 7 FINAL.pdf new file mode 100644 index 0000000..6a4ca77 Binary files /dev/null and b/pitch-books/Teaser 7 FINAL.pdf differ diff --git a/pitch-books/Teaser 8 FINAL.pdf b/pitch-books/Teaser 8 FINAL.pdf new file mode 100644 index 0000000..c813c54 Binary files /dev/null and b/pitch-books/Teaser 8 FINAL.pdf differ diff --git a/pitch-books/Teaser 9 FINAL.pdf b/pitch-books/Teaser 9 FINAL.pdf new file mode 100644 index 0000000..786f01e Binary files /dev/null and b/pitch-books/Teaser 9 FINAL.pdf differ diff --git a/project/backend/spacy-service/Readme.md b/project/backend/spacy-service/Readme.md new file mode 100644 index 0000000..80eb551 --- /dev/null +++ b/project/backend/spacy-service/Readme.md @@ -0,0 +1,20 @@ +# SpaCy Microservice + +## Den Service mit in einem Docker-Container starten + +### 1. Build +```bash +docker build -t spacy-service . +``` + +### 2. Starten +```bash +docker run -p 5050:5050 spacy-service +``` + +## Beispielaufruf: +```bash +curl -X POST http://localhost:5050/extraction \ + -H "Content-Type: application/json" \ + -d @text-per-page.json +``` \ No newline at end of file diff --git a/project/backend/spacy-service/services/extract.py b/project/backend/spacy-service/services/extract.py index e3f8ceb..2c478bf 100644 --- a/project/backend/spacy-service/services/extract.py +++ b/project/backend/spacy-service/services/extract.py @@ -3,7 +3,7 @@ import os import json current_dir = os.path.dirname(os.path.abspath(__file__)) -model_path = os.path.join(current_dir, "../spacy_training/output/model-best") +model_path = os.path.join(current_dir, "../spacy_training/output/model-last") nlp = spacy.load(model_path) diff --git a/project/backend/spacy-service/spacy_training/data/train.spacy b/project/backend/spacy-service/spacy_training/data/train.spacy index 03c0e15..2015704 100644 Binary files a/project/backend/spacy-service/spacy_training/data/train.spacy and b/project/backend/spacy-service/spacy_training/data/train.spacy differ diff --git a/project/backend/spacy-service/spacy_training/output/model-best/meta.json b/project/backend/spacy-service/spacy_training/output/model-best/meta.json index c8757f1..18f4e0c 100644 --- a/project/backend/spacy-service/spacy_training/output/model-best/meta.json +++ b/project/backend/spacy-service/spacy_training/output/model-best/meta.json @@ -22,10 +22,14 @@ ], "ner":[ "AUSSCH\u00dcTTUNGSRENDITE", - "Aussch\u00fcttungsrendite", - "Laufzeit", + "LAUFZEIT", + "L\u00c4NDERALLOKATION", + "MANAGMENTGEB\u00dcHREN", + "RENDITE", "RISIKOPROFIL", - "Risikoprofil" + "SEKTORENALLOKATION", + "ZIELAUSSCH\u00dcTTUNG", + "ZIELRENDITE" ] }, "pipeline":[ @@ -40,37 +44,57 @@ ], "performance":{ - "ents_f":0.8888888889, - "ents_p":0.8205128205, - "ents_r":0.9696969697, + "ents_f":0.9637305699, + "ents_p":0.93, + "ents_r":1.0, "ents_per_type":{ "RISIKOPROFIL":{ "p":1.0, - "r":0.9705882353, - "f":0.9850746269 - }, - "Risikoprofil":{ - "p":0.8, "r":1.0, - "f":0.8888888889 + "f":1.0 }, - "Laufzeit":{ - "p":0.9, + "L\u00c4NDERALLOKATION":{ + "p":0.90625, "r":1.0, - "f":0.9473684211 + "f":0.9508196721 }, "AUSSCH\u00dcTTUNGSRENDITE":{ - "p":0.5925925926, - "r":0.9411764706, - "f":0.7272727273 - }, - "Aussch\u00fcttungsrendite":{ - "p":0.6666666667, + "p":0.7105263158, "r":1.0, - "f":0.8 + "f":0.8307692308 + }, + "LAUFZEIT":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "RENDITE":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "ZIELRENDITE":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "ZIELAUSSCH\u00dcTTUNG":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "MANAGMENTGEB\u00dcHREN":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "SEKTORENALLOKATION":{ + "p":1.0, + "r":1.0, + "f":1.0 } }, - "tok2vec_loss":119.7162696429, - "ner_loss":824.8371582031 + "tok2vec_loss":26.5951735583, + "ner_loss":742.7924194336 } } \ No newline at end of file diff --git a/project/backend/spacy-service/spacy_training/output/model-best/ner/model b/project/backend/spacy-service/spacy_training/output/model-best/ner/model index 9277fae..bdf5d5b 100644 Binary files a/project/backend/spacy-service/spacy_training/output/model-best/ner/model and b/project/backend/spacy-service/spacy_training/output/model-best/ner/model differ diff --git a/project/backend/spacy-service/spacy_training/output/model-best/ner/moves b/project/backend/spacy-service/spacy_training/output/model-best/ner/moves index 73982da..b76b203 100644 --- a/project/backend/spacy-service/spacy_training/output/model-best/ner/moves +++ b/project/backend/spacy-service/spacy_training/output/model-best/ner/moves @@ -1 +1 @@ -moves{"0":{},"1":{"RISIKOPROFIL":91,"AUSSCH\u00dcTTUNGSRENDITE":40,"Laufzeit":26,"Risikoprofil":10,"Aussch\u00fcttungsrendite":8},"2":{"RISIKOPROFIL":91,"AUSSCH\u00dcTTUNGSRENDITE":40,"Laufzeit":26,"Risikoprofil":10,"Aussch\u00fcttungsrendite":8},"3":{"RISIKOPROFIL":91,"AUSSCH\u00dcTTUNGSRENDITE":40,"Laufzeit":26,"Risikoprofil":10,"Aussch\u00fcttungsrendite":8},"4":{"RISIKOPROFIL":91,"AUSSCH\u00dcTTUNGSRENDITE":40,"Laufzeit":26,"Risikoprofil":10,"Aussch\u00fcttungsrendite":8,"":1},"5":{"":1}}cfgneg_key \ No newline at end of file +movesL{"0":{},"1":{"RISIKOPROFIL":161,"L\u00c4NDERALLOKATION":161,"RENDITE":91,"AUSSCH\u00dcTTUNGSRENDITE":68,"LAUFZEIT":38,"ZIELRENDITE":12,"SEKTORENALLOKATION":12,"MANAGMENTGEB\u00dcHREN":8,"ZIELAUSSCH\u00dcTTUNG":2},"2":{"RISIKOPROFIL":161,"L\u00c4NDERALLOKATION":161,"RENDITE":91,"AUSSCH\u00dcTTUNGSRENDITE":68,"LAUFZEIT":38,"ZIELRENDITE":12,"SEKTORENALLOKATION":12,"MANAGMENTGEB\u00dcHREN":8,"ZIELAUSSCH\u00dcTTUNG":2},"3":{"RISIKOPROFIL":161,"L\u00c4NDERALLOKATION":161,"RENDITE":91,"AUSSCH\u00dcTTUNGSRENDITE":68,"LAUFZEIT":38,"ZIELRENDITE":12,"SEKTORENALLOKATION":12,"MANAGMENTGEB\u00dcHREN":8,"ZIELAUSSCH\u00dcTTUNG":2},"4":{"RISIKOPROFIL":161,"L\u00c4NDERALLOKATION":161,"RENDITE":91,"AUSSCH\u00dcTTUNGSRENDITE":68,"LAUFZEIT":38,"ZIELRENDITE":12,"SEKTORENALLOKATION":12,"MANAGMENTGEB\u00dcHREN":8,"ZIELAUSSCH\u00dcTTUNG":2,"":1},"5":{"":1}}cfgneg_key \ No newline at end of file diff --git a/project/backend/spacy-service/spacy_training/output/model-best/tok2vec/model b/project/backend/spacy-service/spacy_training/output/model-best/tok2vec/model index d4742e4..d483e0b 100644 Binary files a/project/backend/spacy-service/spacy_training/output/model-best/tok2vec/model and b/project/backend/spacy-service/spacy_training/output/model-best/tok2vec/model differ diff --git a/project/backend/spacy-service/spacy_training/output/model-best/vocab/strings.json b/project/backend/spacy-service/spacy_training/output/model-best/vocab/strings.json index c5c9ab8..7c963aa 100644 --- a/project/backend/spacy-service/spacy_training/output/model-best/vocab/strings.json +++ b/project/backend/spacy-service/spacy_training/output/model-best/vocab/strings.json @@ -3,6 +3,7 @@ "\n", " ", " ", + "!", "\"", "$", "%", @@ -50,12 +51,19 @@ "):", "*", "+", + "+/D", + "+/d", + "+AU", + "+au", ",", ",00", + ",03", ",10", ",12", ",25", ",40", + ",43", + ",50", ",80", ",91", "-", @@ -71,11 +79,18 @@ "-_-", "-__-", "-d", + "-in", "-o", "-p", "-x", "-|", ".", + ".00", + ".25", + ".5x", + ".7x", + ".80", + ".93", ".A.", ".B.", ".C.", @@ -111,6 +126,7 @@ ".w.", ".\u00e4.", "/", + "/080%/212%/491", "/2,12", "/3", "/AuM", @@ -123,54 +139,137 @@ "/core+", "/d", "/d,dd", + "/ddd%/ddd%/ddd", "/fk", "/xx", "/xxx", "/xxxx+", "0", "0%+", + "0,0", + "0,03", "0,1", + "0,2", + "0,6", + "0,625", "0,80", "0.0", + "0.9", + "0.93", "0.o", "000", + "01", + "012", + "014", + "015", + "016", + "017", "018", "020", + "021", "022", "023", + "024", + "025", + "026", "032", + "033", "034", + "036", "0_0", "0_o", "1", + "1,1", + "1,4", "1,40", + "1,6", "1.", + "1.000", + "1.1", + "1.127.916", + "1.2", + "1.25", + "1.5x", + "1.7x", + "1.80", "10", + "10.9", "100", "12", + "12,0", + "13", + "13,0", "14", + "15", + "150", + "16", + "16,0", + "17", + "18", + "18,0", + "186", + "19,0", + "19,00", + "19,7", "2", + "2,0", "2.", + "2.3", "20", + "20,0", "200", "200.000", + "2000", + "2012", + "2014", + "2015", + "2016", + "2017", "2018", "2020", + "2021", "2022", + "2023", + "2024", + "2025", + "2026", "2032", + "2033", "2034", + "21,4", + "21,43", + "21,6", "24", + "24-month", "25", + "25.000", "250", + "26,4", + "262", + "28", + "284", "3", + "3,0", + "3,3", "3,8", "3.", + "3.321", + "30", + "300", "31.12.2023", + "31.12.2036", + "314", + "321", "33", "333", + "336", "35", + "37.5", + "38", "4", "4,0", + "4,000", + "4,3", "4,5", "4,6", "4,7", @@ -179,31 +278,67 @@ "4,91", "40", "400", + "45", + "491", "5", + "5%+", "5,0", "5,00", + "5,1", + "5,10", "5,25", "5,3", + "5,4", + "5,5", + "5,50", "5,7", + "5.0", "50", + "500", + "52", "5Mio.\u20ac", "5mio.\u20ac", "6", + "6,0", + "6,4", + "6,5", + "6.00", "6.5", "60", + "625", + "65", + "67", "7", + "7,1", "7,5", + "7,5%+", + "7,50", "7,50%+", + "7.5", "75", "8", "8)", + "8,0", + "8,00", + "8,1", + "8,2", + "8,5", "8-", "8-)", "8-D", "8-d", + "80", "800", + "84,0", + "85", "8D", "8d", + "9", + "9,0", + "9,00", + "9,7", + "9.8", + "916", ":", ":'(", ":')", @@ -310,49 +445,77 @@ "A.D.", "A.G.", "ACCOR", + "ACH", + "AGB", "AIF", "AIN", + "ALT", + "ANY", "AUSSCH\u00dcTTUNGSRENDITE", + "AUT", "Ab", "Abb", "Abb.", "Abbildung", + "Abdeckung", "Abk", "Abk.", "Abk\u00fcrzung", + "Ablauf", "Abs", "Abs.", "Abt", "Abt.", "Abteilung", + "Access", "Add", "Agreements", "Aktive", "Aktueller", "AlF", "Allgemeine", + "Allocation", + "Allokation", + "Allokationsprofil", "Alternative", "Amsterdam", + "Andere", + "Anfrage", "Angestrebter", "Ankauf", "Ankaufs-", "Ankaufsphase", + "Ankaufspreis+", + "Ankaufszeitpunkt", + "Ankaufszeitraum", + "Ankermieter", + "Anlageausschuss", "Anlagebedingungen", + "Anlagegrenzen", + "Anlagehorizont", + "Anlagestrategie", "Anlagestrategien", "Anlagesusschuss", "Anlagevehikels", + "Anleger", "Annahmen", "Ansprechpartners", "Antagevehikels", "Anteilseigner", + "Anzahl", "Apr", "Apr.", "April", + "ArTt", + "Arat", "Area", "Art", "Artikel", + "Asset", "Assets", "AuM", + "Aufbau", + "Auflage", "Aufl\u00f6sung", "Aufnahme", "Auftakt", @@ -362,6 +525,7 @@ "August", "Auschittungsrendite", "Auschu\u0308ttungsrendite", + "Ausschuttung", "Ausschu\u0308ttung", "Ausschu\u0308ttungsintervalle", "Ausschu\u0308ttungsrandite", @@ -375,7 +539,10 @@ "B.A.", "B.Sc", "B.Sc.", + "BE", + "BEE", "BELGIUM", + "BENELUX", "Bahnhof", "Band", "Baumanagementgebahr", @@ -383,52 +550,74 @@ "Bd.", "Beispiel", "Benefits", + "Benelux", "Berlin", "Bestandsentwicklung", "Bestandsentwicklungen", "Betr", "Betr.", "Betreff", + "Bev\u00f6lkerungsprognose", "Bf", "Bf.", "Bhf", "Bhf.", + "Bildungswesen", "Biol", "Biol.", "Brussels", + "Bruttofondsverm\u00f6gens", + "Bruttoverkaufswert", "Bsp", "Bsp.", + "Business", "C", "C++", "C.", "CBD", "CDU", "CDU/CSU", + "CH", + "CLF", "CLV", "COR", + "CORE", "CSU", "CSp", "Cash", + "Cash-Flow-Stabilit\u00e4t", "Cash-flow", "Chr", "Chr.", "Cie", "Cie.", "Cities", + "Class", "Closed", "Closings", + "Club", "Co", "Co.", + "CoC", "Considering", "Core", "Core+", + "Core+/D", "Core+/Value", "Country", "D", + "D+AU", + "D+AUT", "D.", "D.C.", + "DACH", + "DE", + "DOM", + "DY", "Darlehen", + "Denmark", "Deutsche", + "Deutsches", "Deutschland", "Deutschlands", "Dez", @@ -438,6 +627,7 @@ "Di.", "Die", "Dienstag", + "Dienstleistungen", "Different", "Dipl", "Dipl.", @@ -450,73 +640,136 @@ "Dr", "Dr.", "Drawbacks", + "Durchschnitt", + "Durchschnittlich", "D\u00e4nemark", "E", "E-Mail", "E.", + "EAN", + "ECLF", + "EIT", + "EM", "ERD", "ESG-", + "ESG-Klassifizierung", + "EU-Offenlegungsverordnung", "EUR", + "EUROPEAN", + "EWE", "Eigenkapital", "Einmalige", "Einw", "Einwohner", + "Einzelinvestment", + "Einzugsgebiet", + "Emerging", + "Entsch\u00e4digung", + "Erbbaurechte", + "Erwartete", "Estate", + "Euro", + "Europ", + "Europa", "Europe", "European", + "Eurozone", + "Evergreen", "Exit", + "Exit-NOI", + "Exitrendite", + "Expected", + "Experience", "F", "F.", "FDR", "FIL", + "FR", "FRANCE", + "FUND", "Fa", "Fa.", + "Faktor", "Fam", "Fam.", "Familie", "Feb", "Feb.", "Februar", + "Fee", "Finanzierung", "Finanzierungskonditionen", + "Finland", + "Finnland", "Firma", + "First", + "Fl\u00e4che", + "Focus", + "Fokus", + "Folie", "Fond", "Fonds", + "Fondsebene", + "Fondsstrukturenv", + "Fondstyp", + "Fondsvolumen", + "Forward-Deals", "Fr", "Fr.", "France", "Frankreich", "Frau", "Fremdkapital", + "Fremdkapitalanteil", "French", "Frl", "Frl.", "Fr\u00e4ulein", "Fund", "Fu\u0308hrende", + "Fu\u0308hrender", "G", "G.", "G.m.b", "G.m.b.H.", + "GAL", "GEDis", "GERD", + "GERMANY", "GRRE", "Gateway", + "Geared", "Gebr", "Gebr.", "Gebu\u0308hren", + "Gebu\u0308hrenstruktur", "Geb\u00fchren", + "Geografische", + "Geographic", + "Geographischer", + "Geplante", "Geplantes", + "German", + "Germany", "Gesamtrendite", + "GmbH", + "Gross", + "Gro\u00dfst\u00e4dte", "H", "H.", "Haltedauer", "Halten", "Halten-Strategie", + "Hamburg", + "Handel", "Hauptbahnhof", + "Hauptstadtregionen", "Hbf", "Hbf.", + "Heimfall", + "Heirs", + "Helsinki", + "Henderson", "Herr", "Herrn", "Hg", @@ -529,8 +782,11 @@ "Hrn.", "Hrsg", "Hrsg.", + "Hurdle", "I", "I.", + "ICF", + "ICS", "IDE", "II", "II.", @@ -538,34 +794,58 @@ "III.", "INK", "INREV", + "ION", "IRR", "IRR6.5", + "IT", "ITE", "IUM", "IV", "IV.", + "Iberia", "Im", "Immobilien", + "Immobilien-", + "Immobilien-Investmentmanager", + "Immobilien-Spezial-AlF", "Immobilien-Spezialfonds", + "Immobilienwerte", "Inc", "Inc.", + "Individualmandat", + "Industrial", "Informationen", + "Infrastrukturquote", "Ing", "Ing.", + "Initial", + "Institutional", + "IntReal", + "Interner", "Invastitionsfokus", "Investftionsvolumen", "Investing", "Investitionen", "Investitions-annahmen", + "Investitionsphase", "Investment", "Investmentmanagers", + "Investmentphase", "Investmentzeitraum", + "Investoren", "Investtionszeltraum", "Investtionszeltraum,10", + "Investtonszeltraum", + "Ireland", + "Irland", "It", + "Italien", + "Italy", "J", + "Ja", "Jahr", "Jahre", + "Jahren", "Jahrhundert", "Jan", "Jan.", @@ -585,55 +865,93 @@ "K", "K.", "K.O.", + "KAGB", + "KINGDOM", + "KVG", + "Kapitalstruktur", "Kapitalzusagen", "Kaufen", + "Kaufpreis", "Keine", + "Kernvolkswirtschaften", "Key", + "Kindertagesst\u00e4tte", + "Klassifikation", "Klassifizierung", + "Kontinentaleuropaische", "Kosten", + "K\u00f6nigreich", "L", "L'", "L.A.", + "LAUFZEIT", + "LOGISTICS", + "LPs", "LT", "LTO", "LTV", + "LTV-Ziel", "LTY", + "LU", + "LUX", + "Laborimmobilien", + "Lagefokussierung", + "Langfristiges", "Laufzeit", + "Laufzelt", + "Leerstand", "Levallois", + "Lidl", + "Light", "Limited", "Lisbon", "Loan-to-Value", + "Local", "Logistics", + "Logistik", + "Logistikimmobilien", "London", "Lux-RAIF", "Lux-based", "Luxembourg", + "L\u00c4NDERALLOKATION", + "L\u00e4nder", "L\u00e4nderallokation", + "L\u00e4ndern", "L\u2019", "M", "M.", "M.A.", "M.Sc", "M.Sc.", + "MANAGMENTGEB\u00dcHREN", "MGallery", "Madrid", "Manage", "Management", "Manager", "Manager-defined", + "Marktu\u0308blich", + "Max", + "Maxhu\u0308tte-Haidhof", "Maximaler", + "Medizin", "Mehrwertsteuer", "Metropolregianen", "Metropolregionen", "Mi", "Mi.", + "Mietanteil", + "Miete", "Milliarde", "Million", "Min-commitmentper", "Mindestanlage", "Mindestens", + "Mindestzeichnung", "Mio", "Mio.", + "Mitglied", "Mitgliedschaft", "Mittwoch", "Mo", @@ -651,16 +969,27 @@ "M\u00e4r", "M\u00e4r.", "M\u00e4rz", + "M\u00f6glich", "N", "N.Y.", "N.Y.C.", + "NAV", "NCE", "NDS", "NETHERLANDS", + "NL", + "NOI", + "NORDICS", + "NORWAY", "Nachvermietungsstrategie", "Name", "Navigate", + "Netherlands", "Niederlande", + "Nordic", + "Nordics", + "Norway", + "Norwegen", "Nov", "Nov.", "November", @@ -674,93 +1003,151 @@ "O.O", "O.o", "OPCI", + "ORE", "O_O", "O_o", + "Objective", "Objekt", + "Objekt-", + "Objektbaujahre", + "Objekte", + "Objektebene", "Objekten", + "Objekterwerb", + "Objektpipeline", + "Objektportfolios", "Of", "Offen", "Offener", + "Offenlegungsverordnung", + "Office", "Offices", "Okt", "Okt.", "Oktober", "OpCo", + "Open-end", "Open-ended", "Orig", "Orig.", "Original", + "Other", + "Our", "P", + "P-Logistik", "P.S.", "PCI", + "PORTUGAL", "Parformanceabh\u00e4ngige", "Paris", + "Parks", + "Partnership", + "Performance-Fee", + "Performanceziel", "Pkt", "Pkt.", + "Plus", + "Poland", + "Portfolio", + "Portugal", + "Potential", "Premium", "Prime", "Prof", "Prof.", "Professor", + "Prognose", + "Prognostiderte", "Prognostizierte", + "Projektentwicklungen", + "Projektentwicklungsrisiken", "PropCo", "Pt", "Punkt", "Q", "Qin", + "Quota", "Quote", "R", "R.", "R.I.P.", "RE", + "REN", + "RENDITE", "REV", + "REWE", "RISIKOPROFIL", "ROOT", "RRE", + "Rabatt", + "Rate", "Real", "Rechtsform", "Red", "Red.", "Redaktion", + "Region", "Regionen", "Rendite-", + "Rendite-Risiko-Profil", "Renovierungen", "Rents", "Residential", "Retail", + "Retailinvestitionsvolumen", + "Return", + "Rewe", + "Risiko-Rendite-Bandbreite", "Risikoprofil", "Risk", "Rotterdam", "S", "S'", + "SCS", "SCSp", + "SEKTORENALLOKATION", "SFDR", "SG-", "SICAV-RAIF", + "SP", "SPAIN", "SRI", "Sa", "Sa.", + "Sale", "Samstag", "Sc.", + "Schule", "Schweden", "Sector", + "Sektor", + "Sektoraler", "Sep", "Sep.", "Sept", "Sept.", "September", + "Since", "Sitz", + "Size", "Skandinavien", "So", "So.", + "Solvency", "Sonntag", + "Spain", + "Spanien", + "Spezial-AIF", "Spezial-AlF", + "Spezial-Sonderverm\u00f6gen", "St", "St.", "Stabilisierung", + "Stabilisierungs-", + "Standort", "Standortaufwertungsstrategie", "Standorte", + "Status", "Std", "Std.", "Steuern", @@ -768,17 +1155,25 @@ "Str", "Str.", "Strategie", + "Strategien", "Stra\u00dfe", + "Strong", + "Structure", "Struktur", "Strukturierungsgebu\u0308hr", "Strukturierungsgeb\u00fchr", "Stunde", "St\u00e4dten", + "Sweden", "S\u2019", "T", "T.", + "TED", "Tag", "Target", + "Target-IRR", + "Targeting", + "Targets", "Targetvehiclesize", "Tausend", "Teflimmobilfe)-", @@ -787,8 +1182,10 @@ "Telefon", "Telefonnummer", "Tenant", + "Term", "The", "There", + "To", "Tr", "Tr.", "Tsd", @@ -798,31 +1195,52 @@ "U.S.", "U.S.A.", "U.S.S.", + "UK", + "UND", + "UNG", + "UNITED", "USt", "Univ", "Univ.", "Universit\u00e4t", + "Unternehmensimmobilien", "V", "V.", "V.V", "V_V", "Value", + "Value-Add", + "Value-add", "Vehicle", + "Vehikelstruktur", "Verbesserungen", + "Verbund", + "Vereinigtes", "Vergu\u0308tung", "Verg\u00fctung", "Verkaufs", "Verkaufs-", + "Verkehrswertes", + "Verl\u00e4ngerungsoption", + "Vermietbare", "Vol", "Vol.", + "Vorlauf", "W", + "WALT", + "WAY", "WORLDWIDE", "Wertstabile", + "Wholesale", "Why", + "Wohngemeinschaften", "Wohnimmobilien", "X'", "X++", + "X+XX", + "X+XXX", "X-Xxxx", + "X-Xxxxx", "X.", "X.X", "X.X.", @@ -835,9 +1253,12 @@ "XD", "XDD", "XX", + "XX-Xxxxx", "XX.", "XXX", "XXX-", + "XXX-Xxxx", + "XXX-Xxxxx", "XXX.", "XXX/XXX", "XXXX", @@ -858,13 +1279,18 @@ "Xxx-XXXX", "Xxx-xxxx", "Xxx.", + "XxxX", + "XxxXxxx", "Xxxx", "Xxxx+", + "Xxxx+/X", "Xxxx+/Xxxxx", "Xxxx-", "Xxxx-XXX", + "Xxxx-Xxxx-Xxxxx", "Xxxx-Xxxxx-XXX", "Xxxx-xx-Xxxxx", + "Xxxx-xxx", "Xxxx-xxxx", "Xxxx.", "Xxxx.-Xxx", @@ -873,31 +1299,49 @@ "Xxxxx", "Xxxxx)-", "Xxxxx)/Xxxx", + "Xxxxx+", "Xxxxx,dd", "Xxxxx-", + "Xxxxx-XXX", "Xxxxx-XxX", + "Xxxxx-Xxx", "Xxxxx-Xxxxx", + "Xxxxx-Xxxxx-XxX", + "Xxxxx-Xxxxx-Xxxxx", + "Xxxxx-xxx", "Xxxxx-xxxx", "Xxxxx\u0308xx", + "Xxxxx\u0308xxx-Xxxxx", "Xxxxx\u0308xxxx", "Xxxx\u0308xxxx", "Xx\u0308xxxx", "X\u2019", "Y", "Year", + "YoY", "Z", "Z.", + "ZIELAUSSCH\u00dcTTUNG", + "ZIELRENDITE", + "Zeichnungen", "Ziel-LTY", "Ziel-Netto-IRR", + "Zielallokation", "Zielanlagestrategie", + "Zielausschu\u0308ttung", + "Zielmarkts", "Zielm\u00e4rkte", + "Zielobjekte", "Zielobjektgr\u00f6\u00dfe", "Zielregionfen)/Jand", "Zielrendite", + "Zielrenditen", "Zielsektoren", "Zielvolumen", "Ziirraiaein", + "Zins", "Zins-", + "Zinsfu\u00df", "Zinss\u00e4tze", "Zt", "Zt.", @@ -940,8 +1384,10 @@ "ab", "abb", "abb.", + "abdeckung", "abk", "abk.", + "ablauf", "abs", "abs.", "abt", @@ -949,18 +1395,27 @@ "abzgl", "abzgl.", "abz\u00fcglich", + "access", "accor", "ace", "ach", + "ack", + "acquire", + "across", "act", "active", "add", "adv", "adv.", + "advantage", + "ae", "aft", + "agb", "age", "agreements", "aha", + "ahe", + "ahl", "ahr", "aif", "ail", @@ -980,49 +1435,84 @@ "allg.", "allgemein", "allgemeine", + "allocation", + "allokation", + "allokationsprofil", + "als", "also", + "alt", "alternative", + "aly", "am.", + "ambulant", "ame", "amsterdam", "an", "an.", + "anchored", "and", + "andere", + "anfrage", + "angemessene", "angestrebt", "angestrebter", "ankauf", "ankaufs-", "ankaufsphase", + "ankaufspreis+", + "ankaufszeitpunkt", + "ankaufszeitraum", + "ankermieter", + "anlageausschuss", "anlagebedingungen", + "anlagegrenzen", + "anlagehorizont", + "anlagestrategie", "anlagestrategien", "anlagesusschuss", "anlagevehikels", + "anleger", + "ann", "annahmen", + "annual", + "annum", "ans", "ansprechpartners", "ant", "antagevehikels", "anteilseigner", + "any", + "anzahl", + "appealing", "apr", "apr.", + "arat", "are", "area", "ark", "ars", "art", "artikel", + "artt", + "ary", "as", "ase", "ash", + "ass", "asset", "assetor", "assets", + "ast", "at", "at.", "ate", "ath", + "att", "attractive", + "auch", "auf", + "aufbau", + "auflage", "aufl\u00f6sung", "aufnahme", "auftakt", @@ -1031,10 +1521,12 @@ "aug", "aug.", "aum", + "aus", "auschittungsrendite", "auschu\u0308ttungsrendite", "ausgew\u00e4hlte", "ausschlie\u00dflich", + "ausschuttung", "ausschu\u0308ttung", "ausschu\u0308ttungsintervalle", "ausschu\u0308ttungsrandite", @@ -1043,6 +1535,7 @@ "aussch\u00fcttungsrandite", "aussch\u00fcttungsrendite", "aussch\u00fcttungsrendites", + "aut", "ave", "ax.", "b", @@ -1050,38 +1543,54 @@ "b.a.", "b.sc", "b.sc.", + "bahnhof", "bal", "balanced", "basis", + "bau", "baumanagementgebahr", "bb.", "bd", "bd.", "be", + "bee", "bei", + "beim", "beispielsweise", "belgium", "benefits", + "benelux", "ber", + "berechnet", "berlin", "bestandsentwicklung", "bestandsentwicklungen", "betr", "betr.", + "betreute", + "bev\u00f6lkerungsprognose", "beziehungsweise", "bez\u00fcglich", "bf", "bf.", "bhf", "bhf.", + "bildungswesen", + "billion", "biol", "biol.", "bis", "bk.", "bon", + "borrowing", + "both", + "bps", "br.", "brands", + "broad", "brussels", + "bruttofondsverm\u00f6gens", + "bruttoverkaufswert", "bs.", "bsp", "bsp.", @@ -1090,7 +1599,10 @@ "bt.", "build", "buildings", + "bundesweit", + "business", "but", + "buyers", "bzgl", "bzgl.", "bzw", @@ -1103,9 +1615,13 @@ "ca.", "cal", "can", + "capability", "capital", + "capped", + "carbon", "cash", "cash-flow", + "cash-flow-stabilit\u00e4t", "cbd", "cdu", "cdu/csu", @@ -1113,6 +1629,7 @@ "ced", "ces", "cey", + "ch", "characteristic", "che", "chr", @@ -1124,42 +1641,63 @@ "city", "cks", "cl.", + "class", "cle", + "clf", "closed", "closing", "closings", + "club", "clv", "co", "co.", + "coc", "collective", "combines", + "commercial", + "commitment", + "common", "competition", "considered", "considering", + "construction", + "contract", "contracts", "cor", "core", "core+", + "core+/d", "core+/value", + "core-plus", "could", "country", "creation", "csp", "csu", "cts", + "currency", "current", + "cus", "d", "d'", "d)", + "d+au", + "d+aut", "d,d", + "d,d%+", "d,dd", "d,dd%+", + "d,ddd", "d-", "d-)", "d-X", "d.", "d.c.", "d.d", + "d.dd", + "d.ddd", + "d.ddd.ddd", + "d.dx", "d.h", "d.h.", "d.x", @@ -1167,55 +1705,86 @@ "dXxx.\u20ac", "d_d", "d_x", + "dach", "dam", "darge", "darlehen", + "das", + "dat", "dd", + "dd,d", + "dd,dd", + "dd-xxxx", + "dd.d", "dd.dd.dddd", + "dd.ddd", "ddd", "ddd.ddd", "dddd", "de", + "deal", "ded", "deep", "defined", + "del", + "delivering", "dem", + "demonstrated", "den", + "denmark", "der", "dergleichen", "des", "destinations", "deutsche", + "deutsches", "deutschland", "deutschlands", "development", "dez", "dez.", + "dezember", "dgl", "dgl.", "di", "di.", + "dic", "die", + "dienstleistungen", "different", "dipl", "dipl.", "dipl.-ing", "dipl.-ing.", "dis", + "discretionary", + "distributions", "diversification", + "diversified", "diversity", + "divested", "dividend", + "dle", "do", "do.", + "dom", "domicile", + "domiciled", "don", + "down", "dr", "dr.", "drawbacks", + "driven", + "dte", "du", + "dual", + "durchschnitt", + "durchschnittlich", "du\u2019s", "dv.", "dxxx.\u20ac", + "dy", "d\u00e4nemark", "d\u2019", "e", @@ -1230,60 +1799,84 @@ "eal", "ean", "ear", + "eat", "eb.", "ebd", "ebd.", "ebenda", "ebr", "ebt", + "eclf", "economic", "ed.", + "een", "eep", "ees", "egr", "egt", "egy", + "ehe", "ehem", "ehem.", "eigenkapital", "eigentlich", "eigtl", "eigtl.", + "eil", + "eim", "ein", "eine", "einem", "einen", "einer", + "eines", + "eingezahlte", "einmalige", "eins", "einw", "einwohner", + "einzelinvestment", "einzeln", + "einzugsgebiet", + "eir", + "eis", "eit", "ekt", "el.", "eld", "eln", "els", + "elt", "ely", + "em", "em.", + "emerging", + "en-", "en.", "end", "ended", + "ene", "engl", "engl.", "englisch", + "enhance", "enhancing", + "enn", "ens", "ent", + "entscheidet", + "entsch\u00e4digung", "entspr", "entspr.", + "env", "eons", "ep.", "ept", "equity", "er", "er.", + "erb", + "erbbaurechte", "erd", "ere", "erfolgten", @@ -1294,29 +1887,47 @@ "err", "ers", "ersten", + "ert", + "erwartete", "ery", "er\u2019s", "es", "esg-", + "esg-klassifizierung", "ess", + "est", "estate", "etc", "etc.", + "ete", "etr", "ets", "eturn", + "eu-offenlegungsverordnung", "eur", + "euro", + "europ", + "europa", "europe", "european", + "eurozone", "ev", "ev.", "eventuell", + "evergreen", "evtl", "evtl.", + "ewe", + "excluding", "exit", + "exit-noi", + "exitrendite", + "expected", + "experience", "experienced", "expertise", "exposure", + "extensive", "externe", "extract", "ez.", @@ -1325,34 +1936,53 @@ "f.", "fa", "fa.", + "faktor", "fam", "fam.", + "favour", "fdr", "feb", "feb.", + "fee", "fees", "fen", "festen", "festgelegt", "festgelegter", + "ff", "fierce", "fil", "financially", "finanzierung", "finanzierungskonditionen", + "finland", + "finnland", "first", "flagship", + "flow", "flow-oriented", + "fl\u00e4che", + "focus", + "focused", + "focuses", + "fokus", + "folie", "fond", "fonds", + "fondsebene", + "fondsstrukturenv", + "fondstyp", + "fondsvolumen", "for", "form", + "forward-deals", "fr", "fr.", "france", "frankreich", "franz\u00f6sisch", "fremdkapital", + "fremdkapitalanteil", "french", "frl", "frl.", @@ -1361,19 +1991,26 @@ "fs-", "fs.", "fund", + "funds", + "fu\u00df", "fu\u0308hrende", + "fu\u0308hrender", + "fu\u0308r", "f\u00fcr", "f\u2019m", "g", "g.", "g.m.b", "g.m.b.h.", + "gal", "gateway", + "geared", "geb", "geb.", "gebr", "gebr.", "gebu\u0308hren", + "gebu\u0308hrenstruktur", "geb\u00fchren", "ged", "gedis", @@ -1384,13 +2021,23 @@ "gegr\u00fcndet", "gem", "gem.", + "gem\u00e4\u00df", "gen", + "genuine", + "geografische", + "geographic", "geographies", + "geographischer", + "geplante", "geplantes", "gepr\u00fcft", "ger", "gerd", + "german", + "germany", + "ges", "gesamtrendite", + "gestellt", "get", "gf.", "gfs", @@ -1401,12 +2048,22 @@ "gg\u00fc", "gg\u00fc.", "ght", + "gic", "gie", "gl.", "global", + "globale", + "gmbh", + "goal", "good", "gr.", + "great", + "green", + "grocery", + "gross", + "gro\u00dfst\u00e4dte", "grre", + "gs-", "gtl", "guarantee", "g\u00fc.", @@ -1417,24 +2074,39 @@ "haltedauer", "halten", "halten-strategie", + "hamburg", + "handel", + "has", + "hat", + "hauptstadtregionen", "have", "hbf", "hbf.", "hd.", "hed", + "hedging", + "heimfall", + "heirs", + "helsinki", "hem", "hen", + "henderson", + "her", "here", + "hes", "hf.", "hg", "hg.", + "hic", "high", + "high-quality", "hil", "hinter", "hinter\u2019m", "hip", "his", "hme", + "hof", "hotel", "hotels", "hr", @@ -1444,6 +2116,9 @@ "hrn.", "hrsg", "hrsg.", + "hte", + "hts", + "hurdle", "h\u2019s", "i", "i.", @@ -1463,14 +2138,20 @@ "i.tr.", "i.v.", "ial", + "iberia", "ice", + "icf", "ich", "ich\u2019s", "ics", "ide", + "idl", "ie.", + "ied", + "iel", "ien", "ies", + "iet", "ife", "ig.", "ige", @@ -1488,19 +2169,34 @@ "im", "ime", "immobilien", + "immobilien-", + "immobilien-investmentmanager", + "immobilien-spezial-alf", "immobilien-spezialfonds", + "immobilienwerte", "improve", + "improvement", "in", "in.", "inc", "inc.", + "inception", "incl", "incl.", + "including", + "income", + "income-generating", + "increasing", "ind", + "individual", + "individualmandat", + "industrial", "ine", "informationen", + "infrastrukturquote", "ing", "ing.", + "initial", "initiatives", "ink", "inkl", @@ -1511,36 +2207,60 @@ "insb", "insb.", "insbesondere", + "institutional", + "institutionelle", "interesting", + "internal", + "interner", + "intreal", "invastitionsfokus", + "invest", "investftionsvolumen", + "investiert", + "investierte", "investing", "investitionen", "investitions-annahmen", + "investitionsphase", "investment", "investmentmanagers", + "investmentphase", "investments", "investmentzeitraum", "investor", + "investoren", + "investors", "investtionszeltraum", "investtionszeltraum,10", + "investtonszeltraum", "inw", "io.", "iod", "iol", "ion", + "ios", "ipl", + "ips", "ird", + "ire", + "ireland", + "irland", "irr", "irr6.5", + "irs", "is", + "is+", "ise", "isk", "iss", + "ist", "it", + "italien", + "italy", "ite", "ith", "its", + "itt", "ity", "itz", "ium", @@ -1550,11 +2270,15 @@ "ize", "j", "j.", + "ja", "jahr", "jahre", + "jahren", "jan", "jan.", + "je", "jedes", + "jeweiliges", "jh", "jh.", "jhd", @@ -1573,32 +2297,55 @@ "k", "k.", "k.o.", + "kagb", + "kann", + "kapitalstruktur", "kapitalzusagen", "kath", "kath.", "katholisch", "kaufen", + "kaufpreis", "keine", "kel", + "ken", + "kernvolkswirtschaften", "ket", "key", + "kindertagesst\u00e4tte", + "kingdom", "kl.", + "klassifikation", "klassifizierung", + "kontinentaleuropaische", "kosten", + "kt-", "kt.", "kte", + "kts", "kus", + "kvg", + "k\u00f6nigreich", "l", "l'", "l.", "l.a.", + "laborimmobilien", + "lagefokussierung", "langfristig", + "langfristiges", + "largest", "lat", "lat.", "laufzeit", + "laufzelt", "laut", "le.g", + "leases", + "least", "leave", + "led", + "leerstand", "ler", "less", "levallois", @@ -1607,8 +2354,12 @@ "leveraged", "leveraging", "lg.", + "lic", + "lidl", + "lie", "life", "lifetime", + "light", "limited", "lin", "lio", @@ -1616,6 +2367,8 @@ "liquidity", "lisbon", "listed", + "lit", + "ll", "lle", "llg", "lls", @@ -1623,23 +2376,36 @@ "llv", "lly", "loan-to-value", + "local", + "locations", + "lock-in", "logistics", + "logistik", + "logistikimmobilien", "london", "long-term", "low", + "lps", "lso", "lt", "lt.", "lte", "lto", "ltv", + "ltv-ziel", "lty", + "lu", + "lub", "lue", + "lus", + "lux", "lux-based", "lux-raif", "luxembourg", "lv.", + "l\u00e4nder", "l\u00e4nderallokation", + "l\u00e4ndern", "l\u2019", "m", "m.", @@ -1656,17 +2422,27 @@ "major", "make", "mal", + "man", "manage", "management", "manager", "manager-defined", + "managmentgeb\u00fchren", + "mandate", + "mandates", "market", "markets", + "marktu\u0308blich", "max", "max.", + "maxhu\u0308tte-haidhof", "maximal", "maximaler", + "mbH", + "mbh", "means", + "medizin", + "medizinnahe", "men", "mer", "metropolregianen", @@ -1675,6 +2451,8 @@ "mi", "mi.", "mic", + "mietanteil", + "miete", "million", "min", "min-commitmentper", @@ -1683,16 +2461,20 @@ "mind.", "mindestanlage", "mindestens", + "mindestzeichnung", "minimal", "minor", "mio", "mio.", "mit", + "mitglied", "mitgliedschaft", "mo", "mo.", + "mon", "monate", "monatlich", + "months", "mr", "mr.", "mrd", @@ -1701,11 +2483,14 @@ "mrz.", "mtl", "mtl.", + "multiple", "must", "mwst", "mwst.", "m\u00e4r", "m\u00e4r.", + "m\u00e4\u00df", + "m\u00f6glich", "n", "n.", "n.Chr.", @@ -1716,18 +2501,22 @@ "nach", "nachhaltig", "nachvermietungsstrategie", + "nal", "name", "nat", "nat.", + "nav", "navigate", "nc.", "nce", "nch", "ncl", + "ncy", "nd.", "nde", "nds", "ne", + "necessity", "ned", "nem", "nen", @@ -1735,15 +2524,27 @@ "nes", "net", "netherlands", + "netto", "neu", + "new", "ng.", + "nge", "ngl", "ngs", "niederlande", "niv", + "nki", "nkl", + "nkt", + "nl", "no", + "noi", + "non-discretionary", "nor", + "nordic", + "nordics", + "norway", + "norwegen", "nov", "nov.", "nr", @@ -1751,6 +2552,8 @@ "ns-", "nsb", "nse", + "nte", + "nth", "nts", "nuremberg", "o", @@ -1770,14 +2573,27 @@ "o_0", "o_O", "o_o", + "oad", + "oal", + "objective", "objectives", "objekt", + "objekt-", + "objektbaujahre", + "objekte", + "objektebene", "objekten", + "objekterwerb", + "objektpipeline", + "objektportfolios", + "oder", "of", "of.", "ofQin", "offen", + "offene", "offener", + "offenlegungsverordnung", "offers", "office", "offices", @@ -1788,21 +2604,27 @@ "okt", "okt.", "ol.", + "oll", "ome", "on", "ond", + "one", "ong", "ons", + "ont", "ood", "oom", + "opa", "opci", "opco", "ope", "open", + "open-end", "open-ended", "operators", "opportunities", "or", + "ord", "order", "ore", "orig", @@ -1810,12 +2632,22 @@ "original", "orm", "ors", + "ort", + "ose", + "oss", + "ota", "ote", + "oth", + "other", + "our", + "out", "outside", "ov.", "ove", "over", + "own", "p", + "p-logistik", "p.", "p.a", "p.a.", @@ -1826,13 +2658,19 @@ "pan-european", "parformanceabh\u00e4ngige", "paris", + "parks", "partners", + "partnership", "pattern", "pci", "pco", + "ped", "pen", "per", + "performance-fee", + "performanceziel", "period", + "perpetual", "pers", "pers.", "phil", @@ -1841,24 +2679,41 @@ "pkt", "pkt.", "pl.", + "planned", + "ple", + "plus", + "poland", + "pon", "portfolio", + "portfolios", + "portugal", "potential", "pr.", "premium", "preservation", "pricey", + "pricing", "prime", "pro", "prof", "prof.", "profile", + "prognose", + "prognostiderte", "prognostizierte", "program", "projects", + "projektentwicklungen", + "projektentwicklungsrisiken", "propco", + "properties", + "proprietary", + "provide", "providing", "pt", "pt.", + "public", + "pursue", "pw.", "q", "q.", @@ -1866,12 +2721,19 @@ "q.e.d.", "qin", "quality", + "quarterly", + "quota", "quote", "r", "r.", "r.i.p.", + "rTt", + "rabatt", "ram", + "range", "rapid", + "rat", + "rate", "rce", "rd", "rd.", @@ -1879,40 +2741,63 @@ "re+", "rea", "real", + "realisiert", "recent", "rechtsform", + "record", "recovery", "red", "red.", + "redemption", + "reflecting", "region", "regionen", + "reinvestment", + "relationships", "remains", "ren", + "rendite", "rendite-", + "rendite-risiko-profil", + "renegotiation", "renovierungen", "rent", "rents", "rer", "rer.", "residential", + "residentials", + "resilient", "respective", "retail", + "retailinvestitionsvolumen", + "return", + "returns", "rev", "reversion", + "rewe", "rge", + "ria", "rid", "rig", "right", + "rights", "ris", + "risiko-rendite-bandbreite", "risikoprofil", "risk", + "rks", "rl.", + "rly", "rm.", "rms", "rn.", "rne", + "rns", "rof", + "rolling", "room", + "rop", "rotterdam", "rr.", "rre", @@ -1920,6 +2805,7 @@ "rsg", "rst", "rte", + "rtt", "rz.", "r\u00f6m", "r\u00f6m.", @@ -1934,14 +2820,23 @@ "s.w", "sa", "sa.", + "sale", "sb.", + "schule", "schweden", + "scope", + "scs", "scsp", "sd.", "sector", "sectors", "sed", + "seeking", "segment", + "sektor", + "sektoraler", + "sektorenallokation", + "selection", "sen", "sen.", "sense", @@ -1949,40 +2844,59 @@ "sep.", "sept", "sept.", + "ser", + "ses", "set", "sf.", "sfdr", "sg-", "sg.", + "short-term", "sicav-raif", "sich", "sie", + "siehe", "sie\u2019s", + "since", + "sind", "sis", "sitz", + "size", "skandinavien", "small", "so", "so.", "sobald", + "sofern", "sog", "sog.", "solely", + "solvency", "some", + "son", + "sp", "sp.", "space", "spain", + "spanien", + "spezial-aif", "spezial-alf", + "spezial-sonderverm\u00f6gen", + "split", "spr", "spw", "sri", "ss.", "st", "st.", + "stabiler", "stabilisieren", "stabilisierung", + "stabilisierungs-", + "standort", "standortaufwertungsstrategie", "standorte", + "status", "std", "std.", "stellv", @@ -1991,7 +2905,9 @@ "stil", "str", "str.", + "strategic", "strategie", + "strategien", "strategies", "strategy", "strong", @@ -2001,7 +2917,9 @@ "strukturierungsgeb\u00fchr", "style", "st\u00e4dten", + "sue", "sw.", + "sweden", "s\u2019", "t", "t.", @@ -2009,6 +2927,8 @@ "tag", "tal", "target", + "target-irr", + "targeted", "targeting", "targets", "targetvehiclesize", @@ -2027,30 +2947,45 @@ "term", "terms", "tes", + "tet", "th.", + "that", "the", + "their", "there", "this", "through", + "throughout", + "ths", "tic", "tig", + "tik", "til", "time", + "tinental", "tl.", "to", "top", "tor", + "total", "tr", "tr.", + "track", "try", "tsd", "tsd.", + "tte", + "tto", "tur", + "tus", + "typ", "type", "tze", + "tzl", "t\u00e4gl", "t\u00e4gl.", "t\u00e4glich", + "t\u00e4t", "u", "u.", "u.U.", @@ -2064,39 +2999,55 @@ "u.u.", "u.v.m", "u.v.m.", + "ual", + "uch", "uer", "ufs", "ug.", "ugh", "uid", + "uk", "ul.", "uld", + "ule", + "um", + "ume", "umliegende", "un.", + "unbegrenzte", "und", "under", "undertaking", "ung", + "united", "univ", "univ.", "unless", "unter", + "unternehmensimmobilien", "unterstellt", "unter\u2019m", + "upon", "upscale", + "upside", "ur.", "ure", "urg", "urn", + "uro", + "urs", "usf", "usf.", "uss", "ust", "usw", "usw.", + "ute", "uvm", "uvm.", "u\u0308ber", + "u\u0308berschritten", + "u\u0308r", "u\u2019s", "v", "v.", @@ -2110,17 +3061,26 @@ "v.v", "v_v", "value", + "value-add", "value-added", "var", "vehicle", + "vehikelstruktur", "vel", + "ven", "ver", "verbesserungen", + "verbund", + "vereinigtes", "vergleiche", "vergu\u0308tung", "verg\u00fctung", "verkaufs", "verkaufs-", + "verkehrswertes", + "verl\u00e4ngerungsoption", + "vermietbare", + "vermietet", "very", "ves", "vgl", @@ -2133,9 +3093,13 @@ "vm.", "vol", "vol.", + "voll", + "volume", "vom", "von", "vor", + "vorhanden", + "vorlauf", "vor\u2019m", "vs", "vs.", @@ -2144,10 +3108,14 @@ "w.", "wSt", "walls", + "walt", "way", "well-established", + "well-mitigated", + "wenn", "werden", "wertstabile", + "wholesale", "why", "wir", "wird", @@ -2155,10 +3123,13 @@ "wiss", "wiss.", "with", + "wohngemeinschaften", "wohnimmobilien", "worldwide", "x", "x'", + "x+xx", + "x+xxx", "x-xxxx", "x.", "x.X", @@ -2183,8 +3154,10 @@ "x_x", "xd", "xdd", + "xemoours", "xit", "xx", + "xx-xxxx", "xx.", "xx.x", "xxXxx", @@ -2198,21 +3171,27 @@ "xxxx)-", "xxxx)/xxxx", "xxxx+", + "xxxx+/x", "xxxx+/xxxx", "xxxx,dd", "xxxx-", + "xxxx-xx", "xxxx-xx-xxxx", "xxxx-xxx", "xxxx-xxxx", "xxxx-xxxx-xxx", + "xxxx-xxxx-xxxx", "xxxx.", "xxxx\u0308xx", + "xxxx\u0308xxx-xxxx", "xxxx\u0308xxxx", "xxxx\u2019x", "xxx\u2019x", + "xx\u0308x", "xx\u0308xxxx", "xx\u2019x", "x\u0308xxx", + "x\u0308xxxx", "x\u2019", "x\ufe35x", "y", @@ -2221,6 +3200,7 @@ "years", "yield", "yle", + "yoy", "ype", "yrs", "z", @@ -2236,22 +3216,35 @@ "z.t.", "z.z.", "z.zt.", + "zeichnungen", + "zen", "zgl", "ziel-lty", "ziel-netto-irr", + "zielallokation", "zielanlagestrategie", + "zielausschu\u0308ttung", + "zielaussch\u00fcttung", + "zielmarkts", "zielm\u00e4rkte", + "zielobjekte", "zielobjektgr\u00f6\u00dfe", "zielregionfen)/jand", "zielrendite", + "zielrenditen", "zielsektoren", "zielvolumen", "ziirraiaein", + "zin", + "zins", "zins-", + "zinsfu\u00df", "zinss\u00e4tze", "zt", + "zte", "zu", "zum", + "zusatzl", "zw.", "zwischen", "zzgl", @@ -2261,8 +3254,11 @@ "}", "\u00a0", "\u00a2", + "\u00a9", + "\u00ab", "\u00ac", "\u00ac_\u00ac", + "\u00ae", "\u00af", "\u00af\\(x)/\u00af", "\u00af\\(\u30c4)/\u00af", @@ -2275,12 +3271,18 @@ "\u00b0f.", "\u00b0k.", "\u00b0x.", + "\u00c4", + "\u00c4rzteh\u00e4user", + "\u00c4rzteh\u00e4usern", "\u00dc", "\u00dcbersicht", "\u00e4", "\u00e4.", "\u00e4gl", "\u00e4r.", + "\u00e4rzteh\u00e4user", + "\u00e4rzteh\u00e4usern", + "\u00e9", "\u00f6", "\u00f6.", "\u00f6m.", @@ -2300,6 +3302,7 @@ "\u0ca0_\u0ca0", "\u0ca0\ufe35\u0ca0", "\u2014", + "\u2018", "\u2019", "\u2019-(", "\u2019-)", diff --git a/project/backend/spacy-service/spacy_training/output/model-last/meta.json b/project/backend/spacy-service/spacy_training/output/model-last/meta.json index 3fbcfbb..64f070d 100644 --- a/project/backend/spacy-service/spacy_training/output/model-last/meta.json +++ b/project/backend/spacy-service/spacy_training/output/model-last/meta.json @@ -22,10 +22,14 @@ ], "ner":[ "AUSSCH\u00dcTTUNGSRENDITE", - "Aussch\u00fcttungsrendite", - "Laufzeit", + "LAUFZEIT", + "L\u00c4NDERALLOKATION", + "MANAGMENTGEB\u00dcHREN", + "RENDITE", "RISIKOPROFIL", - "Risikoprofil" + "SEKTORENALLOKATION", + "ZIELAUSSCH\u00dcTTUNG", + "ZIELRENDITE" ] }, "pipeline":[ @@ -40,37 +44,57 @@ ], "performance":{ - "ents_f":0.8780487805, - "ents_p":0.9473684211, - "ents_r":0.8181818182, + "ents_f":0.9608938547, + "ents_p":1.0, + "ents_r":0.9247311828, "ents_per_type":{ "RISIKOPROFIL":{ - "p":1.0, - "r":0.9705882353, - "f":0.9850746269 - }, - "Risikoprofil":{ - "p":0.8, - "r":1.0, - "f":0.8888888889 - }, - "AUSSCH\u00dcTTUNGSRENDITE":{ - "p":0.7777777778, - "r":0.4117647059, - "f":0.5384615385 - }, - "Laufzeit":{ "p":1.0, "r":1.0, "f":1.0 }, - "Aussch\u00fcttungsrendite":{ + "AUSSCH\u00dcTTUNGSRENDITE":{ "p":1.0, - "r":0.5, - "f":0.6666666667 + "r":0.5925925926, + "f":0.7441860465 + }, + "LAUFZEIT":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "RENDITE":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "L\u00c4NDERALLOKATION":{ + "p":1.0, + "r":0.8965517241, + "f":0.9454545455 + }, + "ZIELRENDITE":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "ZIELAUSSCH\u00dcTTUNG":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "MANAGMENTGEB\u00dcHREN":{ + "p":1.0, + "r":1.0, + "f":1.0 + }, + "SEKTORENALLOKATION":{ + "p":1.0, + "r":1.0, + "f":1.0 } }, - "tok2vec_loss":235.8388520621, - "ner_loss":1878.9451904297 + "tok2vec_loss":33.6051129291, + "ner_loss":740.5764770508 } } \ No newline at end of file diff --git a/project/backend/spacy-service/spacy_training/output/model-last/ner/model b/project/backend/spacy-service/spacy_training/output/model-last/ner/model index 908f1c1..3e88595 100644 Binary files a/project/backend/spacy-service/spacy_training/output/model-last/ner/model and b/project/backend/spacy-service/spacy_training/output/model-last/ner/model differ diff --git a/project/backend/spacy-service/spacy_training/output/model-last/ner/moves b/project/backend/spacy-service/spacy_training/output/model-last/ner/moves index 73982da..b76b203 100644 --- a/project/backend/spacy-service/spacy_training/output/model-last/ner/moves +++ b/project/backend/spacy-service/spacy_training/output/model-last/ner/moves @@ -1 +1 @@ -moves{"0":{},"1":{"RISIKOPROFIL":91,"AUSSCH\u00dcTTUNGSRENDITE":40,"Laufzeit":26,"Risikoprofil":10,"Aussch\u00fcttungsrendite":8},"2":{"RISIKOPROFIL":91,"AUSSCH\u00dcTTUNGSRENDITE":40,"Laufzeit":26,"Risikoprofil":10,"Aussch\u00fcttungsrendite":8},"3":{"RISIKOPROFIL":91,"AUSSCH\u00dcTTUNGSRENDITE":40,"Laufzeit":26,"Risikoprofil":10,"Aussch\u00fcttungsrendite":8},"4":{"RISIKOPROFIL":91,"AUSSCH\u00dcTTUNGSRENDITE":40,"Laufzeit":26,"Risikoprofil":10,"Aussch\u00fcttungsrendite":8,"":1},"5":{"":1}}cfgneg_key \ No newline at end of file +movesL{"0":{},"1":{"RISIKOPROFIL":161,"L\u00c4NDERALLOKATION":161,"RENDITE":91,"AUSSCH\u00dcTTUNGSRENDITE":68,"LAUFZEIT":38,"ZIELRENDITE":12,"SEKTORENALLOKATION":12,"MANAGMENTGEB\u00dcHREN":8,"ZIELAUSSCH\u00dcTTUNG":2},"2":{"RISIKOPROFIL":161,"L\u00c4NDERALLOKATION":161,"RENDITE":91,"AUSSCH\u00dcTTUNGSRENDITE":68,"LAUFZEIT":38,"ZIELRENDITE":12,"SEKTORENALLOKATION":12,"MANAGMENTGEB\u00dcHREN":8,"ZIELAUSSCH\u00dcTTUNG":2},"3":{"RISIKOPROFIL":161,"L\u00c4NDERALLOKATION":161,"RENDITE":91,"AUSSCH\u00dcTTUNGSRENDITE":68,"LAUFZEIT":38,"ZIELRENDITE":12,"SEKTORENALLOKATION":12,"MANAGMENTGEB\u00dcHREN":8,"ZIELAUSSCH\u00dcTTUNG":2},"4":{"RISIKOPROFIL":161,"L\u00c4NDERALLOKATION":161,"RENDITE":91,"AUSSCH\u00dcTTUNGSRENDITE":68,"LAUFZEIT":38,"ZIELRENDITE":12,"SEKTORENALLOKATION":12,"MANAGMENTGEB\u00dcHREN":8,"ZIELAUSSCH\u00dcTTUNG":2,"":1},"5":{"":1}}cfgneg_key \ No newline at end of file diff --git a/project/backend/spacy-service/spacy_training/output/model-last/tok2vec/model b/project/backend/spacy-service/spacy_training/output/model-last/tok2vec/model index 54e94cc..a5a2a96 100644 Binary files a/project/backend/spacy-service/spacy_training/output/model-last/tok2vec/model and b/project/backend/spacy-service/spacy_training/output/model-last/tok2vec/model differ diff --git a/project/backend/spacy-service/spacy_training/output/model-last/vocab/strings.json b/project/backend/spacy-service/spacy_training/output/model-last/vocab/strings.json index c5c9ab8..7c963aa 100644 --- a/project/backend/spacy-service/spacy_training/output/model-last/vocab/strings.json +++ b/project/backend/spacy-service/spacy_training/output/model-last/vocab/strings.json @@ -3,6 +3,7 @@ "\n", " ", " ", + "!", "\"", "$", "%", @@ -50,12 +51,19 @@ "):", "*", "+", + "+/D", + "+/d", + "+AU", + "+au", ",", ",00", + ",03", ",10", ",12", ",25", ",40", + ",43", + ",50", ",80", ",91", "-", @@ -71,11 +79,18 @@ "-_-", "-__-", "-d", + "-in", "-o", "-p", "-x", "-|", ".", + ".00", + ".25", + ".5x", + ".7x", + ".80", + ".93", ".A.", ".B.", ".C.", @@ -111,6 +126,7 @@ ".w.", ".\u00e4.", "/", + "/080%/212%/491", "/2,12", "/3", "/AuM", @@ -123,54 +139,137 @@ "/core+", "/d", "/d,dd", + "/ddd%/ddd%/ddd", "/fk", "/xx", "/xxx", "/xxxx+", "0", "0%+", + "0,0", + "0,03", "0,1", + "0,2", + "0,6", + "0,625", "0,80", "0.0", + "0.9", + "0.93", "0.o", "000", + "01", + "012", + "014", + "015", + "016", + "017", "018", "020", + "021", "022", "023", + "024", + "025", + "026", "032", + "033", "034", + "036", "0_0", "0_o", "1", + "1,1", + "1,4", "1,40", + "1,6", "1.", + "1.000", + "1.1", + "1.127.916", + "1.2", + "1.25", + "1.5x", + "1.7x", + "1.80", "10", + "10.9", "100", "12", + "12,0", + "13", + "13,0", "14", + "15", + "150", + "16", + "16,0", + "17", + "18", + "18,0", + "186", + "19,0", + "19,00", + "19,7", "2", + "2,0", "2.", + "2.3", "20", + "20,0", "200", "200.000", + "2000", + "2012", + "2014", + "2015", + "2016", + "2017", "2018", "2020", + "2021", "2022", + "2023", + "2024", + "2025", + "2026", "2032", + "2033", "2034", + "21,4", + "21,43", + "21,6", "24", + "24-month", "25", + "25.000", "250", + "26,4", + "262", + "28", + "284", "3", + "3,0", + "3,3", "3,8", "3.", + "3.321", + "30", + "300", "31.12.2023", + "31.12.2036", + "314", + "321", "33", "333", + "336", "35", + "37.5", + "38", "4", "4,0", + "4,000", + "4,3", "4,5", "4,6", "4,7", @@ -179,31 +278,67 @@ "4,91", "40", "400", + "45", + "491", "5", + "5%+", "5,0", "5,00", + "5,1", + "5,10", "5,25", "5,3", + "5,4", + "5,5", + "5,50", "5,7", + "5.0", "50", + "500", + "52", "5Mio.\u20ac", "5mio.\u20ac", "6", + "6,0", + "6,4", + "6,5", + "6.00", "6.5", "60", + "625", + "65", + "67", "7", + "7,1", "7,5", + "7,5%+", + "7,50", "7,50%+", + "7.5", "75", "8", "8)", + "8,0", + "8,00", + "8,1", + "8,2", + "8,5", "8-", "8-)", "8-D", "8-d", + "80", "800", + "84,0", + "85", "8D", "8d", + "9", + "9,0", + "9,00", + "9,7", + "9.8", + "916", ":", ":'(", ":')", @@ -310,49 +445,77 @@ "A.D.", "A.G.", "ACCOR", + "ACH", + "AGB", "AIF", "AIN", + "ALT", + "ANY", "AUSSCH\u00dcTTUNGSRENDITE", + "AUT", "Ab", "Abb", "Abb.", "Abbildung", + "Abdeckung", "Abk", "Abk.", "Abk\u00fcrzung", + "Ablauf", "Abs", "Abs.", "Abt", "Abt.", "Abteilung", + "Access", "Add", "Agreements", "Aktive", "Aktueller", "AlF", "Allgemeine", + "Allocation", + "Allokation", + "Allokationsprofil", "Alternative", "Amsterdam", + "Andere", + "Anfrage", "Angestrebter", "Ankauf", "Ankaufs-", "Ankaufsphase", + "Ankaufspreis+", + "Ankaufszeitpunkt", + "Ankaufszeitraum", + "Ankermieter", + "Anlageausschuss", "Anlagebedingungen", + "Anlagegrenzen", + "Anlagehorizont", + "Anlagestrategie", "Anlagestrategien", "Anlagesusschuss", "Anlagevehikels", + "Anleger", "Annahmen", "Ansprechpartners", "Antagevehikels", "Anteilseigner", + "Anzahl", "Apr", "Apr.", "April", + "ArTt", + "Arat", "Area", "Art", "Artikel", + "Asset", "Assets", "AuM", + "Aufbau", + "Auflage", "Aufl\u00f6sung", "Aufnahme", "Auftakt", @@ -362,6 +525,7 @@ "August", "Auschittungsrendite", "Auschu\u0308ttungsrendite", + "Ausschuttung", "Ausschu\u0308ttung", "Ausschu\u0308ttungsintervalle", "Ausschu\u0308ttungsrandite", @@ -375,7 +539,10 @@ "B.A.", "B.Sc", "B.Sc.", + "BE", + "BEE", "BELGIUM", + "BENELUX", "Bahnhof", "Band", "Baumanagementgebahr", @@ -383,52 +550,74 @@ "Bd.", "Beispiel", "Benefits", + "Benelux", "Berlin", "Bestandsentwicklung", "Bestandsentwicklungen", "Betr", "Betr.", "Betreff", + "Bev\u00f6lkerungsprognose", "Bf", "Bf.", "Bhf", "Bhf.", + "Bildungswesen", "Biol", "Biol.", "Brussels", + "Bruttofondsverm\u00f6gens", + "Bruttoverkaufswert", "Bsp", "Bsp.", + "Business", "C", "C++", "C.", "CBD", "CDU", "CDU/CSU", + "CH", + "CLF", "CLV", "COR", + "CORE", "CSU", "CSp", "Cash", + "Cash-Flow-Stabilit\u00e4t", "Cash-flow", "Chr", "Chr.", "Cie", "Cie.", "Cities", + "Class", "Closed", "Closings", + "Club", "Co", "Co.", + "CoC", "Considering", "Core", "Core+", + "Core+/D", "Core+/Value", "Country", "D", + "D+AU", + "D+AUT", "D.", "D.C.", + "DACH", + "DE", + "DOM", + "DY", "Darlehen", + "Denmark", "Deutsche", + "Deutsches", "Deutschland", "Deutschlands", "Dez", @@ -438,6 +627,7 @@ "Di.", "Die", "Dienstag", + "Dienstleistungen", "Different", "Dipl", "Dipl.", @@ -450,73 +640,136 @@ "Dr", "Dr.", "Drawbacks", + "Durchschnitt", + "Durchschnittlich", "D\u00e4nemark", "E", "E-Mail", "E.", + "EAN", + "ECLF", + "EIT", + "EM", "ERD", "ESG-", + "ESG-Klassifizierung", + "EU-Offenlegungsverordnung", "EUR", + "EUROPEAN", + "EWE", "Eigenkapital", "Einmalige", "Einw", "Einwohner", + "Einzelinvestment", + "Einzugsgebiet", + "Emerging", + "Entsch\u00e4digung", + "Erbbaurechte", + "Erwartete", "Estate", + "Euro", + "Europ", + "Europa", "Europe", "European", + "Eurozone", + "Evergreen", "Exit", + "Exit-NOI", + "Exitrendite", + "Expected", + "Experience", "F", "F.", "FDR", "FIL", + "FR", "FRANCE", + "FUND", "Fa", "Fa.", + "Faktor", "Fam", "Fam.", "Familie", "Feb", "Feb.", "Februar", + "Fee", "Finanzierung", "Finanzierungskonditionen", + "Finland", + "Finnland", "Firma", + "First", + "Fl\u00e4che", + "Focus", + "Fokus", + "Folie", "Fond", "Fonds", + "Fondsebene", + "Fondsstrukturenv", + "Fondstyp", + "Fondsvolumen", + "Forward-Deals", "Fr", "Fr.", "France", "Frankreich", "Frau", "Fremdkapital", + "Fremdkapitalanteil", "French", "Frl", "Frl.", "Fr\u00e4ulein", "Fund", "Fu\u0308hrende", + "Fu\u0308hrender", "G", "G.", "G.m.b", "G.m.b.H.", + "GAL", "GEDis", "GERD", + "GERMANY", "GRRE", "Gateway", + "Geared", "Gebr", "Gebr.", "Gebu\u0308hren", + "Gebu\u0308hrenstruktur", "Geb\u00fchren", + "Geografische", + "Geographic", + "Geographischer", + "Geplante", "Geplantes", + "German", + "Germany", "Gesamtrendite", + "GmbH", + "Gross", + "Gro\u00dfst\u00e4dte", "H", "H.", "Haltedauer", "Halten", "Halten-Strategie", + "Hamburg", + "Handel", "Hauptbahnhof", + "Hauptstadtregionen", "Hbf", "Hbf.", + "Heimfall", + "Heirs", + "Helsinki", + "Henderson", "Herr", "Herrn", "Hg", @@ -529,8 +782,11 @@ "Hrn.", "Hrsg", "Hrsg.", + "Hurdle", "I", "I.", + "ICF", + "ICS", "IDE", "II", "II.", @@ -538,34 +794,58 @@ "III.", "INK", "INREV", + "ION", "IRR", "IRR6.5", + "IT", "ITE", "IUM", "IV", "IV.", + "Iberia", "Im", "Immobilien", + "Immobilien-", + "Immobilien-Investmentmanager", + "Immobilien-Spezial-AlF", "Immobilien-Spezialfonds", + "Immobilienwerte", "Inc", "Inc.", + "Individualmandat", + "Industrial", "Informationen", + "Infrastrukturquote", "Ing", "Ing.", + "Initial", + "Institutional", + "IntReal", + "Interner", "Invastitionsfokus", "Investftionsvolumen", "Investing", "Investitionen", "Investitions-annahmen", + "Investitionsphase", "Investment", "Investmentmanagers", + "Investmentphase", "Investmentzeitraum", + "Investoren", "Investtionszeltraum", "Investtionszeltraum,10", + "Investtonszeltraum", + "Ireland", + "Irland", "It", + "Italien", + "Italy", "J", + "Ja", "Jahr", "Jahre", + "Jahren", "Jahrhundert", "Jan", "Jan.", @@ -585,55 +865,93 @@ "K", "K.", "K.O.", + "KAGB", + "KINGDOM", + "KVG", + "Kapitalstruktur", "Kapitalzusagen", "Kaufen", + "Kaufpreis", "Keine", + "Kernvolkswirtschaften", "Key", + "Kindertagesst\u00e4tte", + "Klassifikation", "Klassifizierung", + "Kontinentaleuropaische", "Kosten", + "K\u00f6nigreich", "L", "L'", "L.A.", + "LAUFZEIT", + "LOGISTICS", + "LPs", "LT", "LTO", "LTV", + "LTV-Ziel", "LTY", + "LU", + "LUX", + "Laborimmobilien", + "Lagefokussierung", + "Langfristiges", "Laufzeit", + "Laufzelt", + "Leerstand", "Levallois", + "Lidl", + "Light", "Limited", "Lisbon", "Loan-to-Value", + "Local", "Logistics", + "Logistik", + "Logistikimmobilien", "London", "Lux-RAIF", "Lux-based", "Luxembourg", + "L\u00c4NDERALLOKATION", + "L\u00e4nder", "L\u00e4nderallokation", + "L\u00e4ndern", "L\u2019", "M", "M.", "M.A.", "M.Sc", "M.Sc.", + "MANAGMENTGEB\u00dcHREN", "MGallery", "Madrid", "Manage", "Management", "Manager", "Manager-defined", + "Marktu\u0308blich", + "Max", + "Maxhu\u0308tte-Haidhof", "Maximaler", + "Medizin", "Mehrwertsteuer", "Metropolregianen", "Metropolregionen", "Mi", "Mi.", + "Mietanteil", + "Miete", "Milliarde", "Million", "Min-commitmentper", "Mindestanlage", "Mindestens", + "Mindestzeichnung", "Mio", "Mio.", + "Mitglied", "Mitgliedschaft", "Mittwoch", "Mo", @@ -651,16 +969,27 @@ "M\u00e4r", "M\u00e4r.", "M\u00e4rz", + "M\u00f6glich", "N", "N.Y.", "N.Y.C.", + "NAV", "NCE", "NDS", "NETHERLANDS", + "NL", + "NOI", + "NORDICS", + "NORWAY", "Nachvermietungsstrategie", "Name", "Navigate", + "Netherlands", "Niederlande", + "Nordic", + "Nordics", + "Norway", + "Norwegen", "Nov", "Nov.", "November", @@ -674,93 +1003,151 @@ "O.O", "O.o", "OPCI", + "ORE", "O_O", "O_o", + "Objective", "Objekt", + "Objekt-", + "Objektbaujahre", + "Objekte", + "Objektebene", "Objekten", + "Objekterwerb", + "Objektpipeline", + "Objektportfolios", "Of", "Offen", "Offener", + "Offenlegungsverordnung", + "Office", "Offices", "Okt", "Okt.", "Oktober", "OpCo", + "Open-end", "Open-ended", "Orig", "Orig.", "Original", + "Other", + "Our", "P", + "P-Logistik", "P.S.", "PCI", + "PORTUGAL", "Parformanceabh\u00e4ngige", "Paris", + "Parks", + "Partnership", + "Performance-Fee", + "Performanceziel", "Pkt", "Pkt.", + "Plus", + "Poland", + "Portfolio", + "Portugal", + "Potential", "Premium", "Prime", "Prof", "Prof.", "Professor", + "Prognose", + "Prognostiderte", "Prognostizierte", + "Projektentwicklungen", + "Projektentwicklungsrisiken", "PropCo", "Pt", "Punkt", "Q", "Qin", + "Quota", "Quote", "R", "R.", "R.I.P.", "RE", + "REN", + "RENDITE", "REV", + "REWE", "RISIKOPROFIL", "ROOT", "RRE", + "Rabatt", + "Rate", "Real", "Rechtsform", "Red", "Red.", "Redaktion", + "Region", "Regionen", "Rendite-", + "Rendite-Risiko-Profil", "Renovierungen", "Rents", "Residential", "Retail", + "Retailinvestitionsvolumen", + "Return", + "Rewe", + "Risiko-Rendite-Bandbreite", "Risikoprofil", "Risk", "Rotterdam", "S", "S'", + "SCS", "SCSp", + "SEKTORENALLOKATION", "SFDR", "SG-", "SICAV-RAIF", + "SP", "SPAIN", "SRI", "Sa", "Sa.", + "Sale", "Samstag", "Sc.", + "Schule", "Schweden", "Sector", + "Sektor", + "Sektoraler", "Sep", "Sep.", "Sept", "Sept.", "September", + "Since", "Sitz", + "Size", "Skandinavien", "So", "So.", + "Solvency", "Sonntag", + "Spain", + "Spanien", + "Spezial-AIF", "Spezial-AlF", + "Spezial-Sonderverm\u00f6gen", "St", "St.", "Stabilisierung", + "Stabilisierungs-", + "Standort", "Standortaufwertungsstrategie", "Standorte", + "Status", "Std", "Std.", "Steuern", @@ -768,17 +1155,25 @@ "Str", "Str.", "Strategie", + "Strategien", "Stra\u00dfe", + "Strong", + "Structure", "Struktur", "Strukturierungsgebu\u0308hr", "Strukturierungsgeb\u00fchr", "Stunde", "St\u00e4dten", + "Sweden", "S\u2019", "T", "T.", + "TED", "Tag", "Target", + "Target-IRR", + "Targeting", + "Targets", "Targetvehiclesize", "Tausend", "Teflimmobilfe)-", @@ -787,8 +1182,10 @@ "Telefon", "Telefonnummer", "Tenant", + "Term", "The", "There", + "To", "Tr", "Tr.", "Tsd", @@ -798,31 +1195,52 @@ "U.S.", "U.S.A.", "U.S.S.", + "UK", + "UND", + "UNG", + "UNITED", "USt", "Univ", "Univ.", "Universit\u00e4t", + "Unternehmensimmobilien", "V", "V.", "V.V", "V_V", "Value", + "Value-Add", + "Value-add", "Vehicle", + "Vehikelstruktur", "Verbesserungen", + "Verbund", + "Vereinigtes", "Vergu\u0308tung", "Verg\u00fctung", "Verkaufs", "Verkaufs-", + "Verkehrswertes", + "Verl\u00e4ngerungsoption", + "Vermietbare", "Vol", "Vol.", + "Vorlauf", "W", + "WALT", + "WAY", "WORLDWIDE", "Wertstabile", + "Wholesale", "Why", + "Wohngemeinschaften", "Wohnimmobilien", "X'", "X++", + "X+XX", + "X+XXX", "X-Xxxx", + "X-Xxxxx", "X.", "X.X", "X.X.", @@ -835,9 +1253,12 @@ "XD", "XDD", "XX", + "XX-Xxxxx", "XX.", "XXX", "XXX-", + "XXX-Xxxx", + "XXX-Xxxxx", "XXX.", "XXX/XXX", "XXXX", @@ -858,13 +1279,18 @@ "Xxx-XXXX", "Xxx-xxxx", "Xxx.", + "XxxX", + "XxxXxxx", "Xxxx", "Xxxx+", + "Xxxx+/X", "Xxxx+/Xxxxx", "Xxxx-", "Xxxx-XXX", + "Xxxx-Xxxx-Xxxxx", "Xxxx-Xxxxx-XXX", "Xxxx-xx-Xxxxx", + "Xxxx-xxx", "Xxxx-xxxx", "Xxxx.", "Xxxx.-Xxx", @@ -873,31 +1299,49 @@ "Xxxxx", "Xxxxx)-", "Xxxxx)/Xxxx", + "Xxxxx+", "Xxxxx,dd", "Xxxxx-", + "Xxxxx-XXX", "Xxxxx-XxX", + "Xxxxx-Xxx", "Xxxxx-Xxxxx", + "Xxxxx-Xxxxx-XxX", + "Xxxxx-Xxxxx-Xxxxx", + "Xxxxx-xxx", "Xxxxx-xxxx", "Xxxxx\u0308xx", + "Xxxxx\u0308xxx-Xxxxx", "Xxxxx\u0308xxxx", "Xxxx\u0308xxxx", "Xx\u0308xxxx", "X\u2019", "Y", "Year", + "YoY", "Z", "Z.", + "ZIELAUSSCH\u00dcTTUNG", + "ZIELRENDITE", + "Zeichnungen", "Ziel-LTY", "Ziel-Netto-IRR", + "Zielallokation", "Zielanlagestrategie", + "Zielausschu\u0308ttung", + "Zielmarkts", "Zielm\u00e4rkte", + "Zielobjekte", "Zielobjektgr\u00f6\u00dfe", "Zielregionfen)/Jand", "Zielrendite", + "Zielrenditen", "Zielsektoren", "Zielvolumen", "Ziirraiaein", + "Zins", "Zins-", + "Zinsfu\u00df", "Zinss\u00e4tze", "Zt", "Zt.", @@ -940,8 +1384,10 @@ "ab", "abb", "abb.", + "abdeckung", "abk", "abk.", + "ablauf", "abs", "abs.", "abt", @@ -949,18 +1395,27 @@ "abzgl", "abzgl.", "abz\u00fcglich", + "access", "accor", "ace", "ach", + "ack", + "acquire", + "across", "act", "active", "add", "adv", "adv.", + "advantage", + "ae", "aft", + "agb", "age", "agreements", "aha", + "ahe", + "ahl", "ahr", "aif", "ail", @@ -980,49 +1435,84 @@ "allg.", "allgemein", "allgemeine", + "allocation", + "allokation", + "allokationsprofil", + "als", "also", + "alt", "alternative", + "aly", "am.", + "ambulant", "ame", "amsterdam", "an", "an.", + "anchored", "and", + "andere", + "anfrage", + "angemessene", "angestrebt", "angestrebter", "ankauf", "ankaufs-", "ankaufsphase", + "ankaufspreis+", + "ankaufszeitpunkt", + "ankaufszeitraum", + "ankermieter", + "anlageausschuss", "anlagebedingungen", + "anlagegrenzen", + "anlagehorizont", + "anlagestrategie", "anlagestrategien", "anlagesusschuss", "anlagevehikels", + "anleger", + "ann", "annahmen", + "annual", + "annum", "ans", "ansprechpartners", "ant", "antagevehikels", "anteilseigner", + "any", + "anzahl", + "appealing", "apr", "apr.", + "arat", "are", "area", "ark", "ars", "art", "artikel", + "artt", + "ary", "as", "ase", "ash", + "ass", "asset", "assetor", "assets", + "ast", "at", "at.", "ate", "ath", + "att", "attractive", + "auch", "auf", + "aufbau", + "auflage", "aufl\u00f6sung", "aufnahme", "auftakt", @@ -1031,10 +1521,12 @@ "aug", "aug.", "aum", + "aus", "auschittungsrendite", "auschu\u0308ttungsrendite", "ausgew\u00e4hlte", "ausschlie\u00dflich", + "ausschuttung", "ausschu\u0308ttung", "ausschu\u0308ttungsintervalle", "ausschu\u0308ttungsrandite", @@ -1043,6 +1535,7 @@ "aussch\u00fcttungsrandite", "aussch\u00fcttungsrendite", "aussch\u00fcttungsrendites", + "aut", "ave", "ax.", "b", @@ -1050,38 +1543,54 @@ "b.a.", "b.sc", "b.sc.", + "bahnhof", "bal", "balanced", "basis", + "bau", "baumanagementgebahr", "bb.", "bd", "bd.", "be", + "bee", "bei", + "beim", "beispielsweise", "belgium", "benefits", + "benelux", "ber", + "berechnet", "berlin", "bestandsentwicklung", "bestandsentwicklungen", "betr", "betr.", + "betreute", + "bev\u00f6lkerungsprognose", "beziehungsweise", "bez\u00fcglich", "bf", "bf.", "bhf", "bhf.", + "bildungswesen", + "billion", "biol", "biol.", "bis", "bk.", "bon", + "borrowing", + "both", + "bps", "br.", "brands", + "broad", "brussels", + "bruttofondsverm\u00f6gens", + "bruttoverkaufswert", "bs.", "bsp", "bsp.", @@ -1090,7 +1599,10 @@ "bt.", "build", "buildings", + "bundesweit", + "business", "but", + "buyers", "bzgl", "bzgl.", "bzw", @@ -1103,9 +1615,13 @@ "ca.", "cal", "can", + "capability", "capital", + "capped", + "carbon", "cash", "cash-flow", + "cash-flow-stabilit\u00e4t", "cbd", "cdu", "cdu/csu", @@ -1113,6 +1629,7 @@ "ced", "ces", "cey", + "ch", "characteristic", "che", "chr", @@ -1124,42 +1641,63 @@ "city", "cks", "cl.", + "class", "cle", + "clf", "closed", "closing", "closings", + "club", "clv", "co", "co.", + "coc", "collective", "combines", + "commercial", + "commitment", + "common", "competition", "considered", "considering", + "construction", + "contract", "contracts", "cor", "core", "core+", + "core+/d", "core+/value", + "core-plus", "could", "country", "creation", "csp", "csu", "cts", + "currency", "current", + "cus", "d", "d'", "d)", + "d+au", + "d+aut", "d,d", + "d,d%+", "d,dd", "d,dd%+", + "d,ddd", "d-", "d-)", "d-X", "d.", "d.c.", "d.d", + "d.dd", + "d.ddd", + "d.ddd.ddd", + "d.dx", "d.h", "d.h.", "d.x", @@ -1167,55 +1705,86 @@ "dXxx.\u20ac", "d_d", "d_x", + "dach", "dam", "darge", "darlehen", + "das", + "dat", "dd", + "dd,d", + "dd,dd", + "dd-xxxx", + "dd.d", "dd.dd.dddd", + "dd.ddd", "ddd", "ddd.ddd", "dddd", "de", + "deal", "ded", "deep", "defined", + "del", + "delivering", "dem", + "demonstrated", "den", + "denmark", "der", "dergleichen", "des", "destinations", "deutsche", + "deutsches", "deutschland", "deutschlands", "development", "dez", "dez.", + "dezember", "dgl", "dgl.", "di", "di.", + "dic", "die", + "dienstleistungen", "different", "dipl", "dipl.", "dipl.-ing", "dipl.-ing.", "dis", + "discretionary", + "distributions", "diversification", + "diversified", "diversity", + "divested", "dividend", + "dle", "do", "do.", + "dom", "domicile", + "domiciled", "don", + "down", "dr", "dr.", "drawbacks", + "driven", + "dte", "du", + "dual", + "durchschnitt", + "durchschnittlich", "du\u2019s", "dv.", "dxxx.\u20ac", + "dy", "d\u00e4nemark", "d\u2019", "e", @@ -1230,60 +1799,84 @@ "eal", "ean", "ear", + "eat", "eb.", "ebd", "ebd.", "ebenda", "ebr", "ebt", + "eclf", "economic", "ed.", + "een", "eep", "ees", "egr", "egt", "egy", + "ehe", "ehem", "ehem.", "eigenkapital", "eigentlich", "eigtl", "eigtl.", + "eil", + "eim", "ein", "eine", "einem", "einen", "einer", + "eines", + "eingezahlte", "einmalige", "eins", "einw", "einwohner", + "einzelinvestment", "einzeln", + "einzugsgebiet", + "eir", + "eis", "eit", "ekt", "el.", "eld", "eln", "els", + "elt", "ely", + "em", "em.", + "emerging", + "en-", "en.", "end", "ended", + "ene", "engl", "engl.", "englisch", + "enhance", "enhancing", + "enn", "ens", "ent", + "entscheidet", + "entsch\u00e4digung", "entspr", "entspr.", + "env", "eons", "ep.", "ept", "equity", "er", "er.", + "erb", + "erbbaurechte", "erd", "ere", "erfolgten", @@ -1294,29 +1887,47 @@ "err", "ers", "ersten", + "ert", + "erwartete", "ery", "er\u2019s", "es", "esg-", + "esg-klassifizierung", "ess", + "est", "estate", "etc", "etc.", + "ete", "etr", "ets", "eturn", + "eu-offenlegungsverordnung", "eur", + "euro", + "europ", + "europa", "europe", "european", + "eurozone", "ev", "ev.", "eventuell", + "evergreen", "evtl", "evtl.", + "ewe", + "excluding", "exit", + "exit-noi", + "exitrendite", + "expected", + "experience", "experienced", "expertise", "exposure", + "extensive", "externe", "extract", "ez.", @@ -1325,34 +1936,53 @@ "f.", "fa", "fa.", + "faktor", "fam", "fam.", + "favour", "fdr", "feb", "feb.", + "fee", "fees", "fen", "festen", "festgelegt", "festgelegter", + "ff", "fierce", "fil", "financially", "finanzierung", "finanzierungskonditionen", + "finland", + "finnland", "first", "flagship", + "flow", "flow-oriented", + "fl\u00e4che", + "focus", + "focused", + "focuses", + "fokus", + "folie", "fond", "fonds", + "fondsebene", + "fondsstrukturenv", + "fondstyp", + "fondsvolumen", "for", "form", + "forward-deals", "fr", "fr.", "france", "frankreich", "franz\u00f6sisch", "fremdkapital", + "fremdkapitalanteil", "french", "frl", "frl.", @@ -1361,19 +1991,26 @@ "fs-", "fs.", "fund", + "funds", + "fu\u00df", "fu\u0308hrende", + "fu\u0308hrender", + "fu\u0308r", "f\u00fcr", "f\u2019m", "g", "g.", "g.m.b", "g.m.b.h.", + "gal", "gateway", + "geared", "geb", "geb.", "gebr", "gebr.", "gebu\u0308hren", + "gebu\u0308hrenstruktur", "geb\u00fchren", "ged", "gedis", @@ -1384,13 +2021,23 @@ "gegr\u00fcndet", "gem", "gem.", + "gem\u00e4\u00df", "gen", + "genuine", + "geografische", + "geographic", "geographies", + "geographischer", + "geplante", "geplantes", "gepr\u00fcft", "ger", "gerd", + "german", + "germany", + "ges", "gesamtrendite", + "gestellt", "get", "gf.", "gfs", @@ -1401,12 +2048,22 @@ "gg\u00fc", "gg\u00fc.", "ght", + "gic", "gie", "gl.", "global", + "globale", + "gmbh", + "goal", "good", "gr.", + "great", + "green", + "grocery", + "gross", + "gro\u00dfst\u00e4dte", "grre", + "gs-", "gtl", "guarantee", "g\u00fc.", @@ -1417,24 +2074,39 @@ "haltedauer", "halten", "halten-strategie", + "hamburg", + "handel", + "has", + "hat", + "hauptstadtregionen", "have", "hbf", "hbf.", "hd.", "hed", + "hedging", + "heimfall", + "heirs", + "helsinki", "hem", "hen", + "henderson", + "her", "here", + "hes", "hf.", "hg", "hg.", + "hic", "high", + "high-quality", "hil", "hinter", "hinter\u2019m", "hip", "his", "hme", + "hof", "hotel", "hotels", "hr", @@ -1444,6 +2116,9 @@ "hrn.", "hrsg", "hrsg.", + "hte", + "hts", + "hurdle", "h\u2019s", "i", "i.", @@ -1463,14 +2138,20 @@ "i.tr.", "i.v.", "ial", + "iberia", "ice", + "icf", "ich", "ich\u2019s", "ics", "ide", + "idl", "ie.", + "ied", + "iel", "ien", "ies", + "iet", "ife", "ig.", "ige", @@ -1488,19 +2169,34 @@ "im", "ime", "immobilien", + "immobilien-", + "immobilien-investmentmanager", + "immobilien-spezial-alf", "immobilien-spezialfonds", + "immobilienwerte", "improve", + "improvement", "in", "in.", "inc", "inc.", + "inception", "incl", "incl.", + "including", + "income", + "income-generating", + "increasing", "ind", + "individual", + "individualmandat", + "industrial", "ine", "informationen", + "infrastrukturquote", "ing", "ing.", + "initial", "initiatives", "ink", "inkl", @@ -1511,36 +2207,60 @@ "insb", "insb.", "insbesondere", + "institutional", + "institutionelle", "interesting", + "internal", + "interner", + "intreal", "invastitionsfokus", + "invest", "investftionsvolumen", + "investiert", + "investierte", "investing", "investitionen", "investitions-annahmen", + "investitionsphase", "investment", "investmentmanagers", + "investmentphase", "investments", "investmentzeitraum", "investor", + "investoren", + "investors", "investtionszeltraum", "investtionszeltraum,10", + "investtonszeltraum", "inw", "io.", "iod", "iol", "ion", + "ios", "ipl", + "ips", "ird", + "ire", + "ireland", + "irland", "irr", "irr6.5", + "irs", "is", + "is+", "ise", "isk", "iss", + "ist", "it", + "italien", + "italy", "ite", "ith", "its", + "itt", "ity", "itz", "ium", @@ -1550,11 +2270,15 @@ "ize", "j", "j.", + "ja", "jahr", "jahre", + "jahren", "jan", "jan.", + "je", "jedes", + "jeweiliges", "jh", "jh.", "jhd", @@ -1573,32 +2297,55 @@ "k", "k.", "k.o.", + "kagb", + "kann", + "kapitalstruktur", "kapitalzusagen", "kath", "kath.", "katholisch", "kaufen", + "kaufpreis", "keine", "kel", + "ken", + "kernvolkswirtschaften", "ket", "key", + "kindertagesst\u00e4tte", + "kingdom", "kl.", + "klassifikation", "klassifizierung", + "kontinentaleuropaische", "kosten", + "kt-", "kt.", "kte", + "kts", "kus", + "kvg", + "k\u00f6nigreich", "l", "l'", "l.", "l.a.", + "laborimmobilien", + "lagefokussierung", "langfristig", + "langfristiges", + "largest", "lat", "lat.", "laufzeit", + "laufzelt", "laut", "le.g", + "leases", + "least", "leave", + "led", + "leerstand", "ler", "less", "levallois", @@ -1607,8 +2354,12 @@ "leveraged", "leveraging", "lg.", + "lic", + "lidl", + "lie", "life", "lifetime", + "light", "limited", "lin", "lio", @@ -1616,6 +2367,8 @@ "liquidity", "lisbon", "listed", + "lit", + "ll", "lle", "llg", "lls", @@ -1623,23 +2376,36 @@ "llv", "lly", "loan-to-value", + "local", + "locations", + "lock-in", "logistics", + "logistik", + "logistikimmobilien", "london", "long-term", "low", + "lps", "lso", "lt", "lt.", "lte", "lto", "ltv", + "ltv-ziel", "lty", + "lu", + "lub", "lue", + "lus", + "lux", "lux-based", "lux-raif", "luxembourg", "lv.", + "l\u00e4nder", "l\u00e4nderallokation", + "l\u00e4ndern", "l\u2019", "m", "m.", @@ -1656,17 +2422,27 @@ "major", "make", "mal", + "man", "manage", "management", "manager", "manager-defined", + "managmentgeb\u00fchren", + "mandate", + "mandates", "market", "markets", + "marktu\u0308blich", "max", "max.", + "maxhu\u0308tte-haidhof", "maximal", "maximaler", + "mbH", + "mbh", "means", + "medizin", + "medizinnahe", "men", "mer", "metropolregianen", @@ -1675,6 +2451,8 @@ "mi", "mi.", "mic", + "mietanteil", + "miete", "million", "min", "min-commitmentper", @@ -1683,16 +2461,20 @@ "mind.", "mindestanlage", "mindestens", + "mindestzeichnung", "minimal", "minor", "mio", "mio.", "mit", + "mitglied", "mitgliedschaft", "mo", "mo.", + "mon", "monate", "monatlich", + "months", "mr", "mr.", "mrd", @@ -1701,11 +2483,14 @@ "mrz.", "mtl", "mtl.", + "multiple", "must", "mwst", "mwst.", "m\u00e4r", "m\u00e4r.", + "m\u00e4\u00df", + "m\u00f6glich", "n", "n.", "n.Chr.", @@ -1716,18 +2501,22 @@ "nach", "nachhaltig", "nachvermietungsstrategie", + "nal", "name", "nat", "nat.", + "nav", "navigate", "nc.", "nce", "nch", "ncl", + "ncy", "nd.", "nde", "nds", "ne", + "necessity", "ned", "nem", "nen", @@ -1735,15 +2524,27 @@ "nes", "net", "netherlands", + "netto", "neu", + "new", "ng.", + "nge", "ngl", "ngs", "niederlande", "niv", + "nki", "nkl", + "nkt", + "nl", "no", + "noi", + "non-discretionary", "nor", + "nordic", + "nordics", + "norway", + "norwegen", "nov", "nov.", "nr", @@ -1751,6 +2552,8 @@ "ns-", "nsb", "nse", + "nte", + "nth", "nts", "nuremberg", "o", @@ -1770,14 +2573,27 @@ "o_0", "o_O", "o_o", + "oad", + "oal", + "objective", "objectives", "objekt", + "objekt-", + "objektbaujahre", + "objekte", + "objektebene", "objekten", + "objekterwerb", + "objektpipeline", + "objektportfolios", + "oder", "of", "of.", "ofQin", "offen", + "offene", "offener", + "offenlegungsverordnung", "offers", "office", "offices", @@ -1788,21 +2604,27 @@ "okt", "okt.", "ol.", + "oll", "ome", "on", "ond", + "one", "ong", "ons", + "ont", "ood", "oom", + "opa", "opci", "opco", "ope", "open", + "open-end", "open-ended", "operators", "opportunities", "or", + "ord", "order", "ore", "orig", @@ -1810,12 +2632,22 @@ "original", "orm", "ors", + "ort", + "ose", + "oss", + "ota", "ote", + "oth", + "other", + "our", + "out", "outside", "ov.", "ove", "over", + "own", "p", + "p-logistik", "p.", "p.a", "p.a.", @@ -1826,13 +2658,19 @@ "pan-european", "parformanceabh\u00e4ngige", "paris", + "parks", "partners", + "partnership", "pattern", "pci", "pco", + "ped", "pen", "per", + "performance-fee", + "performanceziel", "period", + "perpetual", "pers", "pers.", "phil", @@ -1841,24 +2679,41 @@ "pkt", "pkt.", "pl.", + "planned", + "ple", + "plus", + "poland", + "pon", "portfolio", + "portfolios", + "portugal", "potential", "pr.", "premium", "preservation", "pricey", + "pricing", "prime", "pro", "prof", "prof.", "profile", + "prognose", + "prognostiderte", "prognostizierte", "program", "projects", + "projektentwicklungen", + "projektentwicklungsrisiken", "propco", + "properties", + "proprietary", + "provide", "providing", "pt", "pt.", + "public", + "pursue", "pw.", "q", "q.", @@ -1866,12 +2721,19 @@ "q.e.d.", "qin", "quality", + "quarterly", + "quota", "quote", "r", "r.", "r.i.p.", + "rTt", + "rabatt", "ram", + "range", "rapid", + "rat", + "rate", "rce", "rd", "rd.", @@ -1879,40 +2741,63 @@ "re+", "rea", "real", + "realisiert", "recent", "rechtsform", + "record", "recovery", "red", "red.", + "redemption", + "reflecting", "region", "regionen", + "reinvestment", + "relationships", "remains", "ren", + "rendite", "rendite-", + "rendite-risiko-profil", + "renegotiation", "renovierungen", "rent", "rents", "rer", "rer.", "residential", + "residentials", + "resilient", "respective", "retail", + "retailinvestitionsvolumen", + "return", + "returns", "rev", "reversion", + "rewe", "rge", + "ria", "rid", "rig", "right", + "rights", "ris", + "risiko-rendite-bandbreite", "risikoprofil", "risk", + "rks", "rl.", + "rly", "rm.", "rms", "rn.", "rne", + "rns", "rof", + "rolling", "room", + "rop", "rotterdam", "rr.", "rre", @@ -1920,6 +2805,7 @@ "rsg", "rst", "rte", + "rtt", "rz.", "r\u00f6m", "r\u00f6m.", @@ -1934,14 +2820,23 @@ "s.w", "sa", "sa.", + "sale", "sb.", + "schule", "schweden", + "scope", + "scs", "scsp", "sd.", "sector", "sectors", "sed", + "seeking", "segment", + "sektor", + "sektoraler", + "sektorenallokation", + "selection", "sen", "sen.", "sense", @@ -1949,40 +2844,59 @@ "sep.", "sept", "sept.", + "ser", + "ses", "set", "sf.", "sfdr", "sg-", "sg.", + "short-term", "sicav-raif", "sich", "sie", + "siehe", "sie\u2019s", + "since", + "sind", "sis", "sitz", + "size", "skandinavien", "small", "so", "so.", "sobald", + "sofern", "sog", "sog.", "solely", + "solvency", "some", + "son", + "sp", "sp.", "space", "spain", + "spanien", + "spezial-aif", "spezial-alf", + "spezial-sonderverm\u00f6gen", + "split", "spr", "spw", "sri", "ss.", "st", "st.", + "stabiler", "stabilisieren", "stabilisierung", + "stabilisierungs-", + "standort", "standortaufwertungsstrategie", "standorte", + "status", "std", "std.", "stellv", @@ -1991,7 +2905,9 @@ "stil", "str", "str.", + "strategic", "strategie", + "strategien", "strategies", "strategy", "strong", @@ -2001,7 +2917,9 @@ "strukturierungsgeb\u00fchr", "style", "st\u00e4dten", + "sue", "sw.", + "sweden", "s\u2019", "t", "t.", @@ -2009,6 +2927,8 @@ "tag", "tal", "target", + "target-irr", + "targeted", "targeting", "targets", "targetvehiclesize", @@ -2027,30 +2947,45 @@ "term", "terms", "tes", + "tet", "th.", + "that", "the", + "their", "there", "this", "through", + "throughout", + "ths", "tic", "tig", + "tik", "til", "time", + "tinental", "tl.", "to", "top", "tor", + "total", "tr", "tr.", + "track", "try", "tsd", "tsd.", + "tte", + "tto", "tur", + "tus", + "typ", "type", "tze", + "tzl", "t\u00e4gl", "t\u00e4gl.", "t\u00e4glich", + "t\u00e4t", "u", "u.", "u.U.", @@ -2064,39 +2999,55 @@ "u.u.", "u.v.m", "u.v.m.", + "ual", + "uch", "uer", "ufs", "ug.", "ugh", "uid", + "uk", "ul.", "uld", + "ule", + "um", + "ume", "umliegende", "un.", + "unbegrenzte", "und", "under", "undertaking", "ung", + "united", "univ", "univ.", "unless", "unter", + "unternehmensimmobilien", "unterstellt", "unter\u2019m", + "upon", "upscale", + "upside", "ur.", "ure", "urg", "urn", + "uro", + "urs", "usf", "usf.", "uss", "ust", "usw", "usw.", + "ute", "uvm", "uvm.", "u\u0308ber", + "u\u0308berschritten", + "u\u0308r", "u\u2019s", "v", "v.", @@ -2110,17 +3061,26 @@ "v.v", "v_v", "value", + "value-add", "value-added", "var", "vehicle", + "vehikelstruktur", "vel", + "ven", "ver", "verbesserungen", + "verbund", + "vereinigtes", "vergleiche", "vergu\u0308tung", "verg\u00fctung", "verkaufs", "verkaufs-", + "verkehrswertes", + "verl\u00e4ngerungsoption", + "vermietbare", + "vermietet", "very", "ves", "vgl", @@ -2133,9 +3093,13 @@ "vm.", "vol", "vol.", + "voll", + "volume", "vom", "von", "vor", + "vorhanden", + "vorlauf", "vor\u2019m", "vs", "vs.", @@ -2144,10 +3108,14 @@ "w.", "wSt", "walls", + "walt", "way", "well-established", + "well-mitigated", + "wenn", "werden", "wertstabile", + "wholesale", "why", "wir", "wird", @@ -2155,10 +3123,13 @@ "wiss", "wiss.", "with", + "wohngemeinschaften", "wohnimmobilien", "worldwide", "x", "x'", + "x+xx", + "x+xxx", "x-xxxx", "x.", "x.X", @@ -2183,8 +3154,10 @@ "x_x", "xd", "xdd", + "xemoours", "xit", "xx", + "xx-xxxx", "xx.", "xx.x", "xxXxx", @@ -2198,21 +3171,27 @@ "xxxx)-", "xxxx)/xxxx", "xxxx+", + "xxxx+/x", "xxxx+/xxxx", "xxxx,dd", "xxxx-", + "xxxx-xx", "xxxx-xx-xxxx", "xxxx-xxx", "xxxx-xxxx", "xxxx-xxxx-xxx", + "xxxx-xxxx-xxxx", "xxxx.", "xxxx\u0308xx", + "xxxx\u0308xxx-xxxx", "xxxx\u0308xxxx", "xxxx\u2019x", "xxx\u2019x", + "xx\u0308x", "xx\u0308xxxx", "xx\u2019x", "x\u0308xxx", + "x\u0308xxxx", "x\u2019", "x\ufe35x", "y", @@ -2221,6 +3200,7 @@ "years", "yield", "yle", + "yoy", "ype", "yrs", "z", @@ -2236,22 +3216,35 @@ "z.t.", "z.z.", "z.zt.", + "zeichnungen", + "zen", "zgl", "ziel-lty", "ziel-netto-irr", + "zielallokation", "zielanlagestrategie", + "zielausschu\u0308ttung", + "zielaussch\u00fcttung", + "zielmarkts", "zielm\u00e4rkte", + "zielobjekte", "zielobjektgr\u00f6\u00dfe", "zielregionfen)/jand", "zielrendite", + "zielrenditen", "zielsektoren", "zielvolumen", "ziirraiaein", + "zin", + "zins", "zins-", + "zinsfu\u00df", "zinss\u00e4tze", "zt", + "zte", "zu", "zum", + "zusatzl", "zw.", "zwischen", "zzgl", @@ -2261,8 +3254,11 @@ "}", "\u00a0", "\u00a2", + "\u00a9", + "\u00ab", "\u00ac", "\u00ac_\u00ac", + "\u00ae", "\u00af", "\u00af\\(x)/\u00af", "\u00af\\(\u30c4)/\u00af", @@ -2275,12 +3271,18 @@ "\u00b0f.", "\u00b0k.", "\u00b0x.", + "\u00c4", + "\u00c4rzteh\u00e4user", + "\u00c4rzteh\u00e4usern", "\u00dc", "\u00dcbersicht", "\u00e4", "\u00e4.", "\u00e4gl", "\u00e4r.", + "\u00e4rzteh\u00e4user", + "\u00e4rzteh\u00e4usern", + "\u00e9", "\u00f6", "\u00f6.", "\u00f6m.", @@ -2300,6 +3302,7 @@ "\u0ca0_\u0ca0", "\u0ca0\ufe35\u0ca0", "\u2014", + "\u2018", "\u2019", "\u2019-(", "\u2019-)", diff --git a/project/backend/spacy-service/spacy_training/training_data.py b/project/backend/spacy-service/spacy_training/training_data.py index 8f98f7f..a7f58f4 100644 --- a/project/backend/spacy-service/spacy_training/training_data.py +++ b/project/backend/spacy-service/spacy_training/training_data.py @@ -205,44 +205,357 @@ TRAINING_DATA = [ ), ( "Zielmärkte Klassifizierung SFDR Invastitionsfokus Rendite- / Risikoprofil Rechtsform Eigenkapital /FK Quote Investftionsvolumen Prognostizierte Gesamtrendite {IRR)* Prognostizierte Ausschüttungsrandite* Mindestanlage Mitgliedschaft Im Anlagesusschuss Ankaufs- / Verkaufs- / Verkaufs(Teflimmobilfe)- / Baumanagementgebahr (inkl. USt.) Parformanceabhängige Vergütung Einmalige Strukturierungsgebühr Deutsche Metropolregianen und umliegende Regionen mit Städten >50T Einwohner Artikel 8 Wohnimmobilien Deutschland ‚Aktive Bestandsentwicklung Offener Spezial-AlF mit festen Anlagebedingungen rd. 200 Mio. € / max. 20% rd. 250 Mio. € 7,5 % (nach Kosten & Gebühren, vor Steuern) 8 4,0 % {nach Kosten & Gebühren, var Steuern} 5Mio.€ Ab 10 Mio. € 1,40 % / 0,80 % /2,12% / 4,91 % Laufzeit / Investtionszeltraum Ausschüttungsintervalle 20 % über einer @ Ausschüttungsrendite von 4,0 % 0,1% der bis zum 31.12.2023 erfolgten Kapitalzusagen (max. 200.000 &) 10 bis 12 Jahre / bis zu 24 Monate angestrebt Mindestens jährlich", - {"entities": [[945, 960, "Laufzeit"]]}, + {"entities": [[945, 960, "LAUFZEIT"]]}, ), ( "Laufzeit / Investtionszeltraum,10 bis 12 Jahre / bis zu 24 Monate angestrebt Ausschüttungsintervalle,Mindestens jährlich", - {"entities": [[31, 46, "Laufzeit"]]}, + {"entities": [[31, 46, "LAUFZEIT"]]}, ), ( "10-12 Jahre Laufzeit bei einem LTV von bis zu 20%", - {"entities": [[0, 11, "Laufzeit"]]}, + {"entities": [[0, 11, "LAUFZEIT"]]}, ), ( "vom Manager festgelegter Stil Rechtsform Jahr des ersten Closings Laufzeit Geplantes Jahr der Auflösung Ziel-Netto-IRR / Gesamtrendite* Zielvolumen des Anlagevehikels Ziel-LTY‚Aktueller LTV Zielsektoren Zielanlagestrategie Fonds Offen Deutschland Core, Core + Offener Immobilien-Spezialfonds 2022 10 - 12 Jahre", - {"entities": [[297, 310, "Laufzeit"], [247, 259, "Risikoprofil"]]}, + {"entities": [[297, 310, "LAUFZEIT"], [247, 259, "RISIKOPROFIL"]]}, ), ( "Allgemeine Annahmen Ankaufsphase Haltedauer Zielobjektgröße Finanzierung Investitions-annahmen Zielrendite 24 Monate Investmentzeitraum 10 Jahre (+) EUR 20-75 Mio. Keine externe Finanzierung zum Auftakt (ausschließlich Darlehen der Anteilseigner). Die Finanzierung wird nach der Ankaufsphase und Stabilisierung der Zinssätze neu geprüft. Angestrebter LTV zwischen 25-40 % Investitionen für Renovierungen und ESG- Verbesserungen werden für jedes Objekt einzeln festgelegt. 5,00-5,25 % Ausschüttungsrendites", - {"entities": [[136, 148, "Laufzeit"], [472, 483, "Ausschüttungsrendite"]]}, + {"entities": [[136, 148, "LAUFZEIT"], [472, 483, "AUSSCHÜTTUNGSRENDITE"]]}, ), ( "Zielrendite 5,00-5,25 % Ausschüttungsrendite 1) Ankauf von Objekten an Tag eins mit 100% Eigenkapital. Die Strategie unterstellt die Aufnahme von Fremdkapital, sobald sich die Zins- und Finanzierungskonditionen nachhaltig stabilisieren. Strategie - Übersicht Risikoprofil Core+", - {"entities": [[12, 23, "Ausschüttungsrendite"], [272, 277, "Risikoprofil"]]}, + {"entities": [[12, 23, "AUSSCHÜTTUNGSRENDITE"], [272, 277, "RISIKOPROFIL"]]}, ), ( "Vehicle lifetime / investment period Open-ended fund", - {"entities": [[37, 52, "Laufzeit"]]}, + {"entities": [[37, 52, "LAUFZEIT"]]}, ), ( "Vehicle / domicile Alternative Investment Fund / Luxembourg (e.g. SCSp SICAV-RAIF) Investment strategy eturn pro Real Estate (PropCo + OpCo) Investing in upscale hotels with long-term management contracts in major European destinations Core/Core+ with OpCo premium Management Agreements solely with financially strong and experienced partners/ global brands Cash flow-oriented Cash-flow pattern Target equity /AuM € 400m equity / € 800m AuM (50% Loan-to-Value) Vehicle lifetime / investment period Open-ended fund", - {"entities": [[498, 513, "Laufzeit"], [236, 245, "Risikoprofil"]]}, + {"entities": [[498, 513, "LAUFZEIT"], [236, 245, "RISIKOPROFIL"]]}, ), ( "Vehicle type (Lux-RAIF) (net of fees) IRR6.5% ACCOR Vehicle structure Open-ended Targetvehiclesize € 400m (equity) Manager-defined Core/Core+ with | style OpCo Premium darge CLV. 50% Pt H | LTO N WORLDWIDE Year of first closing 2020 Target no. ofinvestors 1-5 Fund life (yrs} Open-ended Min-commitmentper —¢ 400m", - {"entities": [[131, 141, "Risikoprofil"], [70, 80, "Laufzeit"]]}, + {"entities": [[131, 141, "RISIKOPROFIL"], [70, 80, "LAUFZEIT"]]}, ), ( "Fund term: Open-ended", - {"entities": [[11, 21, "Laufzeit"]]}, + {"entities": [[11, 21, "LAUFZEIT"]]}, + ), + ( + "Abdeckung der Risiko-Rendite-Bandbreite (Core, Core+, Value-Add)", + {"entities": [[41, 63, "RISIKOPROFIL"]]}, + ), + ( + "5,1% - 8,5% IRR!", + {"entities": [[0, 11, "RENDITE"]]}, + ), + ( + "Retailinvestitionsvolumen nach Ländern (2024) Vereinigtes Königreich, 26,4% Deutschland, 19,0% Andere, 19,7% Italien, 8,2% Irland, 3,3% N | Frankreich, Spanien, 8,1%", + {"entities": [[46, 75, "LÄNDERALLOKATION"], [76, 94, "LÄNDERALLOKATION"], [95, 108, "LÄNDERALLOKATION"], [109, 122, "LÄNDERALLOKATION"], [123, 135, "LÄNDERALLOKATION"]]}, + ), + ( + "Erwartete IRR 5 (je nach Objekt- ‘A(E) 6.00% - 8,00%", + {"entities": [[39, 52, "RENDITE"]]}, + ), + ( + "Zielmarkts Deutsche Metropolregianen und umliegende Regionen mit Städten >50T Einwohner Klassifizierung SFDR Artikel 8 Invastitionsfokus Wohnimmobilien Deutschland Rendite- / Risikoprofil ‚Aktive Bestandsentwicklung Rechtsform Offener Spezial-AlF mit festen Anlagebedingungen Eigenkapital /FK Quote rd. 200 Mio. € / max. 20% Investftionsvolumen rd. 250 Mio. € Prognostiderte Gesamtrendite {IRR)* 7,5 % (nach Kosten & Gebühren, vor Steuern) Prognostizierte Ausschüttungsrandite* @ 4,0 % {nach Kosten & Gebühren, var Steuern} Mindestanlage 5Mio.€ Mitgliedschaft Im Anlagesusschuss Ab 10 Mio. € Ankaufs- / Verkaufs- / Verkaufs(Teflimmobilfe)- / Baumanagementgebahr (inkl. USt) 1,40 %/080%/212%/491% Parformanceabhängige Vergütung 20 % über einer ® Ausschüttungsrendite von 4,0% Einmalige Strukturierungsgebühr 0,1% der bis zum 31.12.2023 erfolgten Kapitalzusagen (max. 200.000 €) Laufzelt / Investtonszeltraum 10 bis 12 Jahre / bis zu 24 Monate angestrebt Ausschüttungsintervalle Mindestens jährlich", + {"entities": [[396, 401, "RENDITE"], [482, 487, "AUSSCHÜTTUNGSRENDITE"], [914, 929, "LAUFZEIT"]]}, + ), + ( + "= Prognostizierte jährliche Ausschüttung von @ 4,0%* = Prognostizierte Gesamtrendite (IRR) von 7,5%*", + {"entities": [[48, 52, "AUSSCHÜTTUNGSRENDITE"], [96, 100, "RENDITE"]]}, + ), + ( + "Prognose: 7,5%+ IRR auf Fondsebene", + {"entities": [[10, 14, "RENDITE"]]}, + ), + ( + "= Prognostizierte jährliche Ausschüttung* von 84,0% = Prognostizierte Gesamtrendite (IRR}* von 7,5%", + {"entities": [[96, 100, "RENDITE"], [49, 53, "AUSSCHÜTTUNGSRENDITE"]]}, + ), + ( + "= Lagefokussierung: Metropolregionen Deutschlands = Finanzierung: max. 20% LTV = Risikoprofil: Core, Core +", + {"entities": [[95, 107, "RISIKOPROFIL"]]}, + ), + ( + "Performance-Fee: 20% über einer @ Ausschüttungsrendite von 4,0%", + {"entities": [[61, 65, "AUSSCHÜTTUNGSRENDITE"]]}, + ), + ( + "Fondstyp Offener Spezial-AIF nach KAGB mit festen Anlagebedingungen ESG-Klassifizierung Fonds gemäß Artikel 8 EU-Offenlegungsverordnung KVG IntReal GmbH, Hamburg Anlagestrategie Aufbau eines Objektportfolios aus Ärztehäusern, die langfristig vermietet sind Ärztehäuser, Laborimmobilien, im Verbund mit Ärztehäusern auch ambulant Zielobjekte betreute Wohngemeinschaften; Mietanteil Medizin und medizinnahe Dienstleistungen/Handel > 65 % (Objektebene) WALT >5 Jahre bei Ankauf Objektbaujahre Ab 2000 Anlagegrenzen Einzelinvestment 8-30 Mio. EUR Anzahl Objekte 10-20 Deutschland bundesweit; jeweiliges Einzugsgebiet > 25.000 Einwohner mit Regionen stabiler Bevölkerungsprognose Risikoprofil Core / Core +", + {"entities": [[689, 702, "RISIKOPROFIL"]]}, + ), + ( + "Fondsvolumen 300 Mio. EUR Zielrendite (IRR) > 6,0 % p. a. Ausschuttung >5,0 % p. a. Ankaufszeitraum 2024-2026 Laufzeit 31.12.2036 Mindestanlage 10 Mio. EUR Anlageausschuss Ja, entscheidet u. a. über Objekterwerb (Mitglied kann ab 20 Mio. EUR gestellt werden) Gebührenstruktur Marktüblich (auf Anfrage) Projektentwicklungen keine Forward-Deals Möglich, maximal 18 Monate Vorlauf; keine Projektentwicklungsrisiken beim Fonds Erbbaurechte Möglich, sofern Laufzeit > 60 Jahre und angemessene Entschädigung bei Ablauf und Heimfall Status Objektpipeline vorhanden: siehe Folie 16 ff.", + {"entities": [[44, 57, "RENDITE"], [71, 83, "AUSSCHÜTTUNGSRENDITE"], [120, 130, "LAUFZEIT"]]}, + ), + ( + "Niederlande (max. 35 %) Länderallokation Frankreich (max. 35 %) (in % vom Zielvolumen) Skandinavien (Schweden, Dänemark) (max. 35 %) Deutschland (<= 10 %)", + {"entities": [[0, 23, "LÄNDERALLOKATION"], [41, 63, "LÄNDERALLOKATION"], [87, 132, "LÄNDERALLOKATION"], [133, 154, "LÄNDERALLOKATION"]]}, + ), + ( + "Führender Immobilien-Investmentmanager in den Nordics für globale ll institutionelle Investoren in Value Add und Core Strategien", + {"entities": [[101, 119, "RISIKOPROFIL"]]}, + ), + ( + "Core und Core+ Fonds", + {"entities": [[0, 14, "RISIKOPROFIL"]]}, + ), + ( + "Risikoprofil Core / Core+", + {"entities": [[13, 25, "RISIKOPROFIL"]]}, + ), + ( + "Durchschnittlich geplante jährliche Ausschüttung von 4,5-5,5% auf das investierte Eigenkapital an die Anleger Geplante Gesamtrendite von 5-6% (IRR) auf das eingezahlte Eigenkapital", + {"entities": [[54, 62, "AUSSCHÜTTUNGSRENDITE"], [138, 142, "RENDITE"]]}, + ), + ( + "Geografische Zielallokation nach Investitionsphase des Fonds: 1) Schweden 20-60% Allokation Länder 2) Finnland 20-60% 3) Norwegen 10-40% 4) Dänemark 10-40%", + {"entities": [[65, 80, "LÄNDERALLOKATION"], [102, 117, "LÄNDERALLOKATION"], [121, 136, "LÄNDERALLOKATION"], [140, 155, "LÄNDERALLOKATION"]]}, + ), + ( + "Deutsches Spezial-Sondervermögen mit festen Anlagebedingungen ($284 KAGB) Immobilien- oder Infrastrukturquote (nach Solvency II) Core / Core+ Euro Hauptstadtregionen und andere Großstädte in den Nordics €500 Mio. 4,5-5,5% 15 Jahre; Fonds hat unbegrenzte Laufzeit; Investmentphase 4 Jahre Maximaler Fremdkapitalanteil 50% (LTV-Ziel bei Ankauf), Langfristiges LTV-Ziel auf Fondsebene ist 45% 0,625% p. a. des Bruttofondsvermögens Zeichnungen ab € 30 Mio. - 0,03 % Rabatt Zeichnungen ab € 50 Mio. - zusatzl. 0,03 % Rabatt 1,1% des Verkehrswertes 0,6% der Bruttoverkaufswert 10% wenn Hurdle Rate 5,0 % p. a. (IRR netto) überschritten wird (nach 15 Jahren berechnet) Ja", + {"entities": [[129, 141, "RISIKOPROFIL"], [213, 221, "ZIELRENDITE"], [242, 262, "LAUFZEIT"]]}, + ), + ( + "Standort Helsinki, Finnland Sektor Bildungswesen, Schule& Kindertagesstätte Vermietbare Fläche 3.321 m? Leerstand bei Ankauf 0% / 0% Ankaufspreis+ Investitionen €21,4 Mio. + €0,2 Mio Eigenkapital €21,6 Mio. Ankaufs- / Stabilisierungs- / Exitrendite 5,0%/ 5,5%/ 5,0% NOI zum Ankaufszeitpunkt / Exit-NOI €1.1m/ €1.2m Zielrenditen (netto für LPs) 5,4% IRR/ 1.5x EM / DY 4,3% Ankauf / Exit Dezember 2023/ Dezember 2033", + {"entities": [[345, 349, "ZIELRENDITE"]]}, + ), + ( + "Evergreen/offene Fondsstrukturenv Core / Core+ Strategien", + {"entities": [[34, 46, "RISIKOPROFIL"]]}, + ), + ( + "BEE Henderson German 2012 Logistik Core/D/Art. 8 € 336 Mio. 12 (voll investiert) 13,0 % p.a.", + {"entities": [[35, 39, "RISIKOPROFIL"], [81, 87, "RENDITE"]]}, + ), + ( + "ICF German Logistics 2014 Logistik Core/D/Art. 8 € 400 Mio. 16 (voll investiert) 12,0 % p.a.", + {"entities": [[35, 39, "RISIKOPROFIL"], [81, 87, "RENDITE"]]}, + ), + ( + "Individualmandat 2015 Logistik Core / D+AU/ ArTt. 6 € 200 Mio. 8 (realisiert) 8,0 % p.a.", + {"entities": [[31, 35, "RISIKOPROFIL"], [78, 83, "RENDITE"]]}, + ), + ( + "European Logistics Partnership” 2017 Logistik Value-Add / Europ/a - € 1.000 Mio. 28 (realisiert) 20,0 % p.a.", + {"entities": [[46, 55, "RISIKOPROFIL"], [97, 103, "RENDITE"]]}, + ), + ( + "European Core Logistics Fund (ECLF 1) 2021 Logistik Core / Euro/p Arat. 8 € 314 Mio. 12 (voll investiert) 7,50 % p.a.", + {"entities": [[9, 13, "RISIKOPROFIL"], [106, 112, "RENDITE"]]}, + ), + ( + "P-Logistik Europa Fonds (ECLF 2) 2022 Logistik Core / Euro/p Arat. 8 € 150 Mio.? A (voll investiert) 6,5 % p.a.?", + {"entities": [[47, 51, "RISIKOPROFIL"], [101, 106, "RENDITE"]]}, + ), + ( + "First Business Parks 2015 Light Industrial Value Add / D+AUT € 100 Mio. 6 (realisiert) 16,0 % p.a.", + {"entities": [[43, 52, "RISIKOPROFIL"], [87, 93, "RENDITE"]]}, + ), + ( + "Unternehmensimmobilien Club 1 2016 Light Industrial Core+/D € 186 Mio. 9 (voll investiert) 13,0 % p.a.", + {"entities": [[91, 97, "RENDITE"]]}, + ), + ( + "Unternehmensimmobilien Club 1 2016 Light Industrial Core+/D € 186 Mio. 9 (voll investiert) 13,0 % p.a.", + {"entities": [[52, 57, "RISIKOPROFIL"], [91, 97, "RENDITE"]]}, + ), + ( + "Unternehmensimmobilien Club 2 2021 Light Industrial Core+/D € 262 Mio. 12 (voll investiert) 9,00 % p.a.", + {"entities": [[52, 57, "RISIKOPROFIL"], [92, 98, "RENDITE"]]}, + ), + ( + "Individualmandat 2022 Light Industrial Value-Add / Nordics € 100 Mio. 5 (voll investiert) 18,0 % p.a.", + {"entities": [[39, 48, "RISIKOPROFIL"], [90, 96, "RENDITE"]]}, + ), + ( + "EUROPEAN CORE LOGISTICS FUND 3", + {"entities": [[9, 13, "RISIKOPROFIL"]]}, + ), + ( + "Core Investitionen", + {"entities": [[0, 4, "RISIKOPROFIL"]]}, + ), + ( + "8 % IRR", + {"entities": [[0, 3, "RENDITE"]]}, + ), + ( + "Rendite-Risiko-Profil Core ° Geographischer Fokus Kontinentaleuropaische Kernvolkswirtschaften nach Allokationsprofil * Sektoraler Fokus Logistikimmobilien nach Allokationsprofil Kapitalstruktur ° Eigenkapital € 250 Mio. ° Fremdkapital 50 % angestrebt, max. 60 % der Immobilienwerte (Objektebene) °e Mindestzeichnung € 10 Mio. Vehikelstruktur ° Rechtsform Immobilien-Spezial-AlF mit festen Anlagebedingungen nach 3 284 KAGB ° Klassifikation Artikel 8 Offenlegungsverordnung ¢ Anlagehorizont 10 Jahre mit Verlängerungsoption um 2 Jahre! ° Geplante Auflage 01 2025 Performanceziel? ° Ausschüttung 6,0 % p.a. (Durchschnitt 10 Jahre Haltedauer) ° Interner Zinsfuß (IRR) 8,0 % p.a. (10 Jahre Haltedauer, Target-IRR)", + {"entities": [[22, 26, "RISIKOPROFIL"], [596, 601, "AUSSCHÜTTUNGSRENDITE"], [667, 672, "RENDITE"]]}, + ), + ( + "Core/Core+, mit Cash-Flow-Stabilität", + {"entities": [[0, 10, "RISIKOPROFIL"]]}, + ), + ( + "Zielausschüttung: min. 5,10%", + {"entities": [[24, 29, "ZIELAUSSCHÜTTUNG"]]}, + ), + ( + "Zielrendite (IRR): min. 5,50%", + {"entities": [[24, 29, "ZIELRENDITE"]]}, + ), + ( + "Rewe & Lidl Maxhütte-Haidhof é ae: 6 s Bahnhof Ankermieter REWE & Lidl er WALT 20 und 17 Jahre Miete p.a. 1.127.916 € Kaufpreis 21,43 Mio. € Faktor 19,00 x LTV / Zins 80% / 4,0% Ausschüttung 5,7 % IRR 7,1%", + {"entities": [[193, 198, "AUSSCHÜTTUNGSRENDITE"], [203, 207, "ZIELRENDITE"]]}, + ), + ( + "Real Estate Prime Europe Access the Core of European Prime Cities with a green SRI fund including a genuine low carbon commitment", + {"entities": [[36, 40, "RISIKOPROFIL"]]}, + ), + ( + "(FR, UK, DE, BE, NL, LU, Nordics, Allocation SP, IT, CH)", + {"entities": [[1, 32, "LÄNDERALLOKATION"], [45, 55, "LÄNDERALLOKATION"]]}, + ), + ( + "IRR: 6% - 7%", + {"entities": [[5, 12, "RENDITE"]]}, + ), + ( + "Europe | Germany 67 Value Add", + {"entities": [[9, 16, "LÄNDERALLOKATION"], [20, 29, "RISIKOPROFIL"]]}, + ), + ( + "Germany, Norway 336 Core Plus", + {"entities": [[0, 7, "LÄNDERALLOKATION"], [20, 29, "RISIKOPROFIL"]]}, + ), + ( + "UK", + {"entities": [[0, 2, "LÄNDERALLOKATION"]]}, + ), + ( + "NORWAY", + {"entities": [[0, 6, "LÄNDERALLOKATION"]]}, + ), + ( + "9.8% IRR", + {"entities": [[0, 4, "RENDITE"]]}, + ), + ( + "Investment volume down 52% to €2.3 billion, with 4,000 100 14% value-add and core-plus increasing YoY", + {"entities": [[63, 86, "RISIKOPROFIL"]]}, + ), + ( + "Geared Gross IRR‘ seeking a range of 16-18% per annum", + {"entities": [[37, 43, "RENDITE"]]}, + ), + ( + "Open-ended fund 24 months, incl. rolling reinvestment Sale of individual assets with respective management contracts or geared leases IRR: >6.5% | CoC: >5.0%", + {"entities": [[0, 10, "LAUFZEIT"], [139, 144, "RENDITE"]]}, + ), + ( + "Our investment strategy focuses on investing in upscale hotels in European prime locations, including DACH, Italy, Spain, Portugal, France, UK, Denmark, Benelux,and Poland.", + {"entities": [[102, 171, "LÄNDERALLOKATION"]]}, + ), + ( + "Core+ assets with value-add potential, Emerging Gateway Cities Helsinki] Core+ with Value well-mitigated risk and great upside Potential potential through asset improvement or = Max. 20% UK & Ireland {no contract renegotiation currency risk hedging], 80% tinental E > IRR target of 6-9%", + {"entities": [[0, 5, "RISIKOPROFIL"], [282, 286, "RENDITE"]]}, + ), + ( + "10% net IRR since inception in 2018?", + {"entities": [[0, 3, "RENDITE"]]}, + ), + ( + "Eurozone: Benelux, France and Germany", + {"entities": [[10, 37, "LÄNDERALLOKATION"]]}, + ), + ( + "Open-ended, with quarterly liquidity (redemption rights, dual pricing)", + {"entities": [[0, 10, "LAUFZEIT"]]}, + ), + ( + "Class A & B (Institutional): 0.93% on NAV; Class D (Wholesale): 1.80% on NAV; Class P (Wholesale): 1.25% on NAV", + {"entities": [[29, 34, "MANAGMENTGEBÜHREN"], [64, 69, "MANAGMENTGEBÜHREN"], [99, 104, "MANAGMENTGEBÜHREN"]]}, + ), + ( + "Risk profile: favour core > © at least and core+ assets with a targeted N 2 n allocation to value add assets to enhance returns", + {"entities": [[21, 25, "RISIKOPROFIL"], [43, 48, "RISIKOPROFIL"]]}, + ), + ( + "The Netherlands (38 assets) = Germany (9 assets) 10 largest Country assets split France (8 assets)", + {"entities": [[0, 15, "LÄNDERALLOKATION"], [30, 37, "LÄNDERALLOKATION"], [81, 87, "LÄNDERALLOKATION"]]}, + ), + ( + "Expected IRR 10.9%", + {"entities": [[13, 18, "ZIELRENDITE"]]}, + ), + ( + "Structure Open-end, perpetual life, Luxembourg domiciled Initial Target Size* €2 billion 6-8% total return,", + {"entities": [[10, 18, "LAUFZEIT"], [89, 93, "RENDITE"]]}, + ), + ( + "Geographic Focus: UK, Ireland, Iberia, Nordics, Netherlands, Germany, France, Italy", + {"entities": [[18, 83, "LÄNDERALLOKATION"]]}, + ), + ( + "IRR of 13-14%", + {"entities": [[7, 13, "RENDITE"]]}, + ), + ( + "Value-add", + {"entities": [[0, 9, "RISIKOPROFIL"]]}, + ), + ( + "Geographic allocation NORDICS UNITED KINGDOM GERMANY FRANCE PORTUGAL BENELUX", + {"entities": [[22, 76, "LÄNDERALLOKATION"]]}, + ), + ( + "Strong track record delivering a 17% net IRR, 1.7x net multiple across all divested assets (both discretionary and non-discretionary mandates)", + {"entities": [[33, 36, "RENDITE"]]}, + ), + ( + "Targeting a 7-8% net annual return and a 3-4% dividend yield, reflecting a target LTV of 35% (capped at 37.5%)", + {"entities": [[12, 16, "RENDITE"]]}, + ), + ( + "Sweden Norway Denmark Finland", + {"entities": [[0, 29, "LÄNDERALLOKATION"]]}, + ), + ( + "Logistics Residential Office Other", + {"entities": [[0, 34, "SEKTORENALLOKATION"]]}, + ), + ( + "Fund Term Open-ended with an initial 24-month lock-in for new investors", + {"entities": [[10, 20, "LAUFZEIT"]]}, + ), + ( + "Management fee of 85 bps on NAV.", + {"entities": [[18, 24, "MANAGMENTGEBÜHREN"]]}, + ), + ( + "Core/Core+ strategy, with tactical exposure to development projects aiming at enhancing the quality of the portfolio over time", + {"entities": [[0, 10, "RISIKOPROFIL"]]}, + ), + ( + "Fund term: Open-ended", + {"entities": [[11, 21, "LAUFZEIT"]]}, + ), + ( + "Return targets: The fund targets a net internal rate of return (IRR) of 8% and a net annual income yield of 5% with planned quarterly distributions’.", + {"entities": [[72, 74, "RENDITE"]]}, + ), + ( + "Geographic scope: The fund has a broad mandate to invest in commercial and residential real estate across Sweden, Denmark, Finland, and Norway. 50% LTV Asset selection: Heirs to acquire high-quality, income-generating properties in major Nordic cities and enhance their value through active asset management. Portfolio construction: The goal is to build diversified portfolios that are appealing to core buyers upon exit.", + {"entities": [[106, 142, "LÄNDERALLOKATION"]]}, + ), + ( + "Experience: Since 2012, | | has demonstrated its capability to build diversified and resilient portfolios for its core-plus funds. German Real Estate Quota advantage . Local expertise: extensive local relationships and proprietary deal flow in key Nordic markets provide a strategic advantage.", + {"entities": [[114, 123, "RISIKOPROFIL"]]}, + ), + ( + "Target returns: 8% net IRR with 5% net annual income yield! * Geographic focus: Sweden, Denmark, Norway and Finland « Target leverage: 50% LTV (excluding short-term borrowing) « Sector exposure: office, logistics, public properties, retail (focused on grocery anchored and necessity driven retail) and residentials « Investment focus: high quality properties,", + {"entities": [[16, 18, "RENDITE"], [80, 115, "LÄNDERALLOKATION"], [195, 239, "SEKTORENALLOKATION"]]}, + ), + ( + "The Fund 2 xemoours common limited partnership (SCS) (SICAV-RAIF) Investment Objective To pursue investments in commercial and residential properties throughout the Nordic Region Fund Target Size €300 million (equity) Return Targets Target net IRR of 8%, target net annual income yield of 5%", + {"entities": [[251, 253, "RENDITE"]]}, ) + ] diff --git a/project/backend/spacy-service/spacy_training/training_model.py b/project/backend/spacy-service/spacy_training/training_model.py index 3df797f..0ac3a1a 100644 --- a/project/backend/spacy-service/spacy_training/training_model.py +++ b/project/backend/spacy-service/spacy_training/training_model.py @@ -1,5 +1,8 @@ import os +from pathlib import Path + import spacy +from spacy.cli.train import train from spacy.tokens import DocBin @@ -29,3 +32,9 @@ for text, annot in tqdm(TRAINING_DATA): # save the DocBin object os.makedirs("./data", exist_ok=True) db.to_disk("./data/train.spacy") + +config_path = Path("config.cfg") +output_path = Path("output") + +print("Starte Training...") +train(config_path, output_path)