Soenneker.Utils.String.CosineSimilarity 2.1.556

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.CosineSimilarity --version 2.1.556                
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 2.1.556                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Utils.String.CosineSimilarity" Version="2.1.556" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.CosineSimilarity --version 2.1.556                
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 2.1.556"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Utils.String.CosineSimilarity as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=2.1.556

// Install Soenneker.Utils.String.CosineSimilarity as a Cake Tool
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=2.1.556                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.String.CosineSimilarity

A utility library for comparing strings via Cosine Similarity

Installation

dotnet add package Soenneker.Utils.String.CosineSimularity

Why?

Imagine you have two sentences or documents. Cosine similarity helps you figure out how similar they are by looking at the -words- they share. Here's why it's handy:

Easy to Understand:

Cosine similarity is easy to understand. It's a number between 0 and 1 that represents how similar two documents are. The closer to 1, the more similar they are.

Not Bothered by Length:

Whether a text is long or short doesn't throw off cosine similarity. It cares more about the words and their relationships than the total number of words.

Meaning, Not Just Frequency:

It focuses on the meaning of words, not just how often they show up. So, even if one document has a lot more words than another, they might still be considered similar if they share important terms.

Efficient for Big Tasks:

When you're dealing with lots of documents or a ton of text, cosine similarity is efficient. It doesn't get bogged down by complicated calculations, making it a practical choice for large datasets.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = CosineSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 75
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.592 36 11/6/2024
2.1.591 47 11/1/2024
2.1.590 38 11/1/2024
2.1.589 42 11/1/2024
2.1.588 41 10/31/2024
2.1.586 73 10/29/2024
2.1.585 73 10/29/2024
2.1.584 59 10/29/2024
2.1.583 69 10/29/2024
2.1.582 62 10/28/2024
2.1.581 69 10/26/2024
2.1.580 69 10/26/2024
2.1.579 69 10/22/2024
2.1.578 59 10/22/2024
2.1.577 63 10/22/2024
2.1.576 59 10/22/2024
2.1.575 51 10/22/2024
2.1.574 62 10/22/2024
2.1.573 72 10/18/2024
2.1.572 76 10/17/2024
2.1.571 97 10/17/2024
2.1.570 69 10/15/2024
2.1.569 71 10/14/2024
2.1.568 72 10/12/2024
2.1.567 79 10/12/2024
2.1.566 80 10/11/2024
2.1.565 99 10/9/2024
2.1.564 75 10/9/2024
2.1.563 74 10/9/2024
2.1.562 73 10/9/2024
2.1.561 78 10/9/2024
2.1.560 75 10/8/2024
2.1.559 76 10/8/2024
2.1.558 60 10/8/2024
2.1.557 69 10/8/2024
2.1.556 77 10/3/2024
2.1.555 65 10/3/2024
2.1.554 64 10/3/2024
2.1.553 65 10/3/2024
2.1.552 74 10/2/2024
2.1.551 64 10/2/2024
2.1.550 83 10/2/2024
2.1.549 73 10/2/2024
2.1.548 77 10/1/2024
2.1.547 75 10/1/2024
2.1.546 79 10/1/2024
2.1.545 81 10/1/2024
2.1.544 91 9/29/2024
2.1.543 73 9/29/2024
2.1.542 72 9/29/2024
2.1.541 79 9/29/2024
2.1.540 84 9/27/2024
2.1.539 81 9/27/2024
2.1.538 82 9/27/2024
2.1.537 81 9/27/2024
2.1.536 75 9/27/2024
2.1.535 81 9/27/2024
2.1.534 91 9/27/2024
2.1.533 87 9/26/2024
2.1.532 86 9/26/2024
2.1.531 77 9/26/2024
2.1.530 83 9/26/2024
2.1.529 70 9/26/2024
2.1.528 74 9/26/2024
2.1.527 74 9/26/2024
2.1.526 75 9/26/2024
2.1.525 85 9/23/2024
2.1.524 76 9/23/2024
2.1.523 78 9/23/2024
2.1.522 74 9/23/2024
2.1.521 76 9/23/2024
2.1.520 83 9/23/2024
2.1.519 80 9/23/2024
2.1.518 76 9/23/2024
2.1.517 78 9/18/2024
2.1.516 75 9/18/2024
2.1.515 85 9/18/2024
2.1.514 77 9/18/2024
2.1.513 79 9/18/2024
2.1.512 81 9/17/2024
2.1.511 94 9/17/2024
2.1.510 91 9/17/2024
2.1.509 81 9/17/2024
2.1.508 74 9/17/2024
2.1.507 80 9/17/2024
2.1.506 76 9/17/2024
2.1.505 88 9/17/2024
2.1.504 82 9/16/2024
2.1.503 77 9/16/2024
2.1.502 89 9/16/2024
2.1.501 93 9/12/2024
2.1.500 86 9/12/2024
2.1.499 104 9/11/2024
2.1.498 107 9/11/2024
2.1.497 105 9/11/2024
2.1.496 104 9/11/2024
2.1.495 101 9/11/2024
2.1.494 101 9/10/2024
2.1.493 109 9/10/2024
2.1.492 94 9/10/2024
2.1.491 90 9/10/2024
2.1.490 98 9/10/2024
2.1.489 92 9/9/2024
2.1.487 114 9/9/2024
2.1.485 102 9/9/2024
2.1.484 98 9/9/2024
2.1.483 100 9/7/2024
2.1.482 102 9/7/2024
2.1.481 99 9/6/2024
2.1.479 96 9/6/2024
2.1.478 102 9/6/2024
2.1.477 109 9/5/2024
2.1.476 89 9/5/2024
2.1.475 108 9/5/2024
2.1.474 101 9/5/2024
2.1.473 102 9/5/2024
2.1.472 99 9/5/2024
2.1.471 103 9/5/2024
2.1.470 89 9/4/2024
2.1.469 83 9/4/2024
2.1.468 90 9/3/2024
2.1.467 82 9/3/2024
2.1.466 86 9/3/2024
2.1.465 92 9/3/2024
2.1.464 87 9/3/2024
2.1.463 90 9/3/2024
2.1.462 89 8/29/2024
2.1.461 82 8/29/2024
2.1.460 83 8/29/2024
2.1.459 97 8/26/2024
2.1.458 92 8/26/2024
2.1.457 112 8/21/2024
2.1.456 107 8/21/2024
2.1.455 106 8/21/2024
2.1.454 129 8/21/2024
2.1.453 111 8/20/2024
2.1.452 103 8/20/2024
2.1.451 100 8/20/2024
2.1.450 114 8/20/2024
2.1.449 112 8/20/2024
2.1.448 103 8/20/2024
2.1.447 111 8/19/2024
2.1.446 100 8/15/2024
2.1.445 115 8/15/2024
2.1.444 105 8/15/2024
2.1.443 99 8/14/2024
2.1.442 109 8/14/2024
2.1.441 113 8/13/2024
2.1.440 113 8/13/2024
2.1.439 84 8/7/2024
2.1.438 84 8/7/2024
2.1.437 81 8/7/2024
2.1.436 75 8/6/2024
2.1.435 84 8/1/2024
2.1.434 82 8/1/2024
2.1.432 74 7/25/2024
2.1.431 69 7/25/2024
2.1.430 69 7/25/2024
2.1.429 72 7/25/2024
2.1.428 74 7/25/2024
2.1.427 73 7/25/2024
2.1.426 80 7/25/2024
2.1.425 75 7/24/2024
2.1.423 100 7/20/2024
2.1.422 101 7/20/2024
2.1.421 98 7/20/2024
2.1.420 81 7/14/2024
2.1.419 77 7/14/2024
2.1.418 81 7/14/2024
2.1.417 75 7/14/2024
2.1.416 83 7/10/2024
2.1.415 86 7/10/2024
2.1.414 74 7/10/2024
2.1.413 93 7/10/2024
2.1.411 90 7/10/2024
2.1.410 71 7/10/2024
2.1.409 92 7/10/2024
2.1.408 79 7/10/2024
2.1.407 104 7/10/2024
2.1.405 95 7/10/2024
2.1.404 96 7/9/2024
2.1.402 80 7/9/2024
2.1.401 91 7/9/2024
2.1.400 78 7/9/2024
2.1.399 98 7/9/2024
2.1.398 96 7/9/2024
2.1.397 90 7/9/2024
2.1.396 95 7/9/2024
2.1.395 102 7/9/2024
2.1.394 91 7/8/2024
2.1.393 95 7/8/2024
2.1.392 94 7/8/2024
2.1.391 107 7/8/2024
2.1.390 84 7/8/2024
2.1.389 101 7/8/2024
2.1.388 92 7/7/2024
2.1.387 78 7/7/2024
2.1.386 107 7/3/2024
2.1.385 97 7/3/2024
2.1.384 95 7/3/2024
2.1.383 92 7/3/2024
2.1.382 98 7/3/2024
2.1.381 98 6/27/2024
2.1.380 84 6/27/2024
2.1.379 95 6/22/2024
2.1.378 90 6/22/2024
2.1.377 95 6/22/2024
2.1.376 104 6/16/2024
2.1.375 97 6/15/2024
2.1.374 97 6/15/2024
2.1.373 103 6/15/2024
2.1.372 106 6/15/2024
2.1.371 108 6/15/2024
2.1.370 98 6/15/2024
2.1.369 96 6/15/2024
2.1.368 99 6/15/2024
2.1.367 90 6/14/2024
2.1.366 95 6/14/2024
2.1.365 104 6/4/2024
2.1.364 115 6/4/2024
2.1.363 108 6/2/2024
2.1.362 113 6/1/2024
2.1.361 100 6/1/2024
2.1.360 103 6/1/2024
2.1.359 98 6/1/2024
2.1.358 112 6/1/2024
2.1.357 107 6/1/2024
2.1.356 105 6/1/2024
2.1.355 117 5/31/2024
2.1.354 100 5/31/2024
2.1.353 88 5/31/2024
2.1.352 99 5/31/2024
2.1.351 105 5/29/2024
2.1.350 95 5/29/2024
2.1.349 94 5/28/2024
2.1.348 100 5/28/2024
2.1.347 100 5/28/2024
2.1.346 97 5/28/2024
2.1.345 97 5/28/2024
2.1.344 100 5/27/2024
2.1.343 102 5/27/2024
2.1.342 91 5/27/2024
2.1.341 100 5/26/2024
2.1.340 104 5/26/2024
2.1.339 97 5/26/2024
2.1.338 107 5/26/2024
2.1.337 108 5/26/2024
2.1.336 103 5/26/2024
2.1.335 106 5/25/2024
2.1.334 107 5/25/2024
2.1.333 101 5/25/2024
2.1.332 105 5/25/2024
2.1.331 98 5/25/2024
2.1.330 104 5/25/2024
2.1.329 104 5/23/2024
2.1.328 105 5/23/2024
2.1.327 85 5/23/2024
2.1.326 108 5/23/2024
2.1.325 102 5/23/2024
2.1.324 110 5/23/2024
2.1.323 100 5/22/2024
2.1.322 105 5/22/2024
2.1.321 103 5/22/2024
2.1.320 97 5/22/2024
2.1.319 104 5/18/2024
2.1.318 102 5/18/2024
2.1.317 94 5/18/2024
2.1.316 99 5/18/2024
2.1.315 104 5/17/2024
2.1.314 127 5/17/2024
2.1.313 107 5/17/2024
2.1.312 99 5/16/2024
2.1.311 110 5/16/2024
2.1.310 123 5/15/2024
2.1.309 100 5/15/2024
2.1.308 116 5/15/2024
2.1.307 112 5/13/2024
2.1.306 106 5/13/2024
2.1.305 91 5/13/2024
2.1.304 121 4/30/2024
2.1.303 110 4/30/2024
2.1.302 109 4/30/2024
2.1.301 116 4/30/2024
2.1.300 103 4/29/2024
2.1.299 106 4/29/2024
2.1.298 93 4/29/2024
2.1.297 95 4/29/2024
2.1.296 98 4/28/2024
2.1.295 108 4/28/2024
2.1.294 106 4/28/2024
2.1.293 100 4/28/2024
2.1.292 106 4/28/2024
2.1.291 100 4/28/2024
2.1.290 105 4/28/2024
2.1.289 101 4/27/2024
2.1.288 129 4/27/2024
2.1.287 114 4/20/2024
2.1.286 108 4/20/2024
2.1.285 104 4/19/2024
2.1.284 99 4/19/2024
2.1.283 108 4/19/2024
2.1.282 106 4/19/2024
2.1.281 100 4/18/2024
2.1.280 112 4/13/2024
2.1.279 91 4/13/2024
2.1.278 106 4/13/2024
2.1.277 97 4/12/2024
2.1.276 91 4/12/2024
2.1.275 94 4/12/2024
2.1.274 93 4/12/2024
2.1.273 92 4/12/2024
2.1.272 96 4/12/2024
2.1.271 94 4/12/2024
2.1.270 88 4/12/2024
2.1.269 98 4/11/2024
2.1.268 107 4/10/2024
2.1.267 91 4/10/2024
2.1.266 92 4/10/2024
2.1.265 98 4/10/2024
2.1.264 95 4/10/2024
2.1.263 119 4/3/2024
2.1.262 102 4/3/2024
2.1.261 393 3/30/2024
2.1.260 109 3/29/2024
2.1.259 109 3/29/2024
2.1.258 105 3/25/2024
2.1.257 134 3/25/2024
2.1.256 110 3/25/2024
2.1.255 97 3/25/2024
2.1.254 110 3/25/2024
2.1.253 106 3/21/2024
2.1.252 101 3/21/2024
2.1.251 110 3/21/2024
2.1.250 96 3/20/2024
2.1.249 105 3/20/2024
2.1.248 122 3/19/2024
2.1.247 87 3/19/2024
2.1.246 100 3/19/2024
2.1.245 96 3/19/2024
2.1.244 100 3/19/2024
2.1.243 116 3/19/2024
2.1.242 113 3/18/2024
2.1.241 103 3/16/2024
2.1.240 99 3/16/2024
2.1.239 111 3/16/2024
2.1.238 112 3/15/2024
2.1.237 111 3/13/2024
2.1.236 115 3/13/2024
2.1.235 110 3/13/2024
2.1.234 106 3/13/2024
2.1.233 110 3/13/2024
2.1.232 118 3/13/2024
2.1.231 115 3/13/2024
2.1.230 114 3/13/2024
2.1.229 134 3/12/2024
2.1.228 111 3/12/2024
2.1.227 110 3/12/2024
2.1.226 118 3/12/2024
2.1.225 101 3/11/2024
2.1.224 103 3/11/2024
2.1.223 128 3/11/2024
2.1.222 103 3/11/2024
2.1.221 105 3/11/2024
2.1.220 116 3/10/2024
2.1.219 114 3/10/2024
2.1.218 110 3/10/2024
2.1.217 111 3/10/2024
2.1.216 126 3/9/2024
2.1.215 117 3/8/2024
2.1.214 116 3/8/2024
2.1.213 120 3/8/2024
2.1.212 105 3/8/2024
2.1.211 108 3/8/2024
2.1.210 101 3/8/2024
2.1.209 115 3/6/2024
2.1.208 113 3/6/2024
2.1.207 105 3/6/2024
2.1.206 109 3/4/2024
2.1.205 96 3/4/2024
2.1.204 117 3/4/2024
2.1.203 118 3/4/2024
2.1.202 96 3/4/2024
2.1.201 107 3/3/2024
2.1.200 119 3/3/2024
2.1.199 109 3/3/2024
2.1.198 114 3/3/2024
2.1.197 107 3/2/2024
2.1.196 105 3/2/2024
2.1.195 104 2/29/2024
2.1.194 100 2/29/2024
2.1.193 97 2/29/2024
2.1.192 107 2/29/2024
2.1.191 105 2/29/2024
2.1.190 92 2/29/2024
2.1.189 116 2/29/2024
2.1.188 111 2/29/2024
2.1.187 97 2/27/2024
2.1.186 104 2/26/2024
2.1.185 82 2/26/2024
2.1.184 100 2/25/2024
2.1.183 92 2/25/2024
2.1.182 99 2/25/2024
2.1.181 110 2/25/2024
2.1.180 107 2/25/2024
2.1.179 97 2/24/2024
2.1.178 96 2/23/2024
2.1.177 95 2/23/2024
2.1.176 98 2/22/2024
2.1.175 110 2/22/2024
2.1.174 109 2/22/2024
2.1.173 88 2/22/2024
2.1.172 96 2/22/2024
2.1.171 103 2/22/2024
2.1.170 112 2/21/2024
2.1.169 112 2/21/2024
2.1.168 93 2/21/2024
2.1.167 106 2/21/2024
2.1.166 130 2/21/2024
2.1.165 108 2/21/2024
2.1.164 95 2/21/2024
2.1.163 121 2/20/2024
2.1.162 96 2/20/2024
2.1.161 106 2/20/2024
2.1.160 104 2/20/2024
2.1.159 117 2/20/2024
2.1.158 98 2/20/2024
2.1.157 103 2/20/2024
2.1.156 99 2/20/2024
2.1.155 109 2/19/2024
2.1.154 87 2/19/2024
2.1.153 126 2/19/2024
2.1.152 85 2/19/2024
2.1.151 111 2/17/2024
2.1.150 122 2/17/2024
2.1.149 98 2/17/2024
2.1.148 111 2/17/2024
2.1.147 117 2/17/2024
2.1.146 100 2/16/2024
2.1.145 111 2/16/2024
2.1.144 90 2/16/2024
2.1.143 113 2/16/2024
2.1.142 96 2/16/2024
2.1.141 106 2/16/2024
2.1.140 112 2/16/2024
2.1.139 105 2/14/2024
2.1.138 110 2/14/2024
2.1.137 109 2/14/2024
2.1.136 114 2/14/2024
2.1.135 95 2/13/2024
2.1.134 108 2/13/2024
2.1.133 93 2/13/2024
2.1.132 113 2/13/2024
2.1.131 114 2/13/2024
2.1.130 108 2/13/2024
2.1.129 123 2/12/2024
2.1.128 104 2/12/2024
2.1.127 103 2/12/2024
2.1.126 108 2/12/2024
2.1.125 104 2/11/2024
2.1.124 106 2/11/2024
2.1.123 125 2/11/2024
2.1.122 116 2/11/2024
2.1.121 107 2/11/2024
2.1.120 99 2/11/2024
2.1.119 110 2/10/2024
2.1.118 121 2/10/2024
2.1.117 103 2/10/2024
2.1.116 111 2/10/2024
2.1.115 117 2/10/2024
2.1.114 108 2/9/2024
2.1.113 110 2/9/2024
2.1.112 105 2/9/2024
2.1.111 109 2/9/2024
2.1.110 113 2/9/2024
2.1.109 109 2/9/2024
2.1.108 110 2/9/2024
2.1.107 111 2/8/2024
2.1.106 107 2/8/2024
2.1.105 109 2/8/2024
2.1.104 110 2/8/2024
2.1.103 103 2/8/2024
2.1.102 108 2/7/2024
2.1.101 118 2/7/2024
2.1.100 118 2/7/2024
2.1.99 103 2/7/2024
2.1.98 112 2/7/2024
2.1.97 104 2/7/2024
2.1.96 105 2/7/2024
2.1.95 124 2/7/2024
2.1.94 113 2/6/2024
2.1.93 102 2/6/2024
2.1.92 105 2/6/2024
2.1.91 105 2/5/2024
2.1.90 107 2/5/2024
2.1.89 113 2/4/2024
2.1.88 98 2/4/2024
2.1.87 112 2/3/2024
2.1.86 107 2/3/2024
2.1.85 109 1/31/2024
2.1.84 97 1/31/2024
2.1.83 99 1/31/2024
2.1.82 88 1/31/2024
2.1.81 112 1/30/2024
2.1.80 104 1/30/2024
2.1.79 105 1/30/2024
2.1.78 99 1/29/2024
2.1.77 108 1/29/2024
2.1.76 98 1/29/2024
2.1.75 104 1/29/2024
2.1.74 93 1/29/2024
2.1.73 101 1/29/2024
2.1.72 100 1/28/2024
2.1.71 118 1/28/2024
2.1.70 102 1/28/2024
2.1.69 104 1/28/2024
2.1.68 102 1/28/2024
2.1.67 98 1/28/2024
2.1.66 100 1/27/2024
2.1.65 103 1/27/2024
2.1.64 105 1/27/2024
2.1.63 121 1/27/2024
2.1.62 113 1/27/2024
2.1.61 104 1/27/2024
2.1.60 90 1/27/2024
2.1.59 105 1/27/2024
2.1.58 108 1/26/2024
2.1.57 101 1/26/2024
2.1.56 104 1/26/2024
2.1.55 99 1/26/2024
2.1.54 106 1/26/2024
2.1.53 117 1/26/2024
2.1.52 101 1/25/2024
2.1.51 92 1/25/2024
2.1.50 109 1/25/2024
2.1.49 108 1/25/2024
2.1.48 99 1/25/2024
2.1.47 107 1/25/2024
2.1.46 109 1/19/2024
2.1.45 108 1/19/2024
2.1.44 118 1/19/2024
2.1.43 127 1/16/2024
2.1.42 118 1/16/2024
2.1.41 104 1/15/2024
2.1.40 116 1/15/2024
2.1.39 119 1/15/2024
2.1.38 116 1/15/2024
2.1.37 121 1/15/2024
2.1.36 110 1/15/2024
2.1.35 115 1/15/2024
2.1.34 115 1/14/2024
2.1.33 107 1/14/2024
2.1.32 108 1/13/2024
2.1.31 106 1/13/2024
2.1.30 107 1/13/2024
2.1.29 121 1/13/2024
2.1.28 114 1/12/2024
2.1.27 114 1/12/2024
2.1.26 110 1/12/2024
2.1.25 108 1/11/2024
2.1.24 116 1/11/2024
2.1.23 125 1/11/2024
2.1.22 120 1/9/2024
2.1.21 137 1/8/2024
2.1.20 115 1/8/2024
2.1.19 135 1/8/2024
2.1.18 144 1/7/2024
2.1.17 126 1/6/2024
2.1.16 129 1/5/2024
2.1.15 137 1/5/2024
2.1.14 130 1/5/2024
2.1.13 139 1/5/2024
2.1.12 128 1/5/2024
2.1.11 114 1/1/2024
2.1.10 99 1/1/2024
2.1.9 109 1/1/2024
2.1.8 99 1/1/2024
2.1.7 110 1/1/2024
2.1.6 136 12/31/2023
2.1.5 115 12/31/2023
2.1.4 129 12/31/2023
2.1.3 118 12/31/2023
2.1.2 98 12/31/2023
2.1.1 106 12/31/2023