We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550de2d commit b2dd445Copy full SHA for b2dd445
QuantLib.natvis
@@ -47,4 +47,17 @@
47
</ArrayItems>
48
</Expand>
49
</Type>
50
+
51
+ <Type Name="QuantLib::Period">
52
+ <DisplayString>{length_} {units_,en}</DisplayString>
53
+ </Type>
54
55
+ <Type Name="QuantLib::InterestRate">
56
+ <DisplayString Condition="freqMakesSense_">{r_*100}% {comp_,en} {(Frequency)freq_,en}</DisplayString>
57
+ <DisplayString Condition="!freqMakesSense_">{r_*100}% {comp_,en}</DisplayString>
58
59
60
+ <Type Name="QuantLib::InterestRateIndex">
61
+ <DisplayString>{familyName_} {{{tenor_}}}</DisplayString>
62
63
</AutoVisualizer>
0 commit comments