Skip to content

How to correctly apply drop_valuation to quarterly triangles? #457

@contenrico

Description

@contenrico

Discussed in #455

Originally posted by contenrico September 7, 2023
Hello,

I'm working with a quarterly triangle and I'm trying to exclude the latest diagonal (valuation date 2022-12). This is the code I'm running:

cl.Development(drop_valuation='2022').fit_transform(incurred).link_ratio

However, the excluded link ratios are the following:

image

This is quite odd, as I would expect the following points to be excluded:
(2022, 3), (2022, 6), (2022, 9)
(2021, 15), (2021, 18), (2021, 21)
(2020, 27), (2020, 30), (2020, 33)
etc.

Is there a way to use drop_valuation that achieves this?

Thanks!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions