These are the triggers:

Code:
;------------------------------------------
Trigger ExpensiveTastes_Roman_Nota_Censoria
    WhenToTest CharacterTurnEnd

    Condition FactionType seleucid
          and EndedInSettlement
          and Trait ExpensiveTastes > 1
          and Trait YearsPassed = 5
          and Trait Censor < 1

    Affects SumtuariaeLeges  1  Chance  5

;------------------------------------------
Trigger Epicurean_Roman_Nota_Censoria
    WhenToTest CharacterTurnEnd

    Condition FactionType seleucid
          and EndedInSettlement
          and Trait Epicurean > 1
          and Trait YearsPassed = 5
          and Trait Censor < 1

    Affects SumtuariaeLeges  1  Chance  3

;------------------------------------------
Trigger Indulgens_Roman_Nota_Censoria
    WhenToTest CharacterTurnEnd

    Condition FactionType seleucid
          and EndedInSettlement
          and Trait Indulgens > 1
          and Trait YearsPassed = 5
          and Trait Censor < 1

    Affects SumtuariaeLeges  1  Chance  5
Yes, you'll have much more FMs with nota censoria when you are rich because of all those epicurians and the like that will be breeded. The nota itself is not related to your treasury.